From 366cec7d46062fc6fd845073c26be10256fc007d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: May 30 2016 03:34:49 +0000 Subject: Update to 21.2.2. Fixes bug #1332357 --- diff --git a/.gitignore b/.gitignore index d9358da..7d6c48d 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /setuptools-20.8.1.tar.gz /setuptools-20.9.0.tar.gz /setuptools-20.10.1.tar.gz +/setuptools-21.2.2.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 8ece371..0e1f73f 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 20.10.1 +Version: 21.2.2 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -223,8 +223,11 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Sun May 29 2016 Kevin Fenzi - 21.2.2-1 +- Update to 21.2.2. Fixes bug #1332357 + * Thu Apr 28 2016 Kevin Fenzi - 20.10.1-1 -- Update to 2.10.1. Fixes bug #1330375 +- Update to 20.10.1. Fixes bug #1330375 * Sat Apr 16 2016 Kevin Fenzi - 20.9.0-1 - Update to 20.9.0. Fixes bug #1327827 diff --git a/sources b/sources index 1f14242..56c55d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc3f063d05e3bff4d3fa07a5a1017c3b setuptools-20.10.1.tar.gz +cabd346aa499932ac47ab7303b7efca4 setuptools-21.2.2.tar.gz