Update to 25.1.6. Fixes bug #1362325
This commit is contained in:
parent
cfc5033eed
commit
985c3e4395
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
|||||||
/setuptools-25.0.0.tar.gz
|
/setuptools-25.0.0.tar.gz
|
||||||
/setuptools-25.1.0.tar.gz
|
/setuptools-25.1.0.tar.gz
|
||||||
/setuptools-25.1.1.tar.gz
|
/setuptools-25.1.1.tar.gz
|
||||||
|
/setuptools-25.1.6.tar.gz
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 25.1.1
|
Version: 25.1.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 10 2016 Kevin Fenzi <kevin@scrye.com> - 25.1.6-1
|
||||||
|
- Update to 25.1.6. Fixes bug #1362325
|
||||||
|
|
||||||
* Fri Jul 29 2016 Kevin Fenzi <kevin@scrye.com> - 25.1.1-1
|
* Fri Jul 29 2016 Kevin Fenzi <kevin@scrye.com> - 25.1.1-1
|
||||||
- Update to 25.1.1. Fixes bug #1361465
|
- Update to 25.1.1. Fixes bug #1361465
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user