diff --git a/.gitignore b/.gitignore index 37bc96a..0665d11 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /setuptools-2.0.tar.gz /setuptools-6.0.2.tar.gz /setuptools-6.1.tar.gz +/setuptools-7.0.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index b140e9b..ab031ed 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -19,7 +19,7 @@ %endif Name: python-setuptools -Version: 6.1 +Version: 7.0 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -204,6 +204,9 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Thu Oct 23 2014 Ralph Bean - 7.0-1 +- Latest upstream. Fixes bug #1154590. + * Mon Oct 13 2014 Ralph Bean - 6.1-1 - Latest upstream. Fixes bug #1152130. diff --git a/sources b/sources index ac0b374..8daae78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9b44838c2e6c66f232327d7821ff6f8 setuptools-6.1.tar.gz +6245d6752e2ef803c365f560f7f2f940 setuptools-7.0.tar.gz