[Python-checkins] python/nondist/sandbox/setuptools EasyInstall.txt, 1.58, 1.59 ez_setup.py, 1.27, 1.28

pje@users.sourceforge.net pje at users.sourceforge.net
Wed Sep 14 18:41:27 CEST 2005


Update of /cvsroot/python/python/nondist/sandbox/setuptools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2672

Modified Files:
	EasyInstall.txt ez_setup.py 
Log Message:
Update cheeseshop URL, fix typo.


Index: EasyInstall.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/EasyInstall.txt,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- EasyInstall.txt	23 Aug 2005 13:45:50 -0000	1.58
+++ EasyInstall.txt	14 Sep 2005 16:41:23 -0000	1.59
@@ -788,7 +788,7 @@
 
  * If you manually delete the current version of a package, the next run of
    EasyInstall against the target directory will now remove the stray entry
-   from the ``easy-install.pth``file.
+   from the ``easy-install.pth`` file.
 
  * EasyInstall now recognizes URLs with a ``#egg=project_name`` fragment ID
    as pointing to the named project's source checkout.  Such URLs have a lower

Index: ez_setup.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/ez_setup.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ez_setup.py	14 Sep 2005 03:33:49 -0000	1.27
+++ ez_setup.py	14 Sep 2005 16:41:23 -0000	1.28
@@ -14,7 +14,7 @@
 This file can also be run as a script to install or upgrade setuptools.
 """
 DEFAULT_VERSION = "0.6a1"
-DEFAULT_URL     = "http://www.python.org/packages/source/s/setuptools/"
+DEFAULT_URL     = "http://cheeseshop.python.org/packages/source/s/setuptools/"
 
 md5_data = {
     'setuptools-0.5a13-py2.3.egg': '85edcf0ef39bab66e130d3f38f578c86',



More information about the Python-checkins mailing list