diff --git a/.gitignore b/.gitignore index 02f3858..1b5c522 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /setuptools-27.3.0.tar.gz /setuptools-28.0.0.tar.gz /setuptools-28.1.0.tar.gz +/setuptools-28.2.0.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 1091075..37d6082 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 28.1.0 +Version: 28.2.0 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 +* Sun Oct 02 2016 Kevin Fenzi - 28.2.0-1 +- Update to 28.2.0. Fixes bug #1381099 + * Sun Oct 02 2016 Kevin Fenzi - 28.1.0-1 - Update to 28.1.0. Fixes bug #1381066 diff --git a/sources b/sources index 7d49011..b36d9c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec0a8d53fa6cf4498f249da9f7ef5b38 setuptools-28.1.0.tar.gz +b2031092dcf317cdd140c6c200957c26 setuptools-28.2.0.tar.gz