Update to 20.8.1. Fixes bug #1325910

This commit is contained in:
Kevin Fenzi 2016-04-15 16:10:22 -06:00
parent d925ebdf3b
commit f4f30dd208
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -47,3 +47,4 @@
/setuptools-20.3.tar.gz
/setuptools-20.4.tar.gz
/setuptools-20.6.7.tar.gz
/setuptools-20.8.1.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 20.6.7
Version: 20.8.1
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
* Fri Apr 15 2016 Kevin Fenzi <kevin@scrye.com> - 20.8.1-1
- Update to 20.8.1. Fixes bug #1325910
* Thu Mar 31 2016 Kevin Fenzi <kevin@scrye.com> - 20.6.7-1
- Update to 20.6.7. Fixes bug #1322836

View File

@ -1 +1 @@
45d6110f3ec14924e44c33411db64fe6 setuptools-20.6.7.tar.gz
3d29c67222083a1f8e64a299e6be4a66 setuptools-20.8.1.tar.gz