Update to 26.0.0. Fixes bug #1370777

This commit is contained in:
Kevin Fenzi 2016-08-27 15:29:11 -06:00
parent 985c3e4395
commit 5e743260b6
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -60,3 +60,4 @@
/setuptools-25.1.0.tar.gz
/setuptools-25.1.1.tar.gz
/setuptools-25.1.6.tar.gz
/setuptools-26.0.0.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 25.1.6
Version: 26.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 Aug 27 2016 Kevin Fenzi <kevin@scrye.com> - 26.0.0-1
- Update to 26.0.0. Fixes bug #1370777
* Wed Aug 10 2016 Kevin Fenzi <kevin@scrye.com> - 25.1.6-1
- Update to 25.1.6. Fixes bug #1362325

View File

@ -1 +1 @@
fa165d9e7f9b68378076fa0aa3df8abd setuptools-25.1.6.tar.gz
846e21fea62b9a70dfc845d70c400b7e setuptools-26.0.0.tar.gz