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

Uli Fouquet uli at gnufix.de
Wed May 14 16:25:22 EDT 2008


Log message for revision 86761:
  Fix bug #229677 in grok 0.12: reintroduce zope.app.securitypolicy (3.4.6) into dependencies.

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

-=-
Modified: grok/branches/0.12/CHANGES.txt
===================================================================
--- grok/branches/0.12/CHANGES.txt	2008-05-14 20:16:41 UTC (rev 86760)
+++ grok/branches/0.12/CHANGES.txt	2008-05-14 20:25:22 UTC (rev 86761)
@@ -7,6 +7,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.
+
 * The grokkers for adapters and global utilities did not use the
   correct value for the *provided* interface in the configuration
   action discriminator.  Because of this, uninformative and

Modified: grok/branches/0.12/setup.py
===================================================================
--- grok/branches/0.12/setup.py	2008-05-14 20:16:41 UTC (rev 86760)
+++ grok/branches/0.12/setup.py	2008-05-14 20:25:22 UTC (rev 86761)
@@ -55,6 +55,7 @@
                       'zope.app.publisher',
                       'zope.app.renderer',
                       'zope.app.security',
+                      'zope.app.securitypolicy',
                       'zope.app.testing',
                       'zope.app.twisted',
                       'zope.app.zcmlfiles',

Modified: grok/branches/0.12/versions.cfg
===================================================================
--- grok/branches/0.12/versions.cfg	2008-05-14 20:16:41 UTC (rev 86760)
+++ grok/branches/0.12/versions.cfg	2008-05-14 20:25:22 UTC (rev 86761)
@@ -49,6 +49,7 @@
 zope.app.rotterdam = 3.4.0a1
 zope.app.schema = 3.4.0a1
 zope.app.security = 3.4.0a1-1
+zope.app.securitypolicy = 3.4.6
 zope.app.server = 3.4.0a1-4
 zope.app.session = 3.4.0a1
 zope.app.skins = 3.4.0a1



More information about the Checkins mailing list