Update to 19.2. Fixes bug #1296755

This commit is contained in:
Kevin Fenzi 2016-01-08 13:36:59 -07:00
parent 6da2a57d7e
commit 872a523287
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@
/setuptools-18.8.tar.gz
/setuptools-18.8.1.tar.gz
/setuptools-19.1.1.tar.gz
/setuptools-19.2.tar.gz

View File

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

View File

@ -1 +1 @@
792297b8918afa9faf826cb5ec4a447a setuptools-19.1.1.tar.gz
78353b1f80375ca5e088f4b4627ffe03 setuptools-19.2.tar.gz