diff --git a/.gitignore b/.gitignore index e826276..cb9cf99 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /setuptools-18.3.1.tar.gz /setuptools-18.3.2.tar.gz /setuptools-18.4.tar.gz +/setuptools-18.5.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index b973352..9466485 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -26,7 +26,7 @@ %endif Name: python-setuptools -Version: 18.4 +Version: 18.5 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -207,6 +207,9 @@ popd %endif # with_python3 %changelog +* Tue Nov 03 2015 Robert Kuska - 18.5-1 +- Update to 18.5. Fixes bug #1270578 + * Tue Oct 13 2015 Robert Kuska - 18.4-1 - Update to 18.4. Fixes bug #1270578 - Build with wheel and check phase diff --git a/sources b/sources index 3615592..e880b28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -214c6c43bd7035e870c1beab402c48e7 setuptools-18.4.tar.gz +533c868f01169a3085177dffe5e768bb setuptools-18.5.tar.gz