[Checkins] SVN: grokcore.view/trunk/ update changelog, make sure we require the newer grokcore.component

Jan Wijbrand Kolman cvs-admin at zope.org
Tue May 1 14:39:44 UTC 2012


Log message for revision 125499:
  update changelog, make sure we require the newer grokcore.component

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

-=-
Modified: grokcore.view/trunk/CHANGES.txt
===================================================================
--- grokcore.view/trunk/CHANGES.txt	2012-05-01 14:34:40 UTC (rev 125498)
+++ grokcore.view/trunk/CHANGES.txt	2012-05-01 14:39:40 UTC (rev 125499)
@@ -4,6 +4,8 @@
 2.6.2 (unreleased)
 ------------------
 
+- Use the component registration api in grokcore.component.
+
 - Improve error message when a templatedir() directive points to a non-
   existent directory. (fix launchpad issue 680528).
 

Modified: grokcore.view/trunk/setup.py
===================================================================
--- grokcore.view/trunk/setup.py	2012-05-01 14:34:40 UTC (rev 125498)
+++ grokcore.view/trunk/setup.py	2012-05-01 14:39:40 UTC (rev 125499)
@@ -11,7 +11,7 @@
     )
 
 install_requires = [
-    'grokcore.component >= 2.1',
+    'grokcore.component >= 2.5dev',
     'grokcore.security >= 1.5',
     'martian >= 0.13',
     'setuptools',



More information about the checkins mailing list