Update to 19.7. Fixes bug #1304563

This commit is contained in:
Kevin Fenzi 2016-02-06 20:11:09 -07:00
parent a6f3bb16c0
commit f84dab8575
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@
/setuptools-19.5.tar.gz /setuptools-19.5.tar.gz
/setuptools-19.6.tar.gz /setuptools-19.6.tar.gz
/setuptools-19.6.2.tar.gz /setuptools-19.6.2.tar.gz
/setuptools-19.7.tar.gz

View File

@ -29,8 +29,8 @@
%endif %endif
Name: python-setuptools Name: python-setuptools
Version: 19.6.2 Version: 19.7
Release: 2%{?dist} Release: 1%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
Group: Applications/System Group: Applications/System
@ -224,6 +224,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Sat Feb 06 2016 Kevin Fenzi <kevin@scrye.com> - 19.7-1
- Update to 19.7. Fixes bug #1304563
* Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 19.6.2-2 * Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 19.6.2-2
- Fix python3 package file ownership - Fix python3 package file ownership

View File

@ -1 +1 @@
ec3c428f0b81f75c8b9d19e9815da5d9 setuptools-19.6.2.tar.gz b016816564e09b500a02857f79fc8a68 setuptools-19.7.tar.gz