Update to 19.5. Fixes bug #1301313

This commit is contained in:
Kevin Fenzi 2016-01-25 13:48:35 -07:00
parent 610d7f010c
commit dbf1999905
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -37,3 +37,4 @@
/setuptools-19.1.1.tar.gz
/setuptools-19.2.tar.gz
/setuptools-19.4.tar.gz
/setuptools-19.5.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 19.4
Version: 19.5
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.5-1
- Update to 19.5. Fixes bug #1301313
* Mon Jan 18 2016 Kevin Fenzi <kevin@scrye.com> - 19.4-1
- Update to 19.4. Fixes bug #1299288

View File

@ -1 +1 @@
c5a7d90c1e0acf8c4ec5c2bf31bc25b5 setuptools-19.4.tar.gz
c06bf8ebf4393946115092780e60e313 setuptools-19.5.tar.gz