Update to 28.2.0. Fixes bug #1381099

This commit is contained in:
Kevin Fenzi 2016-10-02 20:03:32 -06:00
parent 0694ab14ca
commit a423577789
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -65,3 +65,4 @@
/setuptools-27.3.0.tar.gz
/setuptools-28.0.0.tar.gz
/setuptools-28.1.0.tar.gz
/setuptools-28.2.0.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 28.1.0
Version: 28.2.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
* Sun Oct 02 2016 Kevin Fenzi <kevin@scrye.com> - 28.2.0-1
- Update to 28.2.0. Fixes bug #1381099
* Sun Oct 02 2016 Kevin Fenzi <kevin@scrye.com> - 28.1.0-1
- Update to 28.1.0. Fixes bug #1381066

View File

@ -1 +1 @@
ec0a8d53fa6cf4498f249da9f7ef5b38 setuptools-28.1.0.tar.gz
b2031092dcf317cdd140c6c200957c26 setuptools-28.2.0.tar.gz