From cfc5033eed198139323bf771f83b66f4b64e0636 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jul 29 2016 23:54:36 +0000 Subject: Update to 25.1.1. Fixes bug #1361465 --- diff --git a/.gitignore b/.gitignore index 737de24..f5b0530 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /setuptools-24.2.0.tar.gz /setuptools-25.0.0.tar.gz /setuptools-25.1.0.tar.gz +/setuptools-25.1.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 7b0e68c..11657a5 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 25.1.0 +Version: 25.1.1 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 +* Fri Jul 29 2016 Kevin Fenzi - 25.1.1-1 +- Update to 25.1.1. Fixes bug #1361465 + * Thu Jul 28 2016 Kevin Fenzi - 25.1.0-1 - Update to 25.1.0 diff --git a/sources b/sources index d46ff27..45cc507 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4814dead37e74a86883c66f7d420d73 setuptools-25.1.0.tar.gz +7e83447459d2f34afb82cff9f283a52c setuptools-25.1.1.tar.gz