diff --git a/.gitignore b/.gitignore index 1b5c522..60d4505 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /setuptools-28.0.0.tar.gz /setuptools-28.1.0.tar.gz /setuptools-28.2.0.tar.gz +/setuptools-28.3.0.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 37d6082..d303d65 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 28.2.0 +Version: 28.3.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 +* Sat Oct 08 2016 Kevin Fenzi - 28.3.0-1 +- Update to 28.3.0. Fixes bug #1382971 + * Sun Oct 02 2016 Kevin Fenzi - 28.2.0-1 - Update to 28.2.0. Fixes bug #1381099 diff --git a/sources b/sources index b36d9c3..cdf59d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b2031092dcf317cdd140c6c200957c26 setuptools-28.2.0.tar.gz +a46750b6bd90a1343466bd57b0e2721a setuptools-28.3.0.tar.gz