diff --git a/.gitignore b/.gitignore index 07f8219..c040f7e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /setuptools-17.0.tar.gz /setuptools-17.1.tar.gz /setuptools-17.1.1.tar.gz +/setuptools-18.0.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 4f14e20..2ed4d80 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -26,8 +26,8 @@ %endif Name: python-setuptools -Version: 17.1.1 -Release: 3%{?dist} +Version: 18.0.1 +Release: 1%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -203,6 +203,9 @@ popd %endif # with_python3 %changelog +* Thu Jun 25 2015 Kevin Fenzi 18.0.1-1 +- Update to 18.0.1 + * Sat Jun 20 2015 Kevin Fenzi 17.1.1-3 - Drop no longer needed Requires/BuildRequires on python-backports-ssl_match_hostname - Fixes bug #1231325 diff --git a/sources b/sources index be5e6bd..820e8ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7edec6cc30aca5518fa9bad42ff0179b setuptools-17.1.1.tar.gz +cecd172c9ff7fd5f2e16b2fcc88bba51 setuptools-18.0.1.tar.gz