Update to 19.7. Fixes bug #1304563
This commit is contained in:
parent
a6f3bb16c0
commit
f84dab8575
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
|||||||
/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
|
/setuptools-19.6.2.tar.gz
|
||||||
|
/setuptools-19.7.tar.gz
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 19.6.2
|
Version: 19.7
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -224,6 +224,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 06 2016 Kevin Fenzi <kevin@scrye.com> - 19.7-1
|
||||||
|
- Update to 19.7. Fixes bug #1304563
|
||||||
|
|
||||||
* Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 19.6.2-2
|
* Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 19.6.2-2
|
||||||
- Fix python3 package file ownership
|
- Fix python3 package file ownership
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user