Update to 21.2.2. Fixes bug #1332357
This commit is contained in:
parent
65e959b81c
commit
366cec7d46
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
||||
/setuptools-20.8.1.tar.gz
|
||||
/setuptools-20.9.0.tar.gz
|
||||
/setuptools-20.10.1.tar.gz
|
||||
/setuptools-21.2.2.tar.gz
|
||||
|
@ -29,7 +29,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 20.10.1
|
||||
Version: 21.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Easily build and distribute Python packages
|
||||
|
||||
@ -223,8 +223,11 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Sun May 29 2016 Kevin Fenzi <kevin@scrye.com> - 21.2.2-1
|
||||
- Update to 21.2.2. Fixes bug #1332357
|
||||
|
||||
* Thu Apr 28 2016 Kevin Fenzi <kevin@scrye.com> - 20.10.1-1
|
||||
- Update to 2.10.1. Fixes bug #1330375
|
||||
- Update to 20.10.1. Fixes bug #1330375
|
||||
|
||||
* Sat Apr 16 2016 Kevin Fenzi <kevin@scrye.com> - 20.9.0-1
|
||||
- Update to 20.9.0. Fixes bug #1327827
|
||||
|
Loading…
Reference in New Issue
Block a user