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

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


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

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

-=-
Modified: grokcore.viewlet/trunk/CHANGES.txt
===================================================================
--- grokcore.viewlet/trunk/CHANGES.txt	2012-05-01 14:39:40 UTC (rev 125499)
+++ grokcore.viewlet/trunk/CHANGES.txt	2012-05-01 14:40:57 UTC (rev 125500)
@@ -4,11 +4,12 @@
 1.10 (unreleased)
 -----------------
 
+- Use the component registration api from grokcore.component.
+
 - Update how the static resources are found on a ``ViewletManager``
   and a ``Viewlet``, following the new name ``__static_name__`` set by
   the template association.
 
-
 1.9 (2011-06-28)
 ----------------
 

Modified: grokcore.viewlet/trunk/setup.py
===================================================================
--- grokcore.viewlet/trunk/setup.py	2012-05-01 14:39:40 UTC (rev 125499)
+++ grokcore.viewlet/trunk/setup.py	2012-05-01 14:40:57 UTC (rev 125500)
@@ -46,7 +46,7 @@
     include_package_data = True,
     zip_safe=False,
     install_requires=['setuptools',
-                      'grokcore.component >= 2.1',
+                      'grokcore.component >= 2.5dev',
                       'grokcore.security[role] >= 1.6dev',
                       'grokcore.view >= 2.2',
                       'martian >= 0.13',



More information about the checkins mailing list