Re: [Zope-dev] SVN: Zope/trunk/versions.cfg Group versions by the 'sets' to which they correspond.

2010-05-04 Thread Hanno Schlichting
On Tue, May 4, 2010 at 4:25 AM, Tres Seaver tsea...@palladion.com wrote:
 Should the triumvirs so decide, attached is the patch for zopetoolkit
 which adopts the versions from Zope2.  The normal buildout (using eggs
 rather than checkouts) passes all test-ztk and test-zopeapp tests with
 this patch applied.

As far as I understand the current process, you can just go ahead and
update the ztk.cfg file, as long as all tests pass.

Please do that.

I will change the Zope 2 versions file once we started clarifying a
few things on the release team.

Hanno
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] SVN: Zope/trunk/versions.cfg Group versions by the 'sets' to which they correspond.

2010-05-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tres Seaver wrote:
 Log message for revision 111904:
   Group versions by the 'sets' to which they correspond.
 
 Changed:
   U   Zope/trunk/versions.cfg
 
 -=-
 Modified: Zope/trunk/versions.cfg
 ===
 --- Zope/trunk/versions.cfg   2010-05-03 17:57:11 UTC (rev 111903)
 +++ Zope/trunk/versions.cfg   2010-05-04 01:49:24 UTC (rev 111904)
 @@ -2,39 +2,26 @@
  versions = versions
  
  [versions]
 +# Zope2-specific
  Zope2 =
  Acquisition = 2.13.3
 -ClientForm = 0.2.10
  DateTime = 2.12.1
 -distribute = 0.6.10
 -docutils = 0.6
  ExtensionClass = 2.13.1
  initgroups = 2.13.0
 -Jinja2 = 2.3.1
 -mechanize = 0.1.11
  Missing = 2.13.0
  MultiMapping = 2.13.0
  Persistence = 2.13.1
 -Pygments = 1.3.1
 -python-gettext = 1.0
 -pytz = 2010b
  Record = 2.13.0
  RestrictedPython = 3.5.2
 -Sphinx = 0.6.5
 -setuptools= 0.6c11
  tempstorage = 2.11.2
  ThreadLock = 2.13.0
 -tl.eggdeps = 0.4
 -transaction = 1.0.0
 -z3c.recipe.depgraph = 0.5
 -zc.buildout = 1.4.3
 -zc.lockfile = 1.0.0
 -zc.recipe.egg = 1.2.2
 -zc.recipe.testrunner = 1.2.0
 -ZConfig = 2.8.0
 -zdaemon = 2.0.4
 -ZODB3 = 3.9.5
  ZopeUndo = 2.12.0
 +
 +# Zope2 dependencies
 +pytz = 2010b
 +docutils = 0.6
 +
 +# ZTK
  zope.annotation = 3.5.0
  zope.broken = 3.6.0
  zope.browser = 1.3
 @@ -75,3 +62,28 @@
  zope.testing = 3.9.4
  zope.traversing = 3.12.1
  zope.viewlet = 3.7.1
 +
 +# ZTK dependencies
 +mechanize = 0.1.11
 +ClientForm = 0.2.10
 +
 +# ZODB + dependencies
 +transaction = 1.0.0
 +zc.lockfile = 1.0.0
 +ZConfig = 2.8.0
 +zdaemon = 2.0.4
 +ZODB3 = 3.9.5
 +
 +# toolchain
 +Jinja2 = 2.3.1
 +Pygments = 1.3.1
 +python-gettext = 1.0
 +Sphinx = 0.6.5
 +distribute = 0.6.10
 +setuptools= 0.6c11
 +tl.eggdeps = 0.4
 +z3c.recipe.depgraph = 0.5
 +zc.buildout = 1.4.3
 +zc.recipe.egg = 1.2.2
 +zc.recipe.testrunner = 1.2.0
 +

Hanno,

After splitting the Zope2 package versions up this way, it gets easier
to see how they interact with the ones in ztk.cfg.  I'm attaching a
patch which adds back the 'extends = ' line, removes the versions from
the ZTK and ZTK dependencies section which match, and adds comments for
the overrides.  If the Grok and BlueBream folks agree, then maybe we
could just land all the versions currently in Zope2's versions.cfg, and
have its overrides section be (temporarily, at least) empty.



Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkvfgj4ACgkQ+gerLs4ltQ7lpwCeNrOs+Pbgr7GLxw9BWnoVJZqw
qsAAn0CyaT/NXlMEEK9DDTFenfdljHnZ
=weCU
-END PGP SIGNATURE-
=== modified file 'versions.cfg'
--- versions.cfg	2010-05-04 01:30:19 +
+++ versions.cfg	2010-05-04 02:08:13 +
@@ -1,5 +1,6 @@
 [buildout]
 versions = versions
+extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk.cfg
 
 [versions]
 # Zope2-specific
@@ -21,51 +22,36 @@
 pytz = 2010b
 docutils = 0.6
 
-# ZTK
-zope.annotation = 3.5.0
-zope.broken = 3.6.0
-zope.browser = 1.3
-zope.browsermenu = 3.9.1
-zope.browserpage = 3.12.1
-zope.browserresource = 3.10.3
-zope.component = 3.9.4
-zope.configuration = 3.7.2
-zope.container = 3.11.1
-zope.contentprovider = 3.7.1
-zope.contenttype = 3.5.1
-zope.datetime = 3.4.0
-zope.deferredimport = 3.5.1
-zope.dottedname = 3.4.6
-zope.event = 3.4.1
-zope.exceptions = 3.6.0
-zope.filerepresentation = 3.6.0
-zope.i18n = 3.7.3
-zope.i18nmessageid = 3.5.2
-zope.interface = 3.6.1
-zope.lifecycleevent = 3.6.1
-zope.location = 3.9.0
-zope.pagetemplate = 3.5.1
-zope.processlifetime = 1.0
-zope.proxy = 3.6.0
-zope.ptresource = 3.9.0
-zope.publisher = 3.12.3
-zope.schema = 3.6.3
-zope.security = 3.7.3
-zope.sendmail = 3.7.2
-zope.sequencesort = 3.4.0
-zope.site = 3.9.1
-zope.size = 3.4.1
-zope.structuredtext = 3.5.0
-zope.tal = 3.5.2
-zope.tales = 3.5.1
-zope.testbrowser = 3.8.1
-zope.testing = 3.9.4
-zope.traversing = 3.12.1
-zope.viewlet = 3.7.1
+# ZTK (only deltas from the one we extend)
+zope.browser = 1.3  # ztk:  1.2
+zope.browsermenu = 3.9.1# ztk:  3.9.0
+zope.browserpage = 3.12.1   # ztk:  3.12.0
+zope.browserresource = 3.10.3   # ztk:  3.10.1
+zope.component = 3.9.4  # ztk:  3.9.4
+zope.configuration = 3.7.2  # ztk:  3.7.1
+zope.container = 3.11.1 # ztk:  3.11.0
+zope.contentprovider = 3.7.1# ztk:  3.7
+zope.deferredimport = 3.5.1 # ztk:  3.5.0
+zope.exceptions = 3.6.0 # ztk:  3.5.2
+zope.i18n = 3.7.3   # ztk:  3.7.3
+zope.i18nmessageid = 3.5.2  # ztk:  3.5.1
+zope.interface = 3.6.1  # ztk:  3.5.3
+zope.lifecycleevent = 3.6.1 # ztk:  3.6.0
+zope.pagetemplate = 3.5.1   # ztk:  3.5.0
+zope.proxy = 

Re: [Zope-dev] SVN: Zope/trunk/versions.cfg Group versions by the 'sets' to which they correspond.

2010-05-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tres Seaver wrote:
 Tres Seaver wrote:
 Log message for revision 111904:
   Group versions by the 'sets' to which they correspond.
 
 Changed:
   U   Zope/trunk/versions.cfg
 
 -=-
 Modified: Zope/trunk/versions.cfg
 ===
 --- Zope/trunk/versions.cfg  2010-05-03 17:57:11 UTC (rev 111903)
 +++ Zope/trunk/versions.cfg  2010-05-04 01:49:24 UTC (rev 111904)
 @@ -2,39 +2,26 @@
  versions = versions
 
  [versions]
 +# Zope2-specific
  Zope2 =
  Acquisition = 2.13.3
 -ClientForm = 0.2.10
  DateTime = 2.12.1
 -distribute = 0.6.10
 -docutils = 0.6
  ExtensionClass = 2.13.1
  initgroups = 2.13.0
 -Jinja2 = 2.3.1
 -mechanize = 0.1.11
  Missing = 2.13.0
  MultiMapping = 2.13.0
  Persistence = 2.13.1
 -Pygments = 1.3.1
 -python-gettext = 1.0
 -pytz = 2010b
  Record = 2.13.0
  RestrictedPython = 3.5.2
 -Sphinx = 0.6.5
 -setuptools= 0.6c11
  tempstorage = 2.11.2
  ThreadLock = 2.13.0
 -tl.eggdeps = 0.4
 -transaction = 1.0.0
 -z3c.recipe.depgraph = 0.5
 -zc.buildout = 1.4.3
 -zc.lockfile = 1.0.0
 -zc.recipe.egg = 1.2.2
 -zc.recipe.testrunner = 1.2.0
 -ZConfig = 2.8.0
 -zdaemon = 2.0.4
 -ZODB3 = 3.9.5
  ZopeUndo = 2.12.0
 +
 +# Zope2 dependencies
 +pytz = 2010b
 +docutils = 0.6
 +
 +# ZTK
  zope.annotation = 3.5.0
  zope.broken = 3.6.0
  zope.browser = 1.3
 @@ -75,3 +62,28 @@
  zope.testing = 3.9.4
  zope.traversing = 3.12.1
  zope.viewlet = 3.7.1
 +
 +# ZTK dependencies
 +mechanize = 0.1.11
 +ClientForm = 0.2.10
 +
 +# ZODB + dependencies
 +transaction = 1.0.0
 +zc.lockfile = 1.0.0
 +ZConfig = 2.8.0
 +zdaemon = 2.0.4
 +ZODB3 = 3.9.5
 +
 +# toolchain
 +Jinja2 = 2.3.1
 +Pygments = 1.3.1
 +python-gettext = 1.0
 +Sphinx = 0.6.5
 +distribute = 0.6.10
 +setuptools= 0.6c11
 +tl.eggdeps = 0.4
 +z3c.recipe.depgraph = 0.5
 +zc.buildout = 1.4.3
 +zc.recipe.egg = 1.2.2
 +zc.recipe.testrunner = 1.2.0
 +
 
 Hanno,
 
 After splitting the Zope2 package versions up this way, it gets easier
 to see how they interact with the ones in ztk.cfg.  I'm attaching a
 patch which adds back the 'extends = ' line, removes the versions from
 the ZTK and ZTK dependencies section which match, and adds comments for
 the overrides.  If the Grok and BlueBream folks agree, then maybe we
 could just land all the versions currently in Zope2's versions.cfg, and
 have its overrides section be (temporarily, at least) empty.

Should the triumvirs so decide, attached is the patch for zopetoolkit
which adopts the versions from Zope2.  The normal buildout (using eggs
rather than checkouts) passes all test-ztk and test-zopeapp tests with
this patch applied.



Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEUEARECAAYFAkvfhaMACgkQ+gerLs4ltQ7nngCgxvf1leQxkvJRCCg6Z2c/QB9G
EqgAmK8lQkJkYokzxaiyHUFtRyceaig=
=esK4
-END PGP SIGNATURE-
=== modified file 'ztk.cfg'
--- ztk.cfg	2010-04-28 15:43:25 +
+++ ztk.cfg	2010-05-04 02:17:56 +
@@ -95,71 +95,71 @@
 zope.applicationcontrol = 3.5.5
 zope.authentication = 3.7.0
 zope.broken = 3.6.0
-zope.browser = 1.2
-zope.browsermenu = 3.9.0
-zope.browserpage = 3.12.0
-zope.browserresource = 3.10.2
+zope.browser = 1.3
+zope.browsermenu = 3.9.1
+zope.browserpage = 3.12.1
+zope.browserresource = 3.10.3
 zope.cachedescriptors = 3.5.0
 zope.catalog = 3.8.1
-zope.component = 3.9.3
+zope.component = 3.9.4
 zope.componentvocabulary = 1.0
-zope.configuration = 3.7.1
-zope.container = 3.11.0
-zope.contentprovider = 3.7
+zope.configuration = 3.7.2
+zope.container = 3.11.1
+zope.contentprovider = 3.7.1
 zope.contenttype = 3.5.1
 zope.copy = 3.5.0
 zope.copypastemove = 3.6.0
 zope.datetime = 3.4.0
-zope.deferredimport = 3.5.0
+zope.deferredimport = 3.5.1
 zope.deprecation = 3.4.0
 zope.documenttemplate = 3.4.2
 zope.dottedname = 3.4.6
 zope.dublincore = 3.6.0
 zope.error = 3.7.0
 zope.event = 3.4.1
-zope.exceptions = 3.5.2
+zope.exceptions = 3.6.0
 zope.file = 0.5.0
 zope.filerepresentation = 3.6.0
 zope.formlib = 4.0.2
 zope.hookable = 3.4.1
 zope.html = 2.0.0
-zope.i18n = 3.7.2
-zope.i18nmessageid = 3.5.1
+zope.i18n = 3.7.3
+zope.i18nmessageid = 3.5.2
 zope.index = 3.6.0
-zope.interface = 3.5.3
+zope.interface = 3.6.1
 zope.intid = 3.7.2
 zope.keyreference = 3.6.2
-zope.lifecycleevent = 3.6.0
+zope.lifecycleevent = 3.6.1
 zope.location = 3.9.0
 zope.login = 1.0.0
 zope.mimetype = 1.2.0
 zope.minmax = 1.1.2
-zope.pagetemplate = 3.5.0
+zope.pagetemplate = 3.5.1
 zope.password = 3.5.1
 zope.pluggableauth = 1.0.1
 zope.principalannotation = 3.6.0
 zope.principalregistry = 3.7.0
 zope.processlifetime = 1.0
-zope.proxy = 3.5.0
+zope.proxy = 3.6.0
 zope.ptresource = 3.9.0
-zope.publisher = 3.12.2
+zope.publisher = 3.12.3
 zope.ramcache = 1.0