Update to 19.1.1. Fixes bug #1292658

This commit is contained in:
Kevin Fenzi 2015-12-18 13:26:27 -07:00
parent 1f272ef22e
commit 6da2a57d7e
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/setuptools-18.7.1.tar.gz
/setuptools-18.8.tar.gz
/setuptools-18.8.1.tar.gz
/setuptools-19.1.1.tar.gz

View File

@ -26,7 +26,7 @@
%endif
Name: python-setuptools
Version: 18.8.1
Version: 19.1.1
Release: 1%{?dist}
Summary: Easily build and distribute Python packages
@ -218,6 +218,9 @@ popd
%endif # with_python3
%changelog
* Fri Dec 18 2015 Kevin Fenzi <kevin@scrye.com> - 19.1.1-1
- Update to 19.1.1. Fixes bug #1292658
* Tue Dec 15 2015 Kevin Fenzi <kevin@scrye.com> - 18.8.1-1
- Update to 18.8.1. Fixes bug #1291678

View File

@ -1 +1 @@
28dc1aed0bd3a2ace6d9e53c8df03497 setuptools-18.8.1.tar.gz
792297b8918afa9faf826cb5ec4a447a setuptools-19.1.1.tar.gz