Update to 16

This commit is contained in:
Kevin Fenzi 2015-05-18 09:25:57 -06:00
parent 537464b7b4
commit 33cc4604fa
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/python-setuptools-15.0-1.fc21.src.rpm
/setuptools-15.0.tar.gz
/setuptools-15.2.tar.gz
/setuptools-16.0.tar.gz

View File

@ -26,14 +26,14 @@
%endif
Name: python-setuptools
Version: 15.2
Version: 16.0
Release: 1%{?dist}
Summary: Easily build and distribute Python packages
Group: Applications/System
License: Python or ZPLv2.0
URL: http://pypi.python.org/pypi/%{srcname}
Source0: http://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
URL: https://pypi.python.org/pypi/%{srcname}
Source0: https://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
Source1: psfl.txt
Source2: zpl.txt
@ -206,6 +206,9 @@ popd
%endif # with_python3
%changelog
* Mon May 18 2015 Kevin Fenzi <kevin@scrye.com> 16.0-1
- Update to 16
* Mon Apr 27 2015 Ralph Bean <rbean@redhat.com> - 15.2-1
- new version

View File

@ -1 +1 @@
a9028a9794fc7ae02320d32e2d7e12ee setuptools-15.2.tar.gz
0ace0b96233516fc5f7c857d086aa3ad setuptools-16.0.tar.gz