Update to 34.3.2. Fixes bug #1428818
This commit is contained in:
parent
7cd743d379
commit
7ed39ba778
1
.gitignore
vendored
1
.gitignore
vendored
@ -79,3 +79,4 @@
|
|||||||
/setuptools-34.1.1.zip
|
/setuptools-34.1.1.zip
|
||||||
/setuptools-34.2.0.zip
|
/setuptools-34.2.0.zip
|
||||||
/setuptools-34.3.0.zip
|
/setuptools-34.3.0.zip
|
||||||
|
/setuptools-34.3.2.zip
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 34.3.0
|
Version: 34.3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
@ -230,6 +230,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 25 2017 Kevin Fenzi <kevin@scrye.com> - 34.3.2-1
|
||||||
|
- Update to 34.3.2. Fixes bug #1428818
|
||||||
|
|
||||||
* Sat Feb 25 2017 Kevin Fenzi <kevin@scrye.com> - 34.3.0-1
|
* Sat Feb 25 2017 Kevin Fenzi <kevin@scrye.com> - 34.3.0-1
|
||||||
- Update to 34.3.0. Fixes bug #1426463
|
- Update to 34.3.0. Fixes bug #1426463
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (setuptools-34.3.0.zip) = 28f71441e869a8757611c32684d661d84a9735baa1b0056bc8a1fb30690089133d575a9c9bc45852ae3a9d645ca7b3e08d993844436ab36834aab2a4fe64053f
|
SHA512 (setuptools-34.3.2.zip) = f2f849a505c80bf93825d8136df4b3198a8041bfdc183882a8d2194ca1376b3e3ea24f56d2975eb374be54923e8bb45c7afeedbce86798efb31b1fb9e3b6c371
|
||||||
|
Loading…
Reference in New Issue
Block a user