Update to 28.8.1. Fixes bug #1392722
This commit is contained in:
parent
4c3f2dd43d
commit
c12d9ea484
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@
|
|||||||
/setuptools-28.6.0.tar.gz
|
/setuptools-28.6.0.tar.gz
|
||||||
/setuptools-28.6.1.tar.gz
|
/setuptools-28.6.1.tar.gz
|
||||||
/setuptools-28.7.1.tar.gz
|
/setuptools-28.7.1.tar.gz
|
||||||
|
/setuptools-28.8.0.tar.gz
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 28.7.1
|
Version: 28.8.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
|
||||||
|
* Wed Nov 09 2016 Kevin Fenzi <kevin@scrye.com> - 28.8.0-1
|
||||||
|
- Update to 28.8.1. Fixes bug #1392722
|
||||||
|
|
||||||
* Mon Oct 31 2016 Kevin Fenzi <kevin@scrye.com> - 28.7.1-1
|
* Mon Oct 31 2016 Kevin Fenzi <kevin@scrye.com> - 28.7.1-1
|
||||||
- Update to 28.7.1. Fixes bug #1389917
|
- Update to 28.7.1. Fixes bug #1389917
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user