Update to 19.4. Fixes bug #1299288

This commit is contained in:
Kevin Fenzi 2016-01-18 14:27:58 -07:00
parent 17a85078d4
commit 610d7f010c
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@
/setuptools-18.8.1.tar.gz
/setuptools-19.1.1.tar.gz
/setuptools-19.2.tar.gz
/setuptools-19.4.tar.gz

View File

@ -29,8 +29,8 @@
%endif
Name: python-setuptools
Version: 19.2
Release: 2%{?dist}
Version: 19.4
Release: 1%{?dist}
Summary: Easily build and distribute Python packages
Group: Applications/System
@ -220,6 +220,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%endif # with_python3
%changelog
* Mon Jan 18 2016 Kevin Fenzi <kevin@scrye.com> - 19.4-1
- Update to 19.4. Fixes bug #1299288
* Tue Jan 12 2016 Orion Poplawski <orion@cora.nwra.com> - 19.2-2
- Cleanup spec from python3-setuptools review

View File

@ -1 +1 @@
78353b1f80375ca5e088f4b4627ffe03 setuptools-19.2.tar.gz
c5a7d90c1e0acf8c4ec5c2bf31bc25b5 setuptools-19.4.tar.gz