Update to 37.0.0 (fixes #1474126)
This commit is contained in:
parent
261a9419ab
commit
afde1d3999
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,3 +85,4 @@
|
|||||||
/setuptools-36.0.1.zip
|
/setuptools-36.0.1.zip
|
||||||
/setuptools-36.2.0.zip
|
/setuptools-36.2.0.zip
|
||||||
/setuptools-36.5.0.zip
|
/setuptools-36.5.0.zip
|
||||||
|
/setuptools-37.0.0.zip
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 36.5.0
|
Version: 37.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
@ -38,10 +38,6 @@ License: MIT
|
|||||||
URL: https://pypi.python.org/pypi/%{srcname}
|
URL: https://pypi.python.org/pypi/%{srcname}
|
||||||
Source0: https://files.pythonhosted.org/packages/source/s/%{srcname}/%{srcname}-%{version}.zip
|
Source0: https://files.pythonhosted.org/packages/source/s/%{srcname}/%{srcname}-%{version}.zip
|
||||||
|
|
||||||
# Run test on a version specific pip: pip3 for Python 3, pip2 for Python 2,
|
|
||||||
# because the other might not be installed
|
|
||||||
Patch0: 0001-Run-test-on-a-version-specific-pip.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
@ -127,8 +123,6 @@ execute the software that requires pkg_resources.py.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}-%{version}
|
%setup -q -n %{srcname}-%{version}
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
# We can't remove .egg-info (but it doesn't matter, since it'll be rebuilt):
|
# We can't remove .egg-info (but it doesn't matter, since it'll be rebuilt):
|
||||||
# The problem is that to properly execute setuptools' setup.py,
|
# The problem is that to properly execute setuptools' setup.py,
|
||||||
# it is needed for setuptools to be loaded as a Distribution
|
# it is needed for setuptools to be loaded as a Distribution
|
||||||
@ -248,6 +242,10 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 21 2017 Miro Hrončok <mhroncok@redhat.com> - 37.0.0-1
|
||||||
|
- Update to 37.0.0 (fixes #1474126)
|
||||||
|
- Removed not needed pip3 patch (upstream included different version of fix)
|
||||||
|
|
||||||
* Tue Nov 21 2017 Miro Hrončok <mhroncok@redhat.com> - 36.5.0-1
|
* Tue Nov 21 2017 Miro Hrončok <mhroncok@redhat.com> - 36.5.0-1
|
||||||
- Update to 36.5.0 (related to #1474126)
|
- Update to 36.5.0 (related to #1474126)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (setuptools-36.5.0.zip) = e61c2f9ee640bf5dd8ab7c7a7c29667d91aa2498a7b027e387493ad7bcc9b56927e6fa63cdb4e083333c57eb355a670ba3df861ed5f8447b216fef0bc77c8b43
|
SHA512 (setuptools-37.0.0.zip) = b65072644718602eaabe79e37869505dfeef98c401b35845419aad8bcd20278f40b3bf3e221a93cb126ccf06b366160fee2f0a55da0863ac098be576d5d907c8
|
||||||
|
Loading…
Reference in New Issue
Block a user