[Checkins] SVN: zc.buildout/branches/gary-4/ make some revision numbers so I can test in other locations and packages.

Gary Poster gary.poster at canonical.com
Wed Feb 10 20:50:20 EST 2010


Log message for revision 108917:
  make some revision numbers so I can test in other locations and packages.

Changed:
  U   zc.buildout/branches/gary-4/setup.py
  U   zc.buildout/branches/gary-4/z3c.recipe.scripts_/setup.py
  U   zc.buildout/branches/gary-4/zc.recipe.egg_/setup.py

-=-
Modified: zc.buildout/branches/gary-4/setup.py
===================================================================
--- zc.buildout/branches/gary-4/setup.py	2010-02-11 01:04:30 UTC (rev 108916)
+++ zc.buildout/branches/gary-4/setup.py	2010-02-11 01:50:20 UTC (rev 108917)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 name = "zc.buildout"
-version = "1.4.4dev"
+version = "1.5.0dev"
 
 import os
 from setuptools import setup

Modified: zc.buildout/branches/gary-4/z3c.recipe.scripts_/setup.py
===================================================================
--- zc.buildout/branches/gary-4/z3c.recipe.scripts_/setup.py	2010-02-11 01:04:30 UTC (rev 108916)
+++ zc.buildout/branches/gary-4/z3c.recipe.scripts_/setup.py	2010-02-11 01:50:20 UTC (rev 108917)
@@ -16,7 +16,7 @@
 $Id: setup.py 106736 2009-12-18 02:33:08Z gary $
 """
 
-version = '1.0'
+version = '1.0.0dev'
 
 import os
 from setuptools import setup, find_packages
@@ -60,8 +60,8 @@
     package_dir = {'':'src'},
     namespace_packages = ['z3c', 'z3c.recipe'],
     install_requires = [
-        'zc.buildout >=1.2.0',
-        'zc.recipe.egg',
+        'zc.buildout >=1.5.0dev',
+        'zc.recipe.egg >=1.2.3dev',
         'setuptools'],
     tests_require = ['zope.testing'],
     test_suite = name+'.tests.test_suite',

Modified: zc.buildout/branches/gary-4/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/branches/gary-4/zc.recipe.egg_/setup.py	2010-02-11 01:04:30 UTC (rev 108916)
+++ zc.buildout/branches/gary-4/zc.recipe.egg_/setup.py	2010-02-11 01:50:20 UTC (rev 108917)
@@ -16,7 +16,7 @@
 $Id$
 """
 
-version = '0'
+version = '1.2.3dev'
 
 import os
 from setuptools import setup, find_packages
@@ -66,7 +66,7 @@
     package_dir = {'':'src'},
     namespace_packages = ['zc', 'zc.recipe'],
     install_requires = [
-        'zc.buildout >=1.2.0',
+        'zc.buildout >=1.5.0dev',
         'setuptools'],
     tests_require = ['zope.testing'],
     test_suite = name+'.tests.test_suite',



More information about the checkins mailing list