Update to 18.8.1. Fixes bug #1291678
This commit is contained in:
parent
ef2ce6b337
commit
1f272ef22e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user