From 9d08e9c46cb293620ebcb3cdda594c87ed5bab10 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jun 07 2016 22:52:24 +0000 Subject: Update to 22.0.5. Fixes bug #1342706 --- diff --git a/.gitignore b/.gitignore index fd48026..0cca5c7 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /setuptools-20.10.1.tar.gz /setuptools-21.2.2.tar.gz /setuptools-22.0.0.tar.gz +/setuptools-22.0.5.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 943ab30..5a13a7b 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 22.0.0 +Version: 22.0.5 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 +* Tue Jun 07 2016 Kevin Fenzi - 22.0.5-1 +- Update to 22.0.5. Fixes bug #1342706 + * Thu Jun 02 2016 Kevin Fenzi - 20.0.0-1 - Upgrade to 22.0.0 diff --git a/sources b/sources index dbb3e69..dccf335 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddd9fbe3da4ac564830d75fadf796930 setuptools-22.0.0.tar.gz +869f3029dcc66a64ba39875e2a2f044a setuptools-22.0.5.tar.gz