Update to 20.0. Fixes bug #1305394

This commit is contained in:
Kevin Fenzi 2016-02-08 08:02:18 -07:00
parent f84dab8575
commit 1c801dee9a
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -41,3 +41,4 @@
/setuptools-19.6.tar.gz
/setuptools-19.6.2.tar.gz
/setuptools-19.7.tar.gz
/setuptools-20.0.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 19.7
Version: 20.0
Release: 1%{?dist}
Summary: Easily build and distribute Python packages
@ -224,6 +224,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%endif # with_python3
%changelog
* Mon Feb 08 2016 Kevin Fenzi <kevin@scrye.com> - 20.0-1
- Update to 20.0. Fixes bug #1305394
* Sat Feb 06 2016 Kevin Fenzi <kevin@scrye.com> - 19.7-1
- Update to 19.7. Fixes bug #1304563

View File

@ -1 +1 @@
b016816564e09b500a02857f79fc8a68 setuptools-19.7.tar.gz
fb22b2474ca037e0b08f3c3b293e02e6 setuptools-20.0.tar.gz