diff --git a/.gitignore b/.gitignore index 8a8a8ab..7438b4c 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /setuptools-19.5.tar.gz /setuptools-19.6.tar.gz /setuptools-19.6.2.tar.gz +/setuptools-19.7.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 200cd43..9cb4bfd 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,8 +29,8 @@ %endif Name: python-setuptools -Version: 19.6.2 -Release: 2%{?dist} +Version: 19.7 +Release: 1%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -224,6 +224,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Sat Feb 06 2016 Kevin Fenzi - 19.7-1 +- Update to 19.7. Fixes bug #1304563 + * Wed Feb 3 2016 Orion Poplawski - 19.6.2-2 - Fix python3 package file ownership diff --git a/sources b/sources index 234ed9d..65dc353 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec3c428f0b81f75c8b9d19e9815da5d9 setuptools-19.6.2.tar.gz +b016816564e09b500a02857f79fc8a68 setuptools-19.7.tar.gz