Update to 28.7.1. Fixes bug #1389917
This commit is contained in:
parent
28abf5123b
commit
4c3f2dd43d
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
||||
/setuptools-28.3.0.tar.gz
|
||||
/setuptools-28.6.0.tar.gz
|
||||
/setuptools-28.6.1.tar.gz
|
||||
/setuptools-28.7.1.tar.gz
|
||||
|
@ -29,7 +29,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 28.6.1
|
||||
Version: 28.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Easily build and distribute Python packages
|
||||
|
||||
@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Mon Oct 31 2016 Kevin Fenzi <kevin@scrye.com> - 28.7.1-1
|
||||
- Update to 28.7.1. Fixes bug #1389917
|
||||
|
||||
* Tue Oct 25 2016 Kevin Fenzi <kevin@scrye.com> - 28.6.1-1
|
||||
- Update to 28.6.1. Fixes bug #1387071
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user