From 610d7f010c6905b9b48f0ca60c9acb63b90cf7b7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jan 18 2016 21:27:58 +0000 Subject: Update to 19.4. Fixes bug #1299288 --- diff --git a/.gitignore b/.gitignore index 1099b77..64e18c4 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /setuptools-18.8.1.tar.gz /setuptools-19.1.1.tar.gz /setuptools-19.2.tar.gz +/setuptools-19.4.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 408357e..b5b8a8a 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,8 +29,8 @@ %endif Name: python-setuptools -Version: 19.2 -Release: 2%{?dist} +Version: 19.4 +Release: 1%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -220,6 +220,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Mon Jan 18 2016 Kevin Fenzi - 19.4-1 +- Update to 19.4. Fixes bug #1299288 + * Tue Jan 12 2016 Orion Poplawski - 19.2-2 - Cleanup spec from python3-setuptools review diff --git a/sources b/sources index db2c609..215ecfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78353b1f80375ca5e088f4b4627ffe03 setuptools-19.2.tar.gz +c5a7d90c1e0acf8c4ec5c2bf31bc25b5 setuptools-19.4.tar.gz