[Python-checkins] python/nondist/sandbox/setuptools ez_setup.py, 1.31, 1.32 setup.py, 1.40, 1.41 setuptools.txt, 1.39, 1.40

pje@users.sourceforge.net pje at users.sourceforge.net
Sat Sep 24 23:41:02 CEST 2005


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

Modified Files:
	ez_setup.py setup.py setuptools.txt 
Log Message:
0.6a3 release.


Index: ez_setup.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/ez_setup.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- ez_setup.py	18 Sep 2005 04:02:38 -0000	1.31
+++ ez_setup.py	24 Sep 2005 21:40:59 -0000	1.32
@@ -14,7 +14,7 @@
 This file can also be run as a script to install or upgrade setuptools.
 """
 import sys
-DEFAULT_VERSION = "0.6a2"
+DEFAULT_VERSION = "0.6a3"
 DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
 
 md5_data = {
@@ -24,6 +24,8 @@
     'setuptools-0.6a1-py2.4.egg': '8256b5f1cd9e348ea6877b5ddd56257d',
     'setuptools-0.6a2-py2.3.egg': 'b98da449da411267c37a738f0ab625ba',
     'setuptools-0.6a2-py2.4.egg': 'be5b88bc30aed63fdefd2683be135c3b',
+    'setuptools-0.6a3-py2.3.egg': 'ee0e325de78f23aab79d33106dc2a8c8',
+    'setuptools-0.6a3-py2.4.egg': 'd95453d525a456d6c23e7a5eea89a063',
 }
 
 import sys, os

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/setup.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- setup.py	24 Sep 2005 17:28:56 -0000	1.40
+++ setup.py	24 Sep 2005 21:40:59 -0000	1.41
@@ -15,7 +15,7 @@
     f.close()
     return ''.join(lines)
 
-VERSION = "0.6a2"
+VERSION = "0.6a3"
 from setuptools import setup, find_packages
 import sys
 from setuptools.command import __all__ as SETUP_COMMANDS

Index: setuptools.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/setuptools.txt,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- setuptools.txt	24 Sep 2005 20:29:57 -0000	1.39
+++ setuptools.txt	24 Sep 2005 21:40:59 -0000	1.40
@@ -1610,6 +1610,8 @@
     provide a ``--test-suite`` option, an error will occur.
 
 
+.. _upload:
+
 ``upload`` - Upload source and/or egg distributions to PyPI
 ===========================================================
 



More information about the Python-checkins mailing list