[Checkins] SVN: zc.buildout/branches/gary-betafix/z prep for subsequent release

Gary Poster gary.poster at canonical.com
Fri Aug 20 12:34:29 EDT 2010


Log message for revision 115846:
  prep for subsequent release

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

-=-
Modified: zc.buildout/branches/gary-betafix/z3c.recipe.scripts_/CHANGES.txt
===================================================================
--- zc.buildout/branches/gary-betafix/z3c.recipe.scripts_/CHANGES.txt	2010-08-20 14:56:40 UTC (rev 115845)
+++ zc.buildout/branches/gary-betafix/z3c.recipe.scripts_/CHANGES.txt	2010-08-20 16:34:28 UTC (rev 115846)
@@ -1,6 +1,11 @@
 Change History
 **************
 
+1.0.0 (unreleased)
+==================
+
+(no significant changes)
+
 1.0.0b1 (2010-04-29)
 ====================
 

Modified: zc.buildout/branches/gary-betafix/z3c.recipe.scripts_/setup.py
===================================================================
--- zc.buildout/branches/gary-betafix/z3c.recipe.scripts_/setup.py	2010-08-20 14:56:40 UTC (rev 115845)
+++ zc.buildout/branches/gary-betafix/z3c.recipe.scripts_/setup.py	2010-08-20 16:34:28 UTC (rev 115846)
@@ -12,11 +12,9 @@
 #
 ##############################################################################
 """Setup for z3c.recipe.scripts package
-
-$Id: setup.py 106736 2009-12-18 02:33:08Z gary $
 """
 
-version = '1.0.0dev'
+version = '1.0.0'
 
 import os
 from setuptools import setup, find_packages
@@ -60,8 +58,8 @@
     package_dir = {'':'src'},
     namespace_packages = ['z3c', 'z3c.recipe'],
     install_requires = [
-        'zc.buildout >=1.5.0dev',
-        'zc.recipe.egg >=1.2.3dev',
+        'zc.buildout >=1.5.0',
+        'zc.recipe.egg >=1.3.0',
         'setuptools'],
     tests_require = ['zope.testing'],
     test_suite = name+'.tests.test_suite',

Modified: zc.buildout/branches/gary-betafix/zc.recipe.egg_/CHANGES.txt
===================================================================
--- zc.buildout/branches/gary-betafix/zc.recipe.egg_/CHANGES.txt	2010-08-20 14:56:40 UTC (rev 115845)
+++ zc.buildout/branches/gary-betafix/zc.recipe.egg_/CHANGES.txt	2010-08-20 16:34:28 UTC (rev 115846)
@@ -1,6 +1,12 @@
 Change History
 **************
 
+1.3.0 (unreleased)
+==================
+
+- Small further refactorings past 1.2.3b1 to be compatible with zc.buildout
+  1.5.0.
+
 1.2.3b1 (2010-04-29)
 ====================
 

Modified: zc.buildout/branches/gary-betafix/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/branches/gary-betafix/zc.recipe.egg_/setup.py	2010-08-20 14:56:40 UTC (rev 115845)
+++ zc.buildout/branches/gary-betafix/zc.recipe.egg_/setup.py	2010-08-20 16:34:28 UTC (rev 115846)
@@ -12,11 +12,9 @@
 #
 ##############################################################################
 """Setup for zc.recipe.egg package
-
-$Id$
 """
 
-version = '1.2.3dev'
+version = '1.3.0'
 
 import os
 from setuptools import setup, find_packages
@@ -66,7 +64,7 @@
     package_dir = {'':'src'},
     namespace_packages = ['zc', 'zc.recipe'],
     install_requires = [
-        'zc.buildout >=1.5.0dev',
+        'zc.buildout >=1.5.0',
         'setuptools'],
     tests_require = ['zope.testing'],
     test_suite = name+'.tests.test_suite',



More information about the checkins mailing list