[Checkins] SVN: grok/trunk/ Add a versions.cfg, pinning down to a set of versions that seems to work now

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Oct 4 06:08:46 EDT 2007


Log message for revision 80597:
  Add a versions.cfg, pinning down to a set of versions that seems to work now
  on both windows and linux. After this checkin we'll evolve this known working
  set further.
  
  Remove version pinning from setup.py.
  
  Make buildout.cfg point to the versions.cfg.
   
  

Changed:
  U   grok/trunk/buildout.cfg
  U   grok/trunk/setup.py
  A   grok/trunk/versions.cfg

-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2007-10-04 09:51:44 UTC (rev 80596)
+++ grok/trunk/buildout.cfg	2007-10-04 10:08:45 UTC (rev 80597)
@@ -2,12 +2,9 @@
 develop = . doc grokwiki
 parts = docs grokwiki zopectl data test
 find-links = http://download.zope.org/distribution/
-index = http://download.zope.org/ppix
-versions = release-0.10
+extends = versions.cfg
+versions = grok-0.11
 
-[release-0.10]
-ZODB3 = 3.8.0b2
-
 [docs]
 recipe = zc.recipe.egg
 eggs = grokdocs
@@ -57,5 +54,5 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = grok 
+eggs = grok
 defaults = ['--tests-pattern', '^f?tests$', '-v']

Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2007-10-04 09:51:44 UTC (rev 80596)
+++ grok/trunk/setup.py	2007-10-04 10:08:45 UTC (rev 80597)
@@ -42,10 +42,10 @@
     include_package_data = True,
     zip_safe=False,
     install_requires=['setuptools',
-                      'martian>=0.9',
+                      'martian',
                       'simplejson',
                       'pytz',
-                      'ZODB3 == 3.8.0b2',
+                      'ZODB3',
                       'zope.annotation',
                       'zope.app.apidoc',
                       'zope.app.applicationcontrol',
@@ -53,11 +53,10 @@
                       'zope.app.authentication',
                       'zope.app.catalog',
                       'zope.app.component',
-                      'zope.app.container == 3.5.0.a1',
+                      'zope.app.container',
                       'zope.app.folder',
                       'zope.app.intid',
-                      # not binary, but needed for ZODB 3.8.0b2
-                      'zope.app.keyreference == 3.4.0a1',
+                      'zope.app.keyreference',
                       'zope.app.pagetemplate',
                       'zope.app.publication',
                       'zope.app.publisher',
@@ -75,17 +74,17 @@
                       'zope.formlib',
                       'zope.hookable',
                       'zope.i18nmessageid',
-                      'zope.interface == 3.4.0',
+                      'zope.interface',
                       'zope.lifecycleevent',
                       'zope.pagetemplate',
-                      'zope.proxy == 3.4.0',
+                      'zope.proxy',
                       'zope.publisher',
                       'zope.schema',
-                      'zope.security == 3.4.0b5',
+                      'zope.security',
                       'zope.testing',
                       'zope.traversing',
                       'zope.testbrowser',
                       'zc.catalog',
-                      'z3c.flashmessage >=1.0b1',
+                      'z3c.flashmessage',
                       ],
 )

Added: grok/trunk/versions.cfg
===================================================================
--- grok/trunk/versions.cfg	                        (rev 0)
+++ grok/trunk/versions.cfg	2007-10-04 10:08:45 UTC (rev 80597)
@@ -0,0 +1,111 @@
+[grok-0.11]
+#grok = 0.11
+CPygments = 0.8.1
+RestrictedPython = 3.4.2
+ZConfig = 2.5
+ZODB3 = 3.8.0b2
+docutils = 0.4
+lientForm = 0.2.7
+martian = 0.9
+mechanize = 0.1.7b
+pytz = 2007g
+setuptools = 0.6c7
+simplejson = 1.7.1
+z3c.flashmessage = 1.0b2
+zc.buildout = 1.0.0b30
+# is this borked?
+zc.catalog = 1.2b
+zc.recipe.egg = 1.0.0b6
+zc.recipe.filestorage = 1.0a5
+zc.recipe.testrunner = 1.0.0b8
+zc.zope3recipes = 0.6b1
+zdaemon = 2.0.0
+zodbcode = 3.4.0b1dev-r75670
+zope.annotation = 3.4.0
+zope.app.apidoc = 3.4.0a1
+zope.app.applicationcontrol = 3.4.1
+zope.app.appsetup = 3.4.1
+zope.app.authentication = 3.4.0b1
+zope.app.basicskin = 3.4.0a1
+zope.app.broken = 3.4.0a1
+zope.app.catalog = 3.5.0a3
+zope.app.component = 3.4.0b3
+zope.app.container = 3.5.0a1
+zope.app.content = 3.4.0a1
+zope.app.debug = 3.4.0a1
+zope.app.dependable = 3.4.0a1
+zope.app.error = 3.5.1
+zope.app.exception = 3.4.0a1
+zope.app.file = 3.4.0a1
+zope.app.folder = 3.4.0a1
+zope.app.form = 3.4.0b2
+zope.app.generations = 3.4.0a1
+zope.app.http = 3.4.0a1
+zope.app.i18n = 3.4.2
+zope.app.interface = 3.4.0a1
+zope.app.intid = 3.4.0a2
+zope.app.keyreference = 3.4.0a1
+zope.app.locales = 3.4.0b1.dev-r77033
+zope.app.onlinehelp = 3.4.0a1
+zope.app.pagetemplate = 3.4.0
+zope.app.preference = 3.4.0a1
+zope.app.principalannotation = 3.4.0a1
+zope.app.publication = 3.4.2
+# is this borked?
+zope.app.publisher = 3.5.0a2
+zope.app.renderer = 3.4.0a1
+zope.app.rotterdam = 3.4.0a1
+zope.app.schema = 3.4.0a1
+zope.app.security = 3.4.0a1-1
+zope.app.securitypolicy = 3.4.3
+zope.app.server = 3.4.0b1dev-r75388
+zope.app.session = 3.5.0
+zope.app.skins = 3.4.0a1
+zope.app.testing = 3.4.0b1-r78707
+zope.app.tree = 3.4.0a1
+zope.app.twisted = 3.4.0b1-r76119
+zope.app.wsgi = 3.4.0
+zope.app.zapi = 3.4.0a1
+zope.app.zcmlfiles = 3.4.0a1
+zope.app.zopeappgenerations = 3.4.0a1
+zope.cachedescriptors = 3.4.0
+zope.component = 3.4.0
+zope.configuration = 3.4.0
+zope.contenttype = 3.4.0
+zope.copypastemove = 3.4.0
+zope.datetime = 3.4.0
+zope.deferredimport = 3.4.0
+zope.deprecation = 3.4.0
+# is this borked?
+zope.dottedname = 3.4.2
+zope.dublincore = 3.4.0
+zope.error = 3.5.1
+zope.event = 3.4.0
+zope.exceptions = 3.4.0
+zope.filerepresentation = 3.4.0
+zope.formlib = 3.4.0
+zope.hookable = 3.4.0
+zope.i18n = 3.4.0b5.dev-r78840
+zope.i18nmessageid = 3.4.0a1
+zope.index = 3.4.1
+zope.interface = 3.4.0
+zope.lifecycleevent = 3.4.0
+zope.location = 3.4.0b2
+zope.minmax = 1.0
+zope.modulealias = 3.4.0a1
+zope.pagetemplate = 3.4.0a1
+zope.proxy = 3.4.0
+zope.publisher = 3.5.0a1.dev-r78838
+zope.schema = 3.4.0
+zope.security = 3.4.0b5
+zope.securitypolicy = 3.4.0
+zope.server = 3.5.0a2
+zope.session = 3.4.1
+zope.size = 3.4.0
+zope.structuredtext = 3.4.0
+zope.tal = 3.4.0b1
+zope.tales = 3.4.0a1
+zope.testbrowser = 3.4.1
+zope.testing = 3.5.1
+zope.thread = 3.4
+zope.traversing = 3.5.0a1.dev-r78730



More information about the Checkins mailing list