Update to 20.9.0. Fixes bug #1327827
This commit is contained in:
parent
f4f30dd208
commit
e00b04c637
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
|||||||
/setuptools-20.4.tar.gz
|
/setuptools-20.4.tar.gz
|
||||||
/setuptools-20.6.7.tar.gz
|
/setuptools-20.6.7.tar.gz
|
||||||
/setuptools-20.8.1.tar.gz
|
/setuptools-20.8.1.tar.gz
|
||||||
|
/setuptools-20.9.0.tar.gz
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 20.8.1
|
Version: 20.9.0
|
||||||
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
|
||||||
|
* Sat Apr 16 2016 Kevin Fenzi <kevin@scrye.com> - 20.9.0-1
|
||||||
|
- Update to 20.9.0. Fixes bug #1327827
|
||||||
|
|
||||||
* Fri Apr 15 2016 Kevin Fenzi <kevin@scrye.com> - 20.8.1-1
|
* Fri Apr 15 2016 Kevin Fenzi <kevin@scrye.com> - 20.8.1-1
|
||||||
- Update to 20.8.1. Fixes bug #1325910
|
- Update to 20.8.1. Fixes bug #1325910
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user