Update to 18.6.1. Fixes bug #1270578

This commit is contained in:
Kevin Fenzi 2015-11-25 23:10:31 -07:00
parent 1cf160c1ac
commit d428811407
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@
/setuptools-18.3.2.tar.gz /setuptools-18.3.2.tar.gz
/setuptools-18.4.tar.gz /setuptools-18.4.tar.gz
/setuptools-18.5.tar.gz /setuptools-18.5.tar.gz
/setuptools-18.6.1.tar.gz

View File

@ -26,8 +26,8 @@
%endif %endif
Name: python-setuptools Name: python-setuptools
Version: 18.5 Version: 18.6.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
Group: Applications/System Group: Applications/System
@ -221,6 +221,9 @@ popd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Wed Nov 25 2015 Kevin Fenzi <kevin@scrye.com> - 18.6.1-1
- Update to 18.6.1. Fixes bug #1270578
* Sun Nov 15 2015 Thomas Spura <tomspur@fedoraproject.org> - 18.5-3 * Sun Nov 15 2015 Thomas Spura <tomspur@fedoraproject.org> - 18.5-3
- Try to disable zip_safe bug #1271776 - Try to disable zip_safe bug #1271776
- Add python2 subpackage - Add python2 subpackage

View File

@ -1 +1 @@
533c868f01169a3085177dffe5e768bb setuptools-18.5.tar.gz d4797a533b3c7466fd36a791c2de94d2 setuptools-18.6.1.tar.gz