Update to 24.0.1. Fixes bug #1352532
This commit is contained in:
parent
f4297a9735
commit
f9de207815
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@
|
|||||||
/setuptools-22.0.0.tar.gz
|
/setuptools-22.0.0.tar.gz
|
||||||
/setuptools-22.0.5.tar.gz
|
/setuptools-22.0.5.tar.gz
|
||||||
/setuptools-23.0.0.tar.gz
|
/setuptools-23.0.0.tar.gz
|
||||||
|
/setuptools-24.0.1.tar.gz
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 23.0.0
|
Version: 24.0.1
|
||||||
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
|
||||||
|
* Mon Jul 04 2016 Kevin Fenzi <kevin@scrye.com> - 24.0.1-1
|
||||||
|
- Update to 24.0.1. Fixes bug #1352532
|
||||||
|
|
||||||
* Wed Jun 15 2016 Kevin Fenzi <kevin@scrye.com> - 23.0.0-1
|
* Wed Jun 15 2016 Kevin Fenzi <kevin@scrye.com> - 23.0.0-1
|
||||||
- Update to 23.0.0. Fixes bug #1346542
|
- Update to 23.0.0. Fixes bug #1346542
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user