diff --git a/.gitignore b/.gitignore index 5dd94ab..eacf831 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /svn17_example.zip /svn18_example.zip /setuptools-1.3.1.tar.gz +/setuptools-1.4.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index e0fa68f..c8884b4 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -7,7 +7,7 @@ %global srcname setuptools Name: python-setuptools -Version: 1.3.1 +Version: 1.4 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -168,6 +168,9 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Mon Nov 18 2013 Toshio Kuratomi - 1.4-1 +- Update to 1.4 that gives easy_install pypi credential handling + * Thu Nov 7 2013 Toshio Kuratomi - 1.3.1-1 - Minor upstream update to reign in overzealous warnings diff --git a/sources b/sources index bf7185f..a26d72f 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -e11d54d34c8c94f4ecfadb6b20df38b2 setuptools-1.3.1.tar.gz -f17c2dc62e023d3cff2503ef4add7897 svn17_example.zip -ad63f937c5a9bba35573467a1fc57400 svn18_example.zip +5710464bc5a61d75f5087f15ce63cfe0 setuptools-1.4.tar.gz