[Checkins] SVN: grok/branches/grokcore.xxx/ require grokcore.component 1.5.1

Philipp von Weitershausen philikon at philikon.de
Mon Jul 28 18:36:00 EDT 2008


Log message for revision 88931:
  require grokcore.component 1.5.1
  

Changed:
  U   grok/branches/grokcore.xxx/setup.py
  U   grok/branches/grokcore.xxx/versions.cfg

-=-
Modified: grok/branches/grokcore.xxx/setup.py
===================================================================
--- grok/branches/grokcore.xxx/setup.py	2008-07-28 22:33:14 UTC (rev 88930)
+++ grok/branches/grokcore.xxx/setup.py	2008-07-28 22:36:00 UTC (rev 88931)
@@ -36,7 +36,8 @@
     zip_safe=False,
     install_requires=['setuptools',
                       'martian >= 0.10',
-                      'grokcore.component >= 1.4',
+                      'grokcore.component >= 1.5.1',
+                      'grokcore.security',
                       'grokcore.view',
                       'simplejson',
                       'pytz',

Modified: grok/branches/grokcore.xxx/versions.cfg
===================================================================
--- grok/branches/grokcore.xxx/versions.cfg	2008-07-28 22:33:14 UTC (rev 88930)
+++ grok/branches/grokcore.xxx/versions.cfg	2008-07-28 22:36:00 UTC (rev 88931)
@@ -6,7 +6,7 @@
 ZODB3 = 3.8
 docutils = 0.4
 martian = 0.10
-grokcore.component = 1.5
+grokcore.component = 1.5.1
 mechanize = 0.1.7b
 pytz = 2007k
 simplejson = 1.7.1



More information about the Checkins mailing list