diff --git a/.gitignore b/.gitignore index 7438b4c..cd90091 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /setuptools-19.6.tar.gz /setuptools-19.6.2.tar.gz /setuptools-19.7.tar.gz +/setuptools-20.0.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 9cb4bfd..59c0e48 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 19.7 +Version: 20.0 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -224,6 +224,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Mon Feb 08 2016 Kevin Fenzi - 20.0-1 +- Update to 20.0. Fixes bug #1305394 + * Sat Feb 06 2016 Kevin Fenzi - 19.7-1 - Update to 19.7. Fixes bug #1304563 diff --git a/sources b/sources index 65dc353..e53033d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b016816564e09b500a02857f79fc8a68 setuptools-19.7.tar.gz +fb22b2474ca037e0b08f3c3b293e02e6 setuptools-20.0.tar.gz