Update to 20.4. Fixes bug #1319366

This commit is contained in:
Kevin Fenzi 2016-03-30 12:41:55 -06:00
parent d0dd2dc921
commit 4e99b577f7
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -45,3 +45,4 @@
/setuptools-20.1.tar.gz
/setuptools-20.1.1.tar.gz
/setuptools-20.3.tar.gz
/setuptools-20.4.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 20.3
Version: 20.4
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
* Wed Mar 30 2016 Kevin Fenzi <kevin@scrye.com> - 20.4-1
- Update to 20.4. Fixes bug #1319366
* Wed Mar 16 2016 Kevin Fenzi <kevin@scrye.com> - 20.3-1
- Update to 20.3. Fixes bug #1311967

View File

@ -1 +1 @@
1b6ec3c0cc7e15ed67fe8f0fd1d899d0 setuptools-20.3.tar.gz
684f5f8c4b8da28e0bec7a11fe2d13ec setuptools-20.4.tar.gz