[Checkins] SVN: megrok.layout/trunk/ Compatibility with grokcore.view 2.3

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Jan 12 10:29:52 EST 2011


Log message for revision 119534:
  Compatibility with grokcore.view 2.3

Changed:
  U   megrok.layout/trunk/buildout.cfg
  U   megrok.layout/trunk/docs/HISTORY.txt
  U   megrok.layout/trunk/setup.py

-=-
Modified: megrok.layout/trunk/buildout.cfg
===================================================================
--- megrok.layout/trunk/buildout.cfg	2011-01-12 13:46:51 UTC (rev 119533)
+++ megrok.layout/trunk/buildout.cfg	2011-01-12 15:29:51 UTC (rev 119534)
@@ -3,11 +3,9 @@
 parts = interpreter test
 extends = http://svn.zope.org/*checkout*/groktoolkit/trunk/grok.cfg
 
-versions = versions
-
 [versions]
-grokcore.formlib = 1.5
-grokcore.view = 1.13.1
+megrok.layout =
+grokcore.view = 2.3
 
 [interpreter]
 recipe = zc.recipe.egg

Modified: megrok.layout/trunk/docs/HISTORY.txt
===================================================================
--- megrok.layout/trunk/docs/HISTORY.txt	2011-01-12 13:46:51 UTC (rev 119533)
+++ megrok.layout/trunk/docs/HISTORY.txt	2011-01-12 15:29:51 UTC (rev 119534)
@@ -1,10 +1,10 @@
 Changelog
 =========
 
-1.2.1 (unreleased)
-------------------
+1.3 (unreleased)
+----------------
 
-- Nothing changed yet.
+- Compatibility with grokcore.view 2.3.
 
 
 1.2.0 (2010-12-16)

Modified: megrok.layout/trunk/setup.py
===================================================================
--- megrok.layout/trunk/setup.py	2011-01-12 13:46:51 UTC (rev 119533)
+++ megrok.layout/trunk/setup.py	2011-01-12 15:29:51 UTC (rev 119534)
@@ -44,7 +44,7 @@
           'grokcore.formlib',
           'grokcore.message',
           'grokcore.security',
-          'grokcore.view >= 1.13.1',
+          'grokcore.view >= 2.3',
           'martian',
           'setuptools',
           'zope.component >= 3.9.1',



More information about the checkins mailing list