Update to 18.6.1. Fixes bug #1270578
This commit is contained in:
parent
1cf160c1ac
commit
d428811407
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
|||||||
/setuptools-18.3.2.tar.gz
|
/setuptools-18.3.2.tar.gz
|
||||||
/setuptools-18.4.tar.gz
|
/setuptools-18.4.tar.gz
|
||||||
/setuptools-18.5.tar.gz
|
/setuptools-18.5.tar.gz
|
||||||
|
/setuptools-18.6.1.tar.gz
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 18.5
|
Version: 18.6.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -221,6 +221,9 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 25 2015 Kevin Fenzi <kevin@scrye.com> - 18.6.1-1
|
||||||
|
- Update to 18.6.1. Fixes bug #1270578
|
||||||
|
|
||||||
* Sun Nov 15 2015 Thomas Spura <tomspur@fedoraproject.org> - 18.5-3
|
* Sun Nov 15 2015 Thomas Spura <tomspur@fedoraproject.org> - 18.5-3
|
||||||
- Try to disable zip_safe bug #1271776
|
- Try to disable zip_safe bug #1271776
|
||||||
- Add python2 subpackage
|
- Add python2 subpackage
|
||||||
|
Loading…
Reference in New Issue
Block a user