Update to 21.2.2. Fixes bug #1332357

This commit is contained in:
Kevin Fenzi 2016-05-29 21:34:49 -06:00
parent 65e959b81c
commit 366cec7d46
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -50,3 +50,4 @@
/setuptools-20.8.1.tar.gz /setuptools-20.8.1.tar.gz
/setuptools-20.9.0.tar.gz /setuptools-20.9.0.tar.gz
/setuptools-20.10.1.tar.gz /setuptools-20.10.1.tar.gz
/setuptools-21.2.2.tar.gz

View File

@ -29,7 +29,7 @@
%endif %endif
Name: python-setuptools Name: python-setuptools
Version: 20.10.1 Version: 21.2.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
@ -223,8 +223,11 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Sun May 29 2016 Kevin Fenzi <kevin@scrye.com> - 21.2.2-1
- Update to 21.2.2. Fixes bug #1332357
* Thu Apr 28 2016 Kevin Fenzi <kevin@scrye.com> - 20.10.1-1 * Thu Apr 28 2016 Kevin Fenzi <kevin@scrye.com> - 20.10.1-1
- Update to 2.10.1. Fixes bug #1330375 - Update to 20.10.1. Fixes bug #1330375
* Sat Apr 16 2016 Kevin Fenzi <kevin@scrye.com> - 20.9.0-1 * Sat Apr 16 2016 Kevin Fenzi <kevin@scrye.com> - 20.9.0-1
- Update to 20.9.0. Fixes bug #1327827 - Update to 20.9.0. Fixes bug #1327827

View File

@ -1 +1 @@
cc3f063d05e3bff4d3fa07a5a1017c3b setuptools-20.10.1.tar.gz cabd346aa499932ac47ab7303b7efca4 setuptools-21.2.2.tar.gz