Skip to content

Commit

Permalink
use the releasinfo/grok-1.0b1.cfg version list. removed reference to …
Browse files Browse the repository at this point in the history
…grok.View permission that is no longer in grokcore.security
  • Loading branch information
janwijbrand committed Sep 16, 2009
1 parent e032bff commit 386500e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ Changes
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)
Expand Down
5 changes: 1 addition & 4 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read(*rnames):
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:
Expand Down
4 changes: 0 additions & 4 deletions src/grokcore/formlib/ftesting.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
permission="zope.View"
principal="zope.anybody"
/>
<grant
permission="grok.View"
principal="zope.anybody"
/>

<principal
id="zope.mgr"
Expand Down

0 comments on commit 386500e

Please sign in to comment.