diff --git a/.gitignore b/.gitignore index f296ddf..8a8a8ab 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /setuptools-19.4.tar.gz /setuptools-19.5.tar.gz /setuptools-19.6.tar.gz +/setuptools-19.6.2.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 8271a23..432a33f 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 19.6 +Version: 19.6.2 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -220,6 +220,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Sun Jan 31 2016 Kevin Fenzi - 19.6.2-1 +- Update to 19.6.2. Fixes bug #1303397 + * Mon Jan 25 2016 Kevin Fenzi - 19.6-1 - Update to 19.6. diff --git a/sources b/sources index 23d2951..234ed9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c607dd118eae682c44ed146367a17e26 setuptools-19.6.tar.gz +ec3c428f0b81f75c8b9d19e9815da5d9 setuptools-19.6.2.tar.gz