From 097b18fb18981a527750331ac20af7ee4a355ed4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jul 22 2016 22:51:41 +0000 Subject: Update to 24.2.0. Fixes bug #1352734 --- diff --git a/.gitignore b/.gitignore index c689399..887f5a6 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /setuptools-22.0.5.tar.gz /setuptools-23.0.0.tar.gz /setuptools-24.0.1.tar.gz +/setuptools-24.2.0.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 43b56c1..672c41d 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,8 +29,8 @@ %endif Name: python-setuptools -Version: 24.0.1 -Release: 2%{?dist} +Version: 24.2.0 +Release: 1%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Fri Jul 22 2016 Kevin Fenzi - 24.2.0-1 +- Update to 24.2.0. Fixes bug #1352734 + * Tue Jul 19 2016 Fedora Release Engineering - 24.0.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 260d434..b883fa5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b33bbe9bff7309a4fee8a799c49993b setuptools-24.0.1.tar.gz +b5cf2acaac3012ded49f0e38ee6db94a setuptools-24.2.0.tar.gz