Update to 20.0. Fixes bug #1305394
This commit is contained in:
parent
f84dab8575
commit
1c801dee9a
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/setuptools-19.6.tar.gz
|
||||
/setuptools-19.6.2.tar.gz
|
||||
/setuptools-19.7.tar.gz
|
||||
/setuptools-20.0.tar.gz
|
||||
|
@ -29,7 +29,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 19.7
|
||||
Version: 20.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Easily build and distribute Python packages
|
||||
|
||||
@ -224,6 +224,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Mon Feb 08 2016 Kevin Fenzi <kevin@scrye.com> - 20.0-1
|
||||
- Update to 20.0. Fixes bug #1305394
|
||||
|
||||
* Sat Feb 06 2016 Kevin Fenzi <kevin@scrye.com> - 19.7-1
|
||||
- Update to 19.7. Fixes bug #1304563
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user