Update to 19.6.

This commit is contained in:
Kevin Fenzi 2016-01-25 20:11:03 -07:00
parent dbf1999905
commit b74244d500
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@
/setuptools-19.2.tar.gz
/setuptools-19.4.tar.gz
/setuptools-19.5.tar.gz
/setuptools-19.6.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 19.5
Version: 19.6
Release: 1%{?dist}
Summary: Easily build and distribute Python packages
@ -220,6 +220,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%endif # with_python3
%changelog
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.6-1
- Update to 19.6.
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.5-1
- Update to 19.5. Fixes bug #1301313

View File

@ -1 +1 @@
c06bf8ebf4393946115092780e60e313 setuptools-19.5.tar.gz
c607dd118eae682c44ed146367a17e26 setuptools-19.6.tar.gz