diff --git a/.gitignore b/.gitignore index c6b7498..66a6ec3 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /setuptools-15.2.tar.gz /setuptools-16.0.tar.gz /setuptools-17.0.tar.gz +/setuptools-17.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 741a527..0796772 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -26,7 +26,7 @@ %endif Name: python-setuptools -Version: 17.0 +Version: 17.1 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -206,6 +206,9 @@ popd %endif # with_python3 %changelog +* Sun Jun 07 2015 Kevin Fenzi 17.1-1 +- Update to 17.1. Fixes bug 1229066 + * Sat May 30 2015 Kevin Fenzi 17.0-1 - Update to 17 diff --git a/sources b/sources index c8b1aea..62a1458 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd15d24ed1e4c95e56d8c6e812f3a84f setuptools-17.0.tar.gz +e597f049b9399fab881da8ab56abac26 setuptools-17.1.tar.gz