Update to 32.2.0. Fixes bug #1400310
This commit is contained in:
parent
98a875596c
commit
b6b9a0205f
2
.gitignore
vendored
2
.gitignore
vendored
@ -72,3 +72,5 @@
|
|||||||
/setuptools-28.7.1.tar.gz
|
/setuptools-28.7.1.tar.gz
|
||||||
/setuptools-28.8.0.tar.gz
|
/setuptools-28.8.0.tar.gz
|
||||||
/setuptools-30.4.0.tar.gz
|
/setuptools-30.4.0.tar.gz
|
||||||
|
/v32.2.0.tar.gz
|
||||||
|
/setuptools-32.2.0.zip
|
||||||
|
@ -29,15 +29,15 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 30.4.0
|
Version: 32.2.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
# LIcensing is in flux, see https://bitbucket.org/pypa/setuptools/issues/132/missing-license
|
# LIcensing is in flux, see https://bitbucket.org/pypa/setuptools/issues/132/missing-license
|
||||||
License: (Python or ZPLv2.0) and ASL 2.0
|
License: (Python or ZPLv2.0) and ASL 2.0
|
||||||
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}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/s/%{srcname}/%{srcname}-%{version}.zip
|
||||||
# PSFL
|
# PSFL
|
||||||
Source1: https://hg.python.org/cpython/raw-file/tip/LICENSE
|
Source1: https://hg.python.org/cpython/raw-file/tip/LICENSE
|
||||||
# ZPL
|
# ZPL
|
||||||
@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 23 2016 Kevin Fenzi <kevin@scrye.com> - 32.2.0-1
|
||||||
|
- Update to 32.2.0. Fixes bug #1400310
|
||||||
|
|
||||||
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 30.4.0-2
|
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 30.4.0-2
|
||||||
- Enable tests
|
- Enable tests
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (setuptools-30.4.0.tar.gz) = 8239262e11c7702165d7539d57982dadd16e61a992529cb4d5f42141d57ffbab46fd928c765d0439ec4f07db1bc252b9a4604901d8f9951e55076438bdd6f515
|
SHA512 (setuptools-32.2.0.zip) = 57b1528f8d368f64ece8d600f247f014b07bf71359e8737f69ee30c3a9a91d4f87a2e9c54c726dd4a7c09f7b6b4b7108f8121850e8f01edfeb7f71c7254c7854
|
||||||
|
Loading…
Reference in New Issue
Block a user