From dbf1999905d6dfbe8af2f83e8c4bc3166c5264ea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jan 25 2016 20:48:35 +0000 Subject: Update to 19.5. Fixes bug #1301313 --- diff --git a/.gitignore b/.gitignore index 64e18c4..1b417d6 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /setuptools-19.1.1.tar.gz /setuptools-19.2.tar.gz /setuptools-19.4.tar.gz +/setuptools-19.5.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index b5b8a8a..f69afb8 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 19.4 +Version: 19.5 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.5-1 +- Update to 19.5. Fixes bug #1301313 + * Mon Jan 18 2016 Kevin Fenzi - 19.4-1 - Update to 19.4. Fixes bug #1299288 diff --git a/sources b/sources index 215ecfb..62dc556 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5a7d90c1e0acf8c4ec5c2bf31bc25b5 setuptools-19.4.tar.gz +c06bf8ebf4393946115092780e60e313 setuptools-19.5.tar.gz