Update to 28.1.0. Fixes bug #1381066
This commit is contained in:
parent
40b8a24a79
commit
0694ab14ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@
|
|||||||
/setuptools-27.1.2.tar.gz
|
/setuptools-27.1.2.tar.gz
|
||||||
/setuptools-27.3.0.tar.gz
|
/setuptools-27.3.0.tar.gz
|
||||||
/setuptools-28.0.0.tar.gz
|
/setuptools-28.0.0.tar.gz
|
||||||
|
/setuptools-28.1.0.tar.gz
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 28.0.0
|
Version: 28.1.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
|
||||||
|
* Sun Oct 02 2016 Kevin Fenzi <kevin@scrye.com> - 28.1.0-1
|
||||||
|
- Update to 28.1.0. Fixes bug #1381066
|
||||||
|
|
||||||
* Wed Sep 28 2016 Kevin Fenzi <kevin@scrye.com> - 28.0.0-1
|
* Wed Sep 28 2016 Kevin Fenzi <kevin@scrye.com> - 28.0.0-1
|
||||||
- Update to 28.0.0. Fixes bug #1380073
|
- Update to 28.0.0. Fixes bug #1380073
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user