Bug 1105050
| Summary: | Review Request: python-distlib - Low-level components of distutils2/packaging, augmented with higher-level APIs | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matej Stuchlik <mstuchli> |
| Component: | Package Review | Assignee: | Robert Kuska <rkuska> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jberan, package-review, rkuska |
| Target Milestone: | --- | Flags: | rkuska:
fedora-review+
gwync: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-06 12:50:15 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matej Stuchlik
2014-06-05 09:45:50 UTC
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 (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. Updated the spec. Looks nice, approved. 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: Git done (by process-git-requests). |