Upgrade to 22.0.0

This commit is contained in:
Kevin Fenzi 2016-06-02 21:13:03 -06:00
parent 6d3f1b5a49
commit bacd969f2b
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -51,3 +51,4 @@
/setuptools-20.9.0.tar.gz
/setuptools-20.10.1.tar.gz
/setuptools-21.2.2.tar.gz
/setuptools-22.0.0.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 21.2.2
Version: 22.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
* Thu Jun 02 2016 Kevin Fenzi <kevin@scrye.com> - 20.0.0-1
- Upgrade to 22.0.0
* Tue May 31 2016 Nils Philippsen <nils@redhat.com>
- fix source URL

View File

@ -1 +1 @@
cabd346aa499932ac47ab7303b7efca4 setuptools-21.2.2.tar.gz
ddd9fbe3da4ac564830d75fadf796930 setuptools-22.0.0.tar.gz