Update to 37.0.0 (fixes #1474126)
This commit is contained in:
parent
b2abcdafe6
commit
a464d9ce37
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,3 +85,4 @@
|
||||
/setuptools-36.0.1.zip
|
||||
/setuptools-36.2.0.zip
|
||||
/setuptools-36.5.0.zip
|
||||
/setuptools-37.0.0.zip
|
||||
|
@ -3,7 +3,7 @@
|
||||
# WARNING When bootstrapping, disable tests as well,
|
||||
# because tests need pip.
|
||||
%bcond_with bootstrap
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
%bcond_without python2
|
||||
%bcond_without python3
|
||||
@ -29,7 +29,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 36.5.0
|
||||
Version: 37.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Easily build and distribute Python packages
|
||||
|
||||
@ -38,10 +38,6 @@ License: MIT
|
||||
URL: https://pypi.python.org/pypi/%{srcname}
|
||||
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
|
||||
|
||||
%if %{with python2}
|
||||
@ -126,8 +122,6 @@ execute the software that requires pkg_resources.py.
|
||||
%prep
|
||||
%setup -q -n %{srcname}-%{version}
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
# 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,
|
||||
# it is needed for setuptools to be loaded as a Distribution
|
||||
@ -246,6 +240,10 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
||||
%endif # with python3
|
||||
|
||||
%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
|
||||
- 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