diff --git a/.gitignore b/.gitignore index 0aebc8a..e9f1e1e 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ /setuptools-26.0.0.tar.gz /setuptools-27.1.2.tar.gz /setuptools-27.3.0.tar.gz +/setuptools-28.0.0.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index e3676e6..9d4462a 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 27.3.0 +Version: 28.0.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 +* Wed Sep 28 2016 Kevin Fenzi - 28.0.0-1 +- Update to 28.0.0. Fixes bug #1380073 + * Sun Sep 25 2016 Kevin Fenzi - 27.3.0-1 - Update to 27.3.0. Fixes bug #1378067 diff --git a/sources b/sources index c31d3f9..c2b0150 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2246eb4c511fa4b50003b10ea2a49d42 setuptools-27.3.0.tar.gz +9b23df90e1510c7353a5cf07873dcd22 setuptools-28.0.0.tar.gz