diff --git a/.gitignore b/.gitignore index 7d6c48d..fd48026 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-setuptools.spec b/python-setuptools.spec index 70d5684..943ab30 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -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 - 20.0.0-1 +- Upgrade to 22.0.0 + * Tue May 31 2016 Nils Philippsen - fix source URL diff --git a/sources b/sources index 56c55d2..dbb3e69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cabd346aa499932ac47ab7303b7efca4 setuptools-21.2.2.tar.gz +ddd9fbe3da4ac564830d75fadf796930 setuptools-22.0.0.tar.gz