From 0694ab14ca98cb1af07f7b340f032967202dbce9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Oct 03 2016 00:03:10 +0000 Subject: Update to 28.1.0. Fixes bug #1381066 --- diff --git a/.gitignore b/.gitignore index e9f1e1e..02f3858 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /setuptools-27.1.2.tar.gz /setuptools-27.3.0.tar.gz /setuptools-28.0.0.tar.gz +/setuptools-28.1.0.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 9d4462a..1091075 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 28.0.0 +Version: 28.1.0 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 +* Sun Oct 02 2016 Kevin Fenzi - 28.1.0-1 +- Update to 28.1.0. Fixes bug #1381066 + * Wed Sep 28 2016 Kevin Fenzi - 28.0.0-1 - Update to 28.0.0. Fixes bug #1380073 diff --git a/sources b/sources index c2b0150..7d49011 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9b23df90e1510c7353a5cf07873dcd22 setuptools-28.0.0.tar.gz +ec0a8d53fa6cf4498f249da9f7ef5b38 setuptools-28.1.0.tar.gz