diff --git a/.gitignore b/.gitignore index 30d5813..733a171 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /setuptools-20.3.tar.gz /setuptools-20.4.tar.gz /setuptools-20.6.7.tar.gz +/setuptools-20.8.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 84e00ce..50f42e3 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 20.6.7 +Version: 20.8.1 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 +* Fri Apr 15 2016 Kevin Fenzi - 20.8.1-1 +- Update to 20.8.1. Fixes bug #1325910 + * Thu Mar 31 2016 Kevin Fenzi - 20.6.7-1 - Update to 20.6.7. Fixes bug #1322836 diff --git a/sources b/sources index 46c0273..29c2f32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45d6110f3ec14924e44c33411db64fe6 setuptools-20.6.7.tar.gz +3d29c67222083a1f8e64a299e6be4a66 setuptools-20.8.1.tar.gz