update to 35.0.2. Fixes bug #1446622
This commit is contained in:
parent
c64e6d09b7
commit
39db8e7351
1
.gitignore
vendored
1
.gitignore
vendored
@ -81,3 +81,4 @@
|
|||||||
/setuptools-34.3.0.zip
|
/setuptools-34.3.0.zip
|
||||||
/setuptools-34.3.2.zip
|
/setuptools-34.3.2.zip
|
||||||
/setuptools-35.0.1.zip
|
/setuptools-35.0.1.zip
|
||||||
|
/setuptools-35.0.2.zip
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 35.0.1
|
Version: 35.0.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 May 27 2017 Kevin Fenzi <kevin@scrye.com> - 35.0.2-1
|
||||||
|
- update to 35.0.2. Fixes bug #1446622
|
||||||
|
|
||||||
* Sun Apr 23 2017 Kevin Fenzi <kevin@scrye.com> - 35.0.1-1
|
* Sun Apr 23 2017 Kevin Fenzi <kevin@scrye.com> - 35.0.1-1
|
||||||
- Update to 35.0.1. Fixes bug #1440388
|
- Update to 35.0.1. Fixes bug #1440388
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (setuptools-35.0.1.zip) = a3f5362ad64dead468172f9989bc62043ce736180d22e50d9815af25aecbceb58e701bb87a643b9fbbf0beedb37a45268b23b1b5e7e6e397aa124f43b1d4bb0d
|
SHA512 (setuptools-35.0.2.zip) = f80789cef8fe86ff1989e7f769637d1f6cb2008c6190609b8f8c5b4fdb63fac83267709895c7f502a09a693779b41e6ee0551e94f3348b64b6108dbc9629a116
|
||||||
|
Loading…
Reference in New Issue
Block a user