https://bugzilla.redhat.com/show_bug.cgi?id=1105050
Bug ID: 1105050 Summary: Review Request: python-distlib - Low-level components of distutils2/packaging, augmented with higher-level APIs Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@fedoraproject.org Reporter: mstuchli@redhat.com QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org
Spec URL: http://mstuchli.fedorapeople.org/python-distlib.spec SRPM URL: http://mstuchli.fedorapeople.org/python-distlib-0.1.9-1.fc20.src.rpm Description: Distlib contains the implementations of the packaging PEPs and other low-level features which relate to packaging, distribution and deployment of Python software. If Distlib can be made genuinely useful, then it is possible for third-party packaging tools to transition to using it. Their developers and users then benefit from standardised implementation of low-level functions, time saved by not having to reinvent wheels, and improved interoperability between tools.
Fedora Account System Username: mstuchli
koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=6926117
https://bugzilla.redhat.com/show_bug.cgi?id=1105050
Robert Kuska rkuska@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |rkuska@redhat.com Assignee|nobody@fedoraproject.org |rkuska@redhat.com Flags| |fedora-review?
https://bugzilla.redhat.com/show_bug.cgi?id=1105050
--- Comment #1 from Robert Kuska rkuska@redhat.com --- BuildRequires: python-setuptools and BuildRequires: python3-setuptools
are actualy not needed.
Also distlib vendorize some python libs in distlib/_backport (tarfile.py, sysconfig.py, shutil.py).
cat distlib/_backport/__init__.py """Modules copied from Python 3 standard libraries, for internal use only.
Individual classes and functions are found in d2._backport.misc. Intended usage is to always import things missing from 3.1 from that module: the built-in/stdlib objects will be used if found. """
There is SKIP_SLOW[1] env variable to skip some of those tests which fail, but it's only small bonus. :-)
[1] http://pythonhosted.org//distlib/tutorial.html#pypi-availability
https://bugzilla.redhat.com/show_bug.cgi?id=1105050
--- Comment #2 from Matej Stuchlik mstuchli@redhat.com --- (In reply to Robert Kuska from comment #1)
BuildRequires: python-setuptools and BuildRequires: python3-setuptools
are actualy not needed.
Good point.
Also distlib vendorize some python libs in distlib/_backport (tarfile.py, sysconfig.py, shutil.py).
cat distlib/_backport/__init__.py """Modules copied from Python 3 standard libraries, for internal use only.
Individual classes and functions are found in d2._backport.misc. Intended usage is to always import things missing from 3.1 from that module: the built-in/stdlib objects will be used if found. """
Well done noticing this, it did not occur to me to check, will fix.
There is SKIP_SLOW[1] env variable to skip some of those tests which fail, but it's only small bonus. :-)
[1] http://pythonhosted.org//distlib/tutorial.html#pypi-availability
I did notice that, however since, as you note, it only skips some of the failing tests I chose not to use it.
https://bugzilla.redhat.com/show_bug.cgi?id=1105050
--- Comment #3 from Matej Stuchlik mstuchli@redhat.com --- Updated the spec.
https://bugzilla.redhat.com/show_bug.cgi?id=1105050
Robert Kuska rkuska@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|fedora-review? |fedora-review+
--- Comment #4 from Robert Kuska rkuska@redhat.com --- Looks nice, approved.
https://bugzilla.redhat.com/show_bug.cgi?id=1105050
Matej Stuchlik mstuchli@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags| |fedora-cvs?
--- Comment #5 from Matej Stuchlik mstuchli@redhat.com --- New Package SCM Request ======================= Package Name: python-distlib Short Description: Low-level components of distutils2/packaging, augmented with higher-level APIs Upstream URL: https://bitbucket.org/vinay.sajip/distlib Owners: mstuchli Branches: InitialCC:
https://bugzilla.redhat.com/show_bug.cgi?id=1105050
Jon Ciesla limburgher@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|fedora-cvs? |fedora-cvs+
https://bugzilla.redhat.com/show_bug.cgi?id=1105050
--- Comment #6 from Jon Ciesla limburgher@gmail.com --- Git done (by process-git-requests).
https://bugzilla.redhat.com/show_bug.cgi?id=1105050
Matej Stuchlik mstuchli@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution|--- |NEXTRELEASE Last Closed| |2014-06-06 08:50:15
package-review@lists.fedoraproject.org