Update to 27.1.2. Fixes bug #1370777
This commit is contained in:
parent
5e743260b6
commit
51abccf467
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
|||||||
/setuptools-25.1.1.tar.gz
|
/setuptools-25.1.1.tar.gz
|
||||||
/setuptools-25.1.6.tar.gz
|
/setuptools-25.1.6.tar.gz
|
||||||
/setuptools-26.0.0.tar.gz
|
/setuptools-26.0.0.tar.gz
|
||||||
|
/setuptools-27.1.2.tar.gz
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 26.0.0
|
Version: 27.1.2
|
||||||
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
|
||||||
|
* Sat Sep 10 2016 Kevin Fenzi <kevin@scrye.com> - 27.1.2-1
|
||||||
|
- Update to 27.1.2. Fixes bug #1370777
|
||||||
|
|
||||||
* Sat Aug 27 2016 Kevin Fenzi <kevin@scrye.com> - 26.0.0-1
|
* Sat Aug 27 2016 Kevin Fenzi <kevin@scrye.com> - 26.0.0-1
|
||||||
- Update to 26.0.0. Fixes bug #1370777
|
- Update to 26.0.0. Fixes bug #1370777
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user