Bug 1323128 - Review Request: python-virtualenv-api - An API for virtualenv/pip
Summary: Review Request: python-virtualenv-api - An API for virtualenv/pip
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Petr Viktorin
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-01 10:45 UTC by Michal Cyprian
Modified: 2017-03-14 15:01 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-18 17:26:24 UTC
Type: ---
pviktori: fedora-review+


Attachments (Terms of Use)

Description Michal Cyprian 2016-04-01 10:45:41 UTC
Spec URL: https://mcyprian.fedorapeople.org/python-virtualenv-api.spec
SRPM URL: https://mcyprian.fedorapeople.org/python-virtualenv-api-2.1.8-1.fc23.src.rpm
Description: 
virtualenv-api - an API for virtualenv
Tool to create isolated Python environments. Unfortunately, 
it does not expose a native Python API. This package aims to  
provide an API in the form of a wrapper around virtualenv.

Fedora Account System Username: mcyprian

Comment 1 Petr Viktorin 2016-04-01 12:27:16 UTC
Thanks for packaging this!
Before I start a formal review: Do you have some reason to use the sdist package from PyPI, rather than an archive from Github? 
It would be good to package the LICENSE file and run the tests, but the PyPI tarball lacks them.

Comment 2 Michal Cyprian 2016-04-06 09:30:58 UTC
There was not special reason, I agree, Github archive is better choice in this case. I have updated both files:
Spec URL: https://mcyprian.fedorapeople.org/python-virtualenv-api.spec
SRPM URL: https://mcyprian.fedorapeople.org/python-virtualenv-api-2.1.8-1.fc23.src.rpm

Comment 3 Petr Viktorin 2016-04-06 11:07:45 UTC
Almost good to go!

- The licence file should be specified with %licence, not %doc.

- Please add a comment for %Patch0, with either a link to upstream bug or an explanation why you didn't propose the fix upstream

Comment 4 Michal Cyprian 2016-04-07 08:19:40 UTC
Thank you for the review, both points are fixed now:
Spec URL: https://mcyprian.fedorapeople.org/python-virtualenv-api.spec
SRPM URL: https://mcyprian.fedorapeople.org/python-virtualenv-api-2.1.8-1.fc23.src.rpm

Comment 5 Petr Viktorin 2016-04-08 11:23:35 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated



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

Generic:
[X]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[X]: License field in the package spec file matches the actual license.
[X]: License file installed when any subpackage combination is installed.
[X]: Package requires other packages for directories it uses.
[X]: Package must own all directories that it creates.
[X]: Package contains no bundled libraries without FPC exception.
[X]: Changelog in prescribed format.
[X]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[X]: Package uses nothing in %doc for runtime.
[X]: Package consistently uses macros (instead of hard-coded directory
     names).
[X]: Package is named according to the Package Naming Guidelines.
[X]: Package does not generate any conflict.
[X]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[X]: Requires correct, justified where necessary.
[X]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[X]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
[X]: 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 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]: Packages must not store files under /srv, /opt or /usr/local

Python:
[X]: Python eggs must not download any dependencies during the build
     process.
[X]: A package which is used by another package via an egg interface should
     provide egg info.
[X]: 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:
[X]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[X]: Final provides and requires are sane (see attachments).
[-]: Fully versioned dependency in subpackages if applicable.
[X]: Package functions as described.
[X]: Latest version is packaged.
[X]: Package does not include license text files separate from upstream.
[X]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[X]: SourceX tarball generation or download is documented.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[X]: Package should compile and build into binary rpms on all supported
     architectures.
[X]: %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]: 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: No rpmlint messages.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: python2-virtualenv-api-2.1.8-1.fc25.noarch.rpm
          python3-virtualenv-api-2.1.8-1.fc25.noarch.rpm
          python-virtualenv-api-2.1.8-1.fc25.src.rpm
python-virtualenv-api.src: W: invalid-url Source0: virtualenv-api-2.1.8.tar.gz
3 packages and 0 specfiles checked; 0 errors, 1 warnings.




Rpmlint (installed packages)
----------------------------
2 packages and 0 specfiles checked; 0 errors, 0 warnings.



Requires
--------
python3-virtualenv-api (rpmlib, GLIBC filtered):
    python(abi)
    python3-six

python2-virtualenv-api (rpmlib, GLIBC filtered):
    python(abi)
    python-six



Provides
--------
python3-virtualenv-api:
    python3-virtualenv-api

python2-virtualenv-api:
    python-virtualenv-api
    python2-virtualenv-api



Generated by fedora-review 0.6.0 (3c5c9d7) last change: 2015-05-20
Command line :/usr/bin/fedora-review -b 1323128 -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

Comment 6 Petr Viktorin 2016-04-08 11:24:08 UTC
Looks good! Thanks for packaging this.

Comment 7 Gwyn Ciesla 2016-04-08 15:06:24 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/python-virtualenv-api

Comment 8 Fedora Update System 2016-04-13 13:20:49 UTC
python-virtualenv-api-2.1.8-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-780c0c5509

Comment 9 Fedora Update System 2016-04-13 21:23:20 UTC
python-virtualenv-api-2.1.8-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-780c0c5509

Comment 10 Fedora Update System 2016-04-18 17:26:22 UTC
python-virtualenv-api-2.1.8-2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 11 Orion Poplawski 2017-03-10 16:59:20 UTC
Michal - would you be interested in maintaining this in EPEL7?  With the addition of https://bugzilla.redhat.com/show_bug.cgi?id=1431235 all that is needed is:

s/python3-/python%{python3_pkgversion}-/
s/python2-virtualenv/python-virtualenv/

Comment 12 Michal Cyprian 2017-03-14 09:24:23 UTC
Sure, I can do this.

Comment 13 Orion Poplawski 2017-03-14 15:01:56 UTC
Thanks.


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