diff --git a/.gitignore b/.gitignore index 190c0ea..c034e1a 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,4 @@ /setuptools-28.3.0.tar.gz /setuptools-28.6.0.tar.gz /setuptools-28.6.1.tar.gz +/setuptools-28.7.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 9bbb65e..dd6e361 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 28.6.1 +Version: 28.7.1 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 +* Mon Oct 31 2016 Kevin Fenzi - 28.7.1-1 +- Update to 28.7.1. Fixes bug #1389917 + * Tue Oct 25 2016 Kevin Fenzi - 28.6.1-1 - Update to 28.6.1. Fixes bug #1387071 diff --git a/sources b/sources index d68293e..135f208 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8df391e7532b544e16e1e4cc35a90e5 setuptools-28.6.1.tar.gz +263e2e3858187e8ea20b4db3ff8770bb setuptools-28.7.1.tar.gz