From 985c3e4395c8392d0c773844b3700bf36a5296eb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Aug 10 2016 20:43:22 +0000 Subject: Update to 25.1.6. Fixes bug #1362325 --- diff --git a/.gitignore b/.gitignore index f5b0530..9fdf0b5 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /setuptools-25.0.0.tar.gz /setuptools-25.1.0.tar.gz /setuptools-25.1.1.tar.gz +/setuptools-25.1.6.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 11657a5..1d357c8 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 25.1.1 +Version: 25.1.6 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 +* Wed Aug 10 2016 Kevin Fenzi - 25.1.6-1 +- Update to 25.1.6. Fixes bug #1362325 + * Fri Jul 29 2016 Kevin Fenzi - 25.1.1-1 - Update to 25.1.1. Fixes bug #1361465 diff --git a/sources b/sources index 45cc507..579c652 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e83447459d2f34afb82cff9f283a52c setuptools-25.1.1.tar.gz +fa165d9e7f9b68378076fa0aa3df8abd setuptools-25.1.6.tar.gz