Update to 18.8. Fixes bug #1290942

This commit is contained in:
Kevin Fenzi 2015-12-12 11:17:27 -07:00
parent 77b3af5d8d
commit ef2ce6b337
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@
/setuptools-18.5.tar.gz /setuptools-18.5.tar.gz
/setuptools-18.6.1.tar.gz /setuptools-18.6.1.tar.gz
/setuptools-18.7.1.tar.gz /setuptools-18.7.1.tar.gz
/setuptools-18.8.tar.gz

View File

@ -26,7 +26,7 @@
%endif %endif
Name: python-setuptools Name: python-setuptools
Version: 18.7.1 Version: 18.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
@ -218,6 +218,9 @@ popd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Sat Dec 12 2015 Kevin Fenzi <kevin@scrye.com> - 18.8-1
- Update to 18.8. Fixes bug #1290942
* Fri Dec 04 2015 Kevin Fenzi <kevin@scrye.com> - 18.7.1-1 * Fri Dec 04 2015 Kevin Fenzi <kevin@scrye.com> - 18.7.1-1
- Update to 18.7.1. Fixes bug #1287372 - Update to 18.7.1. Fixes bug #1287372

View File

@ -1 +1 @@
a0984da9cd8d7b582e1fd7de67dfdbcc setuptools-18.7.1.tar.gz 4b046c271a02adf4c42dc60cbfe3f5ba setuptools-18.8.tar.gz