Update to 25.0.0

This commit is contained in:
Kevin Fenzi 2016-07-23 22:41:57 -06:00
parent 097b18fb18
commit 490452edd1
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -56,3 +56,4 @@
/setuptools-23.0.0.tar.gz
/setuptools-24.0.1.tar.gz
/setuptools-24.2.0.tar.gz
/setuptools-25.0.0.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 24.2.0
Version: 25.0.0
Release: 1%{?dist}
Summary: Easily build and distribute Python packages
@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%endif # with_python3
%changelog
* Sat Jul 23 2016 Kevin Fenzi <kevin@scrye.com> - 25.0.0-1
- Update to 25.0.0
* Fri Jul 22 2016 Kevin Fenzi <kevin@scrye.com> - 24.2.0-1
- Update to 24.2.0. Fixes bug #1352734

View File

@ -1 +1 @@
b5cf2acaac3012ded49f0e38ee6db94a setuptools-24.2.0.tar.gz
615d7c98ea77f816a72d0d1f4401f311 setuptools-25.0.0.tar.gz