Update to 16
This commit is contained in:
parent
537464b7b4
commit
33cc4604fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/python-setuptools-15.0-1.fc21.src.rpm
|
/python-setuptools-15.0-1.fc21.src.rpm
|
||||||
/setuptools-15.0.tar.gz
|
/setuptools-15.0.tar.gz
|
||||||
/setuptools-15.2.tar.gz
|
/setuptools-15.2.tar.gz
|
||||||
|
/setuptools-16.0.tar.gz
|
||||||
|
@ -26,14 +26,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 15.2
|
Version: 16.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: Python or ZPLv2.0
|
License: Python or ZPLv2.0
|
||||||
URL: http://pypi.python.org/pypi/%{srcname}
|
URL: https://pypi.python.org/pypi/%{srcname}
|
||||||
Source0: http://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
|
Source0: https://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||||
Source1: psfl.txt
|
Source1: psfl.txt
|
||||||
Source2: zpl.txt
|
Source2: zpl.txt
|
||||||
|
|
||||||
@ -206,6 +206,9 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 27 2015 Ralph Bean <rbean@redhat.com> - 15.2-1
|
||||||
- new version
|
- new version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user