Update to 20.3. Fixes bug #1311967

This commit is contained in:
Kevin Fenzi 2016-03-16 11:01:03 -06:00
parent 4e940f42ee
commit d0dd2dc921
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@
/setuptools-20.0.tar.gz
/setuptools-20.1.tar.gz
/setuptools-20.1.1.tar.gz
/setuptools-20.3.tar.gz

View File

@ -29,7 +29,7 @@
%endif
Name: python-setuptools
Version: 20.1.1
Version: 20.3
Release: 1%{?dist}
Summary: Easily build and distribute Python packages
@ -216,7 +216,6 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%license psfl.txt zpl.txt asl.txt
%doc docs/*
%{python3_sitelib}/easy_install.py
%{python3_sitelib}/_markerlib/
%{python3_sitelib}/pkg_resources/
%{python3_sitelib}/setuptools*/
%{python3_sitelib}/__pycache__/*
@ -224,6 +223,12 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%endif # with_python3
%changelog
* Wed Mar 16 2016 Kevin Fenzi <kevin@scrye.com> - 20.3-1
- Update to 20.3. Fixes bug #1311967
* Sat Feb 27 2016 Kevin Fenzi <kevin@scrye.com> - 20.2.2-1
- Update to 20.2.2. Fixes bug #1311967
* Sat Feb 13 2016 Kevin Fenzi <kevin@scrye.com> - 20.1.1-1
- Update to 20.1.1. Fixes bug #130719

View File

@ -1 +1 @@
10a0f4feb9f2ea99acf634c8d7136d6d setuptools-20.1.1.tar.gz
1b6ec3c0cc7e15ed67fe8f0fd1d899d0 setuptools-20.3.tar.gz