Update to 19.6.
This commit is contained in:
parent
dbf1999905
commit
b74244d500
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
|||||||
/setuptools-19.2.tar.gz
|
/setuptools-19.2.tar.gz
|
||||||
/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
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 19.5
|
Version: 19.6
|
||||||
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
|
||||||
|
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.6-1
|
||||||
|
- Update to 19.6.
|
||||||
|
|
||||||
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.5-1
|
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.5-1
|
||||||
- Update to 19.5. Fixes bug #1301313
|
- Update to 19.5. Fixes bug #1301313
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user