[Checkins] SVN: grokcore.formlib/trunk/ use the releasinfo/grok-1.0b1.cfg version list. removed reference to grok.View permission that is no longer in grokcore.security

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Sep 16 06:08:48 EDT 2009


Log message for revision 104135:
  use the releasinfo/grok-1.0b1.cfg version list. removed reference to grok.View permission that is no longer in grokcore.security

Changed:
  U   grokcore.formlib/trunk/CHANGES.txt
  U   grokcore.formlib/trunk/buildout.cfg
  U   grokcore.formlib/trunk/setup.py
  U   grokcore.formlib/trunk/src/grokcore/formlib/ftesting.zcml

-=-
Modified: grokcore.formlib/trunk/CHANGES.txt
===================================================================
--- grokcore.formlib/trunk/CHANGES.txt	2009-09-16 10:06:08 UTC (rev 104134)
+++ grokcore.formlib/trunk/CHANGES.txt	2009-09-16 10:08:48 UTC (rev 104135)
@@ -4,9 +4,14 @@
 1.3 (unreleased)
 ----------------
 
-* Bring versions.cfg in line with grok 1.0 release candidate versions.cfg.
+* Remove the reference to the grok.View permission that is no longer in
+  grokcore.security 1.2
 
+* Use 1.0b1 versions.cfg in Grok's release info instead of a local
+  copy; a local copy for all grokcore packages is just too hard to
+  maintain.
 
+
 1.2 (2009-07-20)
 ----------------
 

Modified: grokcore.formlib/trunk/buildout.cfg
===================================================================
--- grokcore.formlib/trunk/buildout.cfg	2009-09-16 10:06:08 UTC (rev 104134)
+++ grokcore.formlib/trunk/buildout.cfg	2009-09-16 10:08:48 UTC (rev 104135)
@@ -1,20 +1,17 @@
 [buildout]
 develop = .
 parts = interpreter test
-extends = versions.cfg
+extends = http://grok.zope.org/releaseinfo/grok-1.0b1.cfg
 versions = versions
 
-
 [versions]
 grokcore.formlib =
 
-
 [interpreter]
 recipe = zc.recipe.egg
 eggs = grokcore.formlib
 interpreter = python
 
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = grokcore.formlib

Modified: grokcore.formlib/trunk/setup.py
===================================================================
--- grokcore.formlib/trunk/setup.py	2009-09-16 10:06:08 UTC (rev 104134)
+++ grokcore.formlib/trunk/setup.py	2009-09-16 10:08:48 UTC (rev 104135)
@@ -35,7 +35,7 @@
     install_requires=['setuptools',
                       'martian >= 0.10',
                       'grokcore.component >= 1.5',
-                      'grokcore.security >= 1.1',
+                      'grokcore.security >= 1.2',
                       'grokcore.view >= 1.9',
                       'zope.formlib',
                       # for tests:

Modified: grokcore.formlib/trunk/src/grokcore/formlib/ftesting.zcml
===================================================================
--- grokcore.formlib/trunk/src/grokcore/formlib/ftesting.zcml	2009-09-16 10:06:08 UTC (rev 104134)
+++ grokcore.formlib/trunk/src/grokcore/formlib/ftesting.zcml	2009-09-16 10:08:48 UTC (rev 104135)
@@ -33,10 +33,6 @@
       permission="zope.View"
       principal="zope.anybody"
       />
-  <grant
-      permission="grok.View"
-      principal="zope.anybody"
-      />
 
   <principal
       id="zope.mgr"



More information about the checkins mailing list