diff --git a/.gitignore b/.gitignore index 79471ed..30d5813 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /setuptools-20.1.1.tar.gz /setuptools-20.3.tar.gz /setuptools-20.4.tar.gz +/setuptools-20.6.7.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 7f50fc4..84e00ce 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 20.4 +Version: 20.6.7 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 Mar 31 2016 Kevin Fenzi - 20.6.7-1 +- Update to 20.6.7. Fixes bug #1322836 + * Wed Mar 30 2016 Kevin Fenzi - 20.4-1 - Update to 20.4. Fixes bug #1319366 diff --git a/sources b/sources index 85532ca..46c0273 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -684f5f8c4b8da28e0bec7a11fe2d13ec setuptools-20.4.tar.gz +45d6110f3ec14924e44c33411db64fe6 setuptools-20.6.7.tar.gz