Update to 22.0.5. Fixes bug #1342706
This commit is contained in:
parent
bacd969f2b
commit
9d08e9c46c
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@
|
|||||||
/setuptools-20.10.1.tar.gz
|
/setuptools-20.10.1.tar.gz
|
||||||
/setuptools-21.2.2.tar.gz
|
/setuptools-21.2.2.tar.gz
|
||||||
/setuptools-22.0.0.tar.gz
|
/setuptools-22.0.0.tar.gz
|
||||||
|
/setuptools-22.0.5.tar.gz
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 22.0.0
|
Version: 22.0.5
|
||||||
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
|
||||||
|
* Tue Jun 07 2016 Kevin Fenzi <kevin@scrye.com> - 22.0.5-1
|
||||||
|
- Update to 22.0.5. Fixes bug #1342706
|
||||||
|
|
||||||
* Thu Jun 02 2016 Kevin Fenzi <kevin@scrye.com> - 20.0.0-1
|
* Thu Jun 02 2016 Kevin Fenzi <kevin@scrye.com> - 20.0.0-1
|
||||||
- Upgrade to 22.0.0
|
- Upgrade to 22.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user