diff --git a/.gitignore b/.gitignore index 600a628..c689399 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /setuptools-22.0.0.tar.gz /setuptools-22.0.5.tar.gz /setuptools-23.0.0.tar.gz +/setuptools-24.0.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index b51b09f..8a200a9 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 23.0.0 +Version: 24.0.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 Jul 04 2016 Kevin Fenzi - 24.0.1-1 +- Update to 24.0.1. Fixes bug #1352532 + * Wed Jun 15 2016 Kevin Fenzi - 23.0.0-1 - Update to 23.0.0. Fixes bug #1346542 diff --git a/sources b/sources index 5bc2f54..260d434 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -100a90664040f8ff232fbac02a4c5652 setuptools-23.0.0.tar.gz +3b33bbe9bff7309a4fee8a799c49993b setuptools-24.0.1.tar.gz