Chris McDonough 17 éve
szülő
commit
23cfc0ef5c
3 módosított fájl, 9 hozzáadás és 4 törlés
  1. 3 1
      CHANGES.txt
  2. 5 2
      ez_setup.py
  3. 1 1
      src/supervisor/version.txt

+ 3 - 1
CHANGES.txt

@@ -1,4 +1,4 @@
-Next Release
+3.0a3
 
   - Supervisorctl now reports a better error message when the main
     supervisor XML-RPC namespace is not registered.  Thanks to
@@ -239,6 +239,8 @@ Next Release
     typically) were evident at supervisord "reload" time (when using
     the "reload" command from supervisorctl).
 
+  - Updated ez_setup.py to one that knows about setuptools 0.6c7.
+
 3.0a2
 
   - Fixed the README.txt example for defining the supervisor RPC

+ 5 - 2
ez_setup.py

@@ -14,8 +14,8 @@ the appropriate options to ``use_setuptools()``.
 This file can also be run as a script to install or upgrade setuptools.
 """
 import sys
-DEFAULT_VERSION = "0.6c6"
-DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
+DEFAULT_VERSION = "0.6c7"
+DEFAULT_URL     = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
 
 md5_data = {
     'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca',
@@ -42,6 +42,9 @@ md5_data = {
     'setuptools-0.6c6-py2.3.egg': '35686b78116a668847237b69d549ec20',
     'setuptools-0.6c6-py2.4.egg': '3c56af57be3225019260a644430065ab',
     'setuptools-0.6c6-py2.5.egg': 'b2f8a7520709a5b34f80946de5f02f53',
+    'setuptools-0.6c7-py2.3.egg': '209fdf9adc3a615e5115b725658e13e2',
+    'setuptools-0.6c7-py2.4.egg': '5a8f954807d46a0fb67cf1f26c55a82e',
+    'setuptools-0.6c7-py2.5.egg': '45d2ad28f9750e7434111fde831e8372',
 }
 
 import sys, os

+ 1 - 1
src/supervisor/version.txt

@@ -1 +1 @@
-3.0a2
+3.0a3