Bug 1262470 - Review Request: python-PyPDF2 - A pure Python library built as a PDF toolkit
Summary: Review Request: python-PyPDF2 - A pure Python library built as a PDF toolkit
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Pete Travis
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1234208 (view as bug list)
Depends On:
Blocks: 1234210 1245113
TreeView+ depends on / blocked
 
Reported: 2015-09-11 20:03 UTC by Major Hayden 🤠
Modified: 2020-06-13 15:41 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-06-13 15:41:11 UTC
Type: ---
Embargoed:
me: fedora-review+


Attachments (Terms of Use)

Description Major Hayden 🤠 2015-09-11 20:03:20 UTC
Spec URL: https://mhayden.fedorapeople.org/python-PyPDF2.spec
SRPM URL: https://copr-be.cloud.fedoraproject.org/results/mhayden/python-PyPDF2/fedora-rawhide-x86_64/00114838-python-PyPDF2/python-PyPDF2-1.25.1-1.fc24.src.rpm
Description: A pure Python library built as a PDF toolkit.  It is capable of:
    
- extracting document information (title, author, ...),
- splitting documents page by page,
- merging documents page by page,
- cropping pages,
- merging multiple pages into a single page,
- encrypting and decrypting PDF files.

By being pure Python, it should run on any Python platform without any
dependencies on external libraries.  It can also work entirely on StringIO
objects rather than file streams, allowing for PDF manipulation in memory.
It is therefore a useful tool for websites that manage or manipulate PDFs.

Fedora Account System Username: mhayden

Comment 1 Major Hayden 🤠 2015-09-11 20:04:53 UTC
*** Bug 1234208 has been marked as a duplicate of this bug. ***

Comment 2 Pete Travis 2015-09-21 18:47:55 UTC
Hey Major, a few concerns remaining:

- LICENSE file should go in every subpackage, not only -doc

- rpmlint doesn't like shebangs on non-executable files.  None of the files in %python?_sitelib should be executable, and should not have shebangs.  

- rpmlint also complains about shebangs and executables for sample code in %doc.  I don't think that executables there are especially *wrong*, but they're done incorrectly here; please check over the files in %doc and patch/sed/chmod them so that they're only executable if they should be, and only have a shebang if they are directly executable.  

  Note that makesimple.sh invokes enscript, which is not a declared dependency; %doc should not add additional requires, but Suggests: might be more appropriate.  Shipping an executable that doesn't work seems awkward, even in %doc.

Otherwise, all seems well.

Comment 3 Ranjan Maitra 2015-09-23 03:08:23 UTC
Pete,

Since Major did not respond yet, I was looking at this (I was the original packager on BZ, see the duplicate, now closed, which preceded this one).


> - LICENSE file should go in every subpackage, not only -doc

How does one do this? 

Separately, I had some warnings on rpmlint using my spec file: see 1234208 but , no erors.

$ rpmlint python-PyPDF2-1.24-1.1.fc22.src.rpm 
python-PyPDF2.src: W: spelling-error %description -l en_US decrypting -> decryption, encrypting, decrying
python-PyPDF2.src: W: invalid-license BSD-3-Clause
python-PyPDF2.src: W: no-url-tag
python-PyPDF2.src:29: W: macro-in-comment %{modulename}
python-PyPDF2.src:29: W: macro-in-comment %{version}
python-PyPDF2.src: E: specfile-error warning: bogus date in %changelog: Thu Jul 11 2015 stat.maitra
1 packages and 0 specfiles checked; 1 errors, 5 warnings.
maitra@alakananda 21:59:54~$ rpmlint python-PyPDF2-1.24-1.1.fc22.src.rpm 
python-PyPDF2.src: W: spelling-error %description -l en_US decrypting -> decryption, encrypting, decrying
python-PyPDF2.src: W: invalid-license BSD-3-Clause
python-PyPDF2.src: W: no-url-tag
python-PyPDF2.src:29: W: macro-in-comment %{modulename}
python-PyPDF2.src:29: W: macro-in-comment %{version}
1 packages and 0 specfiles checked; 0 errors, 5 warnings.

Are these important?

Of course, perhaps Major will respond with the corrections you requested/suggested.

Comment 4 Matthias Runge 2015-09-23 09:49:58 UTC
Globe,

this is an error:
python-PyPDF2.src: E: specfile-error warning: bogus date in %changelog: Thu Jul 11 2015 stat.maitra

most of your rpmlint warnings can be fixed easily.

Comment 6 Major Hayden 🤠 2015-09-23 13:44:50 UTC
Globe Trotter -- I thought you wanted me to package this up?

Pete:

https://mhayden.fedorapeople.org/python-PyPDF2.spec
https://copr-be.cloud.fedoraproject.org/results/mhayden/python-PyPDF2/fedora-rawhide-x86_64/00117780-python-PyPDF2/python-PyPDF2-1.25.1-2.fc24.src.rpm

COPR build: https://copr.fedoraproject.org/coprs/mhayden/python-PyPDF2/build/117780/

$ rpmlint ~/rpmbuild/RPMS/noarch/python*1.25.1-2*
python3-PyPDF2.noarch: W: no-documentation
python-PyPDF2.noarch: W: no-documentation
3 packages and 0 specfiles checked; 0 errors, 2 warnings.

I'd like to avoid adding additional requirements for the package just for something in the examples, but I can be persuaded. ;)

Comment 7 Ranjan Maitra 2015-09-23 13:52:02 UTC
(In reply to Major Hayden from comment #6)
> Globe Trotter -- I thought you wanted me to package this up?
> 
> Pete:
> 
> https://mhayden.fedorapeople.org/python-PyPDF2.spec
> https://copr-be.cloud.fedoraproject.org/results/mhayden/python-PyPDF2/fedora-
> rawhide-x86_64/00117780-python-PyPDF2/python-PyPDF2-1.25.1-2.fc24.src.rpm
> 
> COPR build:
> https://copr.fedoraproject.org/coprs/mhayden/python-PyPDF2/build/117780/
> 
> $ rpmlint ~/rpmbuild/RPMS/noarch/python*1.25.1-2*
> python3-PyPDF2.noarch: W: no-documentation
> python-PyPDF2.noarch: W: no-documentation
> 3 packages and 0 specfiles checked; 0 errors, 2 warnings.
> 
> I'd like to avoid adding additional requirements for the package just for
> something in the examples, but I can be persuaded. ;)

Apologies: I am not sure how one handles this. I wrote the original spec and srpm on https://bugzilla.redhat.com/show_bug.cgi?id=1234208. Then Major said he was okay with taking it over and offered me to be his co-maintainer. (Which I was ok with, but then he did not answer, I decided to post my updated spec and SRPM files which now only have the following rpmlint warning:

$ rpmlint python-PyPDF2-1.25.1-1.1.fc22.src.rpm 
python-PyPDF2.src: W: spelling-error %description -l en_US decrypting -> decryption, encrypting, decrying
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

Would you like me to open up the other request? It just sat there without an asignee (unfortunately).

Comment 8 Ranjan Maitra 2015-09-23 14:02:40 UTC
(In reply to Major Hayden from comment #6)
> Globe Trotter -- I thought you wanted me to package this up?

Oops! Sorry I did not notice that it was Major. Thought it was Pete.

Comment 9 Pete Travis 2015-09-23 14:10:31 UTC
Ranjan, I'm going to send you an email.  Bugzilla isn't a great place for an open ended discussion.  We can help you with learning packaging techniques, but this particular review fixes broken packages already in the repos so we would like to move forward with it quickly.

Comment 10 Pete Travis 2015-10-05 21:16:02 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[+] = Manual review pass
[!] = Manual review fail



===== MUST items =====

Generic:
[+]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[+]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "BSD (3 clause)", "Unknown or generated". 11 files have unknown
     license. Detailed output of licensecheck in /home/pete/fedpkg/1262470
     -python-PyPDF2/licensecheck.txt
[+]: License file installed when any subpackage combination is installed.
[+]: Package contains no bundled libraries without FPC exception.
[+]: Changelog in prescribed format.
[+]: Sources contain only permissible code or content.
[-]: Each %files section contains %defattr if rpm < 4.4
     Note: %defattr present but not needed
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[+]: Package uses nothing in %doc for runtime.
[-]: Package consistently uses macros (instead of hard-coded directory
     names).
[+]: Package is named according to the Package Naming Guidelines.
[+]: Package does not generate any conflict.
[+]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[+]: Requires correct, justified where necessary.
[+]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[+]: Package is not known to require an ExcludeArch tag.
[+]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 0 bytes in 0 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[+]: Python eggs must not download any dependencies during the build
     process.
[+]: A package which is used by another package via an egg interface should
     provide egg info.
[+]: Package meets the Packaging Guidelines::Python
[x]: Package contains BR: python2-devel or python3-devel
[x]: Binary eggs must be removed in %prep

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[+]: Final provides and requires are sane (see attachments).
[-]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     python3-PyPDF2 , python-PyPDF2-doc
[+]: Package functions as described.
[+]: Latest version is packaged.
[+]: Package does not include license text files separate from upstream.
[+]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[+]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[+]: Packages should try to preserve timestamps of original installed
     files.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: python-PyPDF2-1.25.1-2.fc24.noarch.rpm
          python3-PyPDF2-1.25.1-2.fc24.noarch.rpm
          python-PyPDF2-doc-1.25.1-2.fc24.noarch.rpm
          python-PyPDF2-1.25.1-2.fc24.src.rpm
python-PyPDF2.noarch: W: no-documentation
python3-PyPDF2.noarch: W: no-documentation
4 packages and 0 specfiles checked; 0 errors, 2 warnings.




Rpmlint (installed packages)
----------------------------
python3-PyPDF2.noarch: W: no-documentation
python-PyPDF2.noarch: W: no-documentation
3 packages and 0 specfiles checked; 0 errors, 2 warnings.



Requires
--------
python3-PyPDF2 (rpmlib, GLIBC filtered):
    python(abi)

python-PyPDF2-doc (rpmlib, GLIBC filtered):

python-PyPDF2 (rpmlib, GLIBC filtered):
    python(abi)



Provides
--------
python3-PyPDF2:
    python3-PyPDF2

python-PyPDF2-doc:
    python-PyPDF2-doc

python-PyPDF2:
    python-PyPDF2



Source checksums
----------------
https://pypi.python.org/packages/source/P/PyPDF2/PyPDF2-1.25.1.tar.gz :
  CHECKSUM(SHA256) this package     : 43d324f70f8994c25a08e6edc02ec2d5c1e84c9231d3537f785b3f97641182eb
  CHECKSUM(SHA256) upstream package : 43d324f70f8994c25a08e6edc02ec2d5c1e84c9231d3537f785b3f97641182eb


Generated by fedora-review 0.6.0 (3c5c9d7) last change: 2015-05-20
Command line :/bin/fedora-review -b 1262470 -m fedora-rawhide-x86_64
Buildroot used: fedora-rawhide-x86_64
Active plugins: Python, Generic, Shell-api
Disabled plugins: Java, C/C++, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP, Ruby
Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6

No problems here, package is APPROVED.

Comment 11 Major Hayden 🤠 2015-10-06 01:30:27 UTC
New Package SCM Request
=======================
Package Name: python-PyPDF2
Short Description: Python PDF toolkit and library
Upstream URL: https://github.com/mstamy2/PyPDF2
Owners: mhayden
Branches: f21 f22 f23 el6 epel7
InitialCC:

Comment 12 Gwyn Ciesla 2015-10-06 12:36:43 UTC
This SCM request method has been deprecated. Please see https://fedoraproject.org/wiki/PackageDB_admin_requests.

Comment 13 Major Hayden 🤠 2015-10-06 14:21:14 UTC
Sorry about that. Thanks for the pointer to the new process. I'll do that now.

Comment 14 Fedora Update System 2015-10-10 18:45:25 UTC
python-PyPDF2-1.25.1-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-bf9da150ca

Comment 15 Fedora Update System 2015-10-10 18:47:17 UTC
python-PyPDF2-1.25.1-2.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-9eeaab33ac

Comment 16 Fedora Update System 2015-10-10 18:48:32 UTC
python-PyPDF2-1.25.1-2.fc21 has been submitted as an update to Fedora 21. https://bodhi.fedoraproject.org/updates/FEDORA-2015-04d77a0207

Comment 17 Fedora Update System 2015-10-11 17:51:17 UTC
python-PyPDF2-1.25.1-2.fc21 has been pushed to the Fedora 21 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update python-PyPDF2'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-04d77a0207

Comment 18 Fedora Update System 2015-10-11 18:49:41 UTC
python-PyPDF2-1.25.1-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update python-PyPDF2'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-bf9da150ca

Comment 19 Fedora Update System 2015-10-12 03:57:22 UTC
python-PyPDF2-1.25.1-2.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update python-PyPDF2'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-9eeaab33ac

Comment 20 Fedora Update System 2015-10-23 16:20:42 UTC
python-PyPDF2-1.25.1-2.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.

Comment 21 Fedora Update System 2015-10-23 17:24:00 UTC
python-PyPDF2-1.25.1-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.

Comment 22 Fedora Update System 2015-11-01 02:42:45 UTC
python-PyPDF2-1.25.1-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.

Comment 23 Ranjan Maitra 2016-10-09 04:49:16 UTC
I realized today that python-PyPDF2 never compiled on EPEL7. This needs to be reopened and fixed because pdf-stapler is also held up. Since I am not on the ACL anymore (perhaps never was, and I misunderstood, but this is not important), I went back and resubmitted to koji to see the error and I get:

From the build.log on koji:

https://koji.fedoraproject.org/koji/taskinfo?taskID=16007082

I get:

sh: /usr/bin/python2: No such file or directory

I guess that EPEL7 is a bit of a challenge in this case?

Comment 24 Zbigniew Jędrzejewski-Szmek 2016-10-09 12:21:16 UTC
No, that error message appears all the time when initializing mock. Somebody should fix it, but it's unrelated.

The real error is in mock_output.log:
Getting requirements for python-PyPDF2-1.25.1-1.1.el7.src
 --> python-devel-2.7.5-39.el7_2.x86_64
 --> python-nose-1.3.0-3.el7.noarch
Error: No Package found for python3-devel
Error: No Package found for python3-nose

Comment 25 Ranjan Maitra 2016-10-09 13:41:07 UTC
Thank you! I see that the problem is that there is no python3 for EPEL7. Surprisingly, python3-nose has built fine for EPEL7, as per bodhi. 

I have asked to be added/the python3 EPEL package to be built. I will keep looking at this.

Comment 26 Eric Smith 2018-04-19 21:55:47 UTC
There are now python34 and python36 in EPEL7, so it may be possible to package python3-PyPDF2 for EPEL7 now.

Comment 27 Mattia Verga 2020-06-13 15:41:11 UTC
This package was approved and imported in repositories, but this review ticket was never closed.
I'm closing it now.


Note You need to log in before you can comment on or make changes to this bug.