Update to new upstream release with a few things removed from the API:

Changelog: https://pypi.python.org/pypi/setuptools#id139
This commit is contained in:
Toshio Kuratomi 2013-12-09 19:24:31 -08:00
parent 4f8a87d40b
commit b3dd72b5ba
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/svn18_example.zip
/setuptools-1.3.1.tar.gz
/setuptools-1.4.tar.gz
/setuptools-2.0.tar.gz

View File

@ -7,7 +7,7 @@
%global srcname setuptools
Name: python-setuptools
Version: 1.4
Version: 2.0
Release: 1%{?dist}
Summary: Easily build and distribute Python packages
@ -157,6 +157,10 @@ rm -rf %{buildroot}
%endif # with_python3
%changelog
* Mon Dec 9 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0-1
- Update to new upstream release with a few things removed from the API:
Changelog: https://pypi.python.org/pypi/setuptools#id139
* Mon Nov 18 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.4-1
- Update to 1.4 that gives easy_install pypi credential handling

View File

@ -1 +1 @@
5710464bc5a61d75f5087f15ce63cfe0 setuptools-1.4.tar.gz
887cdf417bc5d25326c66bb98c0dd160 setuptools-2.0.tar.gz