Update to 18.8.1. Fixes bug #1291678

This commit is contained in:
Kevin Fenzi 2015-12-15 12:59:41 -07:00
parent ef2ce6b337
commit 1f272ef22e
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@
/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 /setuptools-18.8.tar.gz
/setuptools-18.8.1.tar.gz

View File

@ -26,7 +26,7 @@
%endif %endif
Name: python-setuptools Name: python-setuptools
Version: 18.8 Version: 18.8.1
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
* Tue Dec 15 2015 Kevin Fenzi <kevin@scrye.com> - 18.8.1-1
- Update to 18.8.1. Fixes bug #1291678
* Sat Dec 12 2015 Kevin Fenzi <kevin@scrye.com> - 18.8-1 * Sat Dec 12 2015 Kevin Fenzi <kevin@scrye.com> - 18.8-1
- Update to 18.8. Fixes bug #1290942 - Update to 18.8. Fixes bug #1290942

View File

@ -1 +1 @@
4b046c271a02adf4c42dc60cbfe3f5ba setuptools-18.8.tar.gz 28dc1aed0bd3a2ace6d9e53c8df03497 setuptools-18.8.1.tar.gz