[Checkins] SVN: grokcore.security/trunk/ Use newer martian and grokcore.component.

Martijn Faassen faassen at startifact.com
Wed Sep 16 05:41:49 EDT 2009


Log message for revision 104129:
  Use newer martian and grokcore.component.
  

Changed:
  U   grokcore.security/trunk/CHANGES.txt
  U   grokcore.security/trunk/buildout.cfg
  U   grokcore.security/trunk/setup.py

-=-
Modified: grokcore.security/trunk/CHANGES.txt
===================================================================
--- grokcore.security/trunk/CHANGES.txt	2009-09-16 09:38:41 UTC (rev 104128)
+++ grokcore.security/trunk/CHANGES.txt	2009-09-16 09:41:49 UTC (rev 104129)
@@ -7,6 +7,10 @@
 * Use the grok.zope.org/releaseinfo information instead of our own
   copy of ``versions.cfg``, for easier maintenance.
 
+* Depend on grokcore.component 2.0 and the 0.12 Martian - this changesw
+  inheritance issues but doesn't appear to affect grokcore.security
+  itself.
+
 1.2 (2009-09-14)
 ----------------
 

Modified: grokcore.security/trunk/buildout.cfg
===================================================================
--- grokcore.security/trunk/buildout.cfg	2009-09-16 09:38:41 UTC (rev 104128)
+++ grokcore.security/trunk/buildout.cfg	2009-09-16 09:41:49 UTC (rev 104129)
@@ -6,6 +6,8 @@
 
 [versions]
 grokcore.security =
+grokcore.component = 2.0
+martian = 0.12
 
 [interpreter]
 recipe = zc.recipe.egg

Modified: grokcore.security/trunk/setup.py
===================================================================
--- grokcore.security/trunk/setup.py	2009-09-16 09:38:41 UTC (rev 104128)
+++ grokcore.security/trunk/setup.py	2009-09-16 09:41:49 UTC (rev 104129)
@@ -32,8 +32,8 @@
     include_package_data=True,
     zip_safe=False,
     install_requires=['setuptools',
-                      'martian >= 0.10',
-                      'grokcore.component >= 1.5.1',
+                      'martian >= 0.12',
+                      'grokcore.component >= 2.0',
                       'zope.interface',
                       'zope.component',
                       'zope.app.security',



More information about the checkins mailing list