Update to 19.6.2. Fixes bug #1303397
This commit is contained in:
parent
b74244d500
commit
f4e5fa16eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
|||||||
/setuptools-19.4.tar.gz
|
/setuptools-19.4.tar.gz
|
||||||
/setuptools-19.5.tar.gz
|
/setuptools-19.5.tar.gz
|
||||||
/setuptools-19.6.tar.gz
|
/setuptools-19.6.tar.gz
|
||||||
|
/setuptools-19.6.2.tar.gz
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 19.6
|
Version: 19.6.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
@ -220,6 +220,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 31 2016 Kevin Fenzi <kevin@scrye.com> - 19.6.2-1
|
||||||
|
- Update to 19.6.2. Fixes bug #1303397
|
||||||
|
|
||||||
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.6-1
|
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.6-1
|
||||||
- Update to 19.6.
|
- Update to 19.6.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user