Update to 20.1.1. Fixes bug #130719
This commit is contained in:
parent
a14fdecebf
commit
4e940f42ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
|||||||
/setuptools-19.7.tar.gz
|
/setuptools-19.7.tar.gz
|
||||||
/setuptools-20.0.tar.gz
|
/setuptools-20.0.tar.gz
|
||||||
/setuptools-20.1.tar.gz
|
/setuptools-20.1.tar.gz
|
||||||
|
/setuptools-20.1.1.tar.gz
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 20.1
|
Version: 20.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
@ -224,6 +224,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 13 2016 Kevin Fenzi <kevin@scrye.com> - 20.1.1-1
|
||||||
|
- Update to 20.1.1. Fixes bug #130719
|
||||||
|
|
||||||
* Fri Feb 12 2016 Kevin Fenzi <kevin@scrye.com> - 20.1-1
|
* Fri Feb 12 2016 Kevin Fenzi <kevin@scrye.com> - 20.1-1
|
||||||
- Update to 20.1. Fixes bug #1307000
|
- Update to 20.1. Fixes bug #1307000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user