Update to 19.6.2. Fixes bug #1303397
This commit is contained in:
parent
b74244d500
commit
f4e5fa16eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
||||
/setuptools-19.4.tar.gz
|
||||
/setuptools-19.5.tar.gz
|
||||
/setuptools-19.6.tar.gz
|
||||
/setuptools-19.6.2.tar.gz
|
||||
|
@ -29,7 +29,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 19.6
|
||||
Version: 19.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Easily build and distribute Python packages
|
||||
|
||||
@ -220,6 +220,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Sun Jan 31 2016 Kevin Fenzi <kevin@scrye.com> - 19.6.2-1
|
||||
- Update to 19.6.2. Fixes bug #1303397
|
||||
|
||||
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.6-1
|
||||
- Update to 19.6.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
c607dd118eae682c44ed146367a17e26 setuptools-19.6.tar.gz
|
||||
ec3c428f0b81f75c8b9d19e9815da5d9 setuptools-19.6.2.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user