[Checkins] SVN: grokcore.security/trunk/ update grokcore.component and martian requirement

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Nov 1 15:38:10 EDT 2010


Log message for revision 118094:
  update grokcore.component and martian requirement

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

-=-
Modified: grokcore.security/trunk/CHANGES.txt
===================================================================
--- grokcore.security/trunk/CHANGES.txt	2010-11-01 19:34:59 UTC (rev 118093)
+++ grokcore.security/trunk/CHANGES.txt	2010-11-01 19:38:10 UTC (rev 118094)
@@ -4,9 +4,10 @@
 1.5 (unreleased)
 ----------------
 
+- Upped the requirements for martian and grokcore.component.
+
 - Made package comply to zope.org repository policy.
 
-
 1.4 (2009-12-13)
 ----------------
 

Modified: grokcore.security/trunk/setup.py
===================================================================
--- grokcore.security/trunk/setup.py	2010-11-01 19:34:59 UTC (rev 118093)
+++ grokcore.security/trunk/setup.py	2010-11-01 19:38:10 UTC (rev 118094)
@@ -37,8 +37,8 @@
     include_package_data=True,
     zip_safe=False,
     install_requires=['setuptools',
-                      'grokcore.component >= 1.5.1',
-                      'martian >= 0.10',
+                      'grokcore.component >= 2.1',
+                      'martian >= 0.13',
                       'zope.component',
                       'zope.interface',
                       'zope.security',



More information about the checkins mailing list