diff --git a/.gitignore b/.gitignore index eacf831..f2ac2f4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /svn18_example.zip /setuptools-1.3.1.tar.gz /setuptools-1.4.tar.gz +/setuptools-2.0.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 3a54f49..221c55f 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -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 - 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 - 1.4-1 - Update to 1.4 that gives easy_install pypi credential handling diff --git a/sources b/sources index a26d72f..c96ac9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5710464bc5a61d75f5087f15ce63cfe0 setuptools-1.4.tar.gz +887cdf417bc5d25326c66bb98c0dd160 setuptools-2.0.tar.gz