From 3595eedc187a17024e9f87fe112621e6f3a50698 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sep 25 2016 19:17:19 +0000 Subject: Update to 27.3.0. Fixes bug #1378067 --- diff --git a/.gitignore b/.gitignore index 442e127..0aebc8a 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /setuptools-25.1.6.tar.gz /setuptools-26.0.0.tar.gz /setuptools-27.1.2.tar.gz +/setuptools-27.3.0.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 8455c95..e3676e6 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 27.1.2 +Version: 27.3.0 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -223,6 +223,12 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Sun Sep 25 2016 Kevin Fenzi - 27.3.0-1 +- Update to 27.3.0. Fixes bug #1378067 + +* Sat Sep 17 2016 Kevin Fenzi - 27.2.0-1 +- Update to 27.2.0. Fixes bug #1376298 + * Sat Sep 10 2016 Kevin Fenzi - 27.1.2-1 - Update to 27.1.2. Fixes bug #1370777 diff --git a/sources b/sources index 263b50d..c31d3f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -75e60f2aee3d423a53d32e234a2328e1 setuptools-27.1.2.tar.gz +2246eb4c511fa4b50003b10ea2a49d42 setuptools-27.3.0.tar.gz