[Checkins] SVN: grok/trunk/ Fix bug #229677: reintroduce zope.app.securitypolicy (3.4.6) into dependencies.

Uli Fouquet uli at gnufix.de
Wed May 14 13:31:02 EDT 2008


Log message for revision 86755:
  Fix bug #229677: reintroduce zope.app.securitypolicy (3.4.6) into dependencies.

Changed:
  U   grok/trunk/CHANGES.txt
  U   grok/trunk/setup.py
  U   grok/trunk/versions.cfg

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2008-05-14 17:05:10 UTC (rev 86754)
+++ grok/trunk/CHANGES.txt	2008-05-14 17:31:01 UTC (rev 86755)
@@ -76,6 +76,10 @@
 Bug fixes
 ---------
 
+* Fix https://bugs.launchpad.net/grok/+bug/229677:
+  zope.app.securitypolicy egg missing. Now zope.app.securitypolicy
+  3.4.6 is additionally required by Grok and fetched by buildout.
+
 * Removed first testsetup hack from grok.testing.
 
 * Version 2.1 of z3c.autoinclude contained code that caused Grok to

Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2008-05-14 17:05:10 UTC (rev 86754)
+++ grok/trunk/setup.py	2008-05-14 17:31:01 UTC (rev 86755)
@@ -56,6 +56,7 @@
                       'zope.app.publisher',
                       'zope.app.renderer',
                       'zope.app.security',
+                      'zope.app.securitypolicy',
                       'zope.app.testing',
                       'zope.app.twisted',
                       'zope.app.zcmlfiles',

Modified: grok/trunk/versions.cfg
===================================================================
--- grok/trunk/versions.cfg	2008-05-14 17:05:10 UTC (rev 86754)
+++ grok/trunk/versions.cfg	2008-05-14 17:31:01 UTC (rev 86755)
@@ -51,6 +51,7 @@
 zope.app.rotterdam = 3.4.1
 zope.app.schema = 3.4
 zope.app.security = 3.4
+zope.app.securitypolicy = 3.4.6
 zope.app.server = 3.4
 zope.app.session = 3.5.1
 zope.app.skins = 3.4



More information about the Checkins mailing list