Update to 24.2.0. Fixes bug #1352734

This commit is contained in:
Kevin Fenzi 2016-07-22 16:51:41 -06:00
parent e0cf35d0ec
commit 097b18fb18
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -55,3 +55,4 @@
/setuptools-22.0.5.tar.gz /setuptools-22.0.5.tar.gz
/setuptools-23.0.0.tar.gz /setuptools-23.0.0.tar.gz
/setuptools-24.0.1.tar.gz /setuptools-24.0.1.tar.gz
/setuptools-24.2.0.tar.gz

View File

@ -29,8 +29,8 @@
%endif %endif
Name: python-setuptools Name: python-setuptools
Version: 24.0.1 Version: 24.2.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
Group: Applications/System Group: Applications/System
@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Fri Jul 22 2016 Kevin Fenzi <kevin@scrye.com> - 24.2.0-1
- Update to 24.2.0. Fixes bug #1352734
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.0.1-2 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.0.1-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
3b33bbe9bff7309a4fee8a799c49993b setuptools-24.0.1.tar.gz b5cf2acaac3012ded49f0e38ee6db94a setuptools-24.2.0.tar.gz