Update to 20.3. Fixes bug #1311967
This commit is contained in:
parent
4e940f42ee
commit
d0dd2dc921
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user