[Zope-Checkins] SVN: Zope/trunk/ Add z3c.checkversions and buildout.dumppickedversions to make maintenance of versions easier
Hanno Schlichting
hannosch at hannosch.eu
Sat Jun 5 07:41:48 EDT 2010
Log message for revision 113123:
Add z3c.checkversions and buildout.dumppickedversions to make maintenance of versions easier
Changed:
U Zope/trunk/buildout.cfg
U Zope/trunk/versions.cfg
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2010-06-05 05:37:04 UTC (rev 113122)
+++ Zope/trunk/buildout.cfg 2010-06-05 11:41:47 UTC (rev 113123)
@@ -1,4 +1,6 @@
[buildout]
+extensions = buildout.dumppickedversions
+
develop = .
parts =
test
@@ -7,6 +9,7 @@
alltests
allpy
docs
+ checkversions
extends = versions.cfg
unzip = true
@@ -78,9 +81,7 @@
zope.traversing
zope.viewlet
-defaults = ['--module', '!^(zope[.]app)[.]']
-
[allpy]
recipe = zc.recipe.egg
eggs = ${alltests:eggs}
@@ -91,3 +92,8 @@
[docs]
recipe = zc.recipe.egg
eggs = Sphinx
+
+
+[checkversions]
+recipe = zc.recipe.egg
+eggs = z3c.checkversions
Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg 2010-06-05 05:37:04 UTC (rev 113122)
+++ Zope/trunk/versions.cfg 2010-06-05 11:41:47 UTC (rev 113123)
@@ -78,11 +78,12 @@
Jinja2 = 2.4.1
Pygments = 1.3.1
Sphinx = 0.6.5
+buildout.dumppickedversions = 0.4
distribute = 0.6.12
setuptools= 0.6c11
tl.eggdeps = 0.4
+z3c.checkversions = 0.2
z3c.recipe.depgraph = 0.5
zc.buildout = 1.4.3
zc.recipe.egg = 1.2.2
zc.recipe.testrunner = 1.2.0
-
More information about the Zope-Checkins
mailing list