Update to 19.6.2. Fixes bug #1303397

This commit is contained in:
Kevin Fenzi 2016-01-31 12:42:18 -07:00
parent b74244d500
commit f4e5fa16eb
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@
/setuptools-19.4.tar.gz
/setuptools-19.5.tar.gz
/setuptools-19.6.tar.gz
/setuptools-19.6.2.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 19.6
Version: 19.6.2
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
* Sun Jan 31 2016 Kevin Fenzi <kevin@scrye.com> - 19.6.2-1
- Update to 19.6.2. Fixes bug #1303397
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.6-1
- Update to 19.6.

View File

@ -1 +1 @@
c607dd118eae682c44ed146367a17e26 setuptools-19.6.tar.gz
ec3c428f0b81f75c8b9d19e9815da5d9 setuptools-19.6.2.tar.gz