diff --git a/.gitignore b/.gitignore index 1b417d6..f296ddf 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /setuptools-19.2.tar.gz /setuptools-19.4.tar.gz /setuptools-19.5.tar.gz +/setuptools-19.6.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index f69afb8..8271a23 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 19.5 +Version: 19.6 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -220,6 +220,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Mon Jan 25 2016 Kevin Fenzi - 19.6-1 +- Update to 19.6. + * Mon Jan 25 2016 Kevin Fenzi - 19.5-1 - Update to 19.5. Fixes bug #1301313 diff --git a/sources b/sources index 62dc556..23d2951 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c06bf8ebf4393946115092780e60e313 setuptools-19.5.tar.gz +c607dd118eae682c44ed146367a17e26 setuptools-19.6.tar.gz