Update to 20.6.7. Fixes bug #1322836
This commit is contained in:
parent
4e99b577f7
commit
d925ebdf3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@
|
|||||||
/setuptools-20.1.1.tar.gz
|
/setuptools-20.1.1.tar.gz
|
||||||
/setuptools-20.3.tar.gz
|
/setuptools-20.3.tar.gz
|
||||||
/setuptools-20.4.tar.gz
|
/setuptools-20.4.tar.gz
|
||||||
|
/setuptools-20.6.7.tar.gz
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 20.4
|
Version: 20.6.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 31 2016 Kevin Fenzi <kevin@scrye.com> - 20.6.7-1
|
||||||
|
- Update to 20.6.7. Fixes bug #1322836
|
||||||
|
|
||||||
* Wed Mar 30 2016 Kevin Fenzi <kevin@scrye.com> - 20.4-1
|
* Wed Mar 30 2016 Kevin Fenzi <kevin@scrye.com> - 20.4-1
|
||||||
- Update to 20.4. Fixes bug #1319366
|
- Update to 20.4. Fixes bug #1319366
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user