[Checkins] SVN: grok/trunk/ Use newer version of z3c.autoinclude.

Martijn Faassen faassen at infrae.com
Tue Apr 22 09:24:57 EDT 2008


Log message for revision 85596:
  Use newer version of z3c.autoinclude.
  

Changed:
  U   grok/trunk/CHANGES.txt
  U   grok/trunk/doc/upgrade.txt
  U   grok/trunk/versions.cfg

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2008-04-22 13:23:01 UTC (rev 85595)
+++ grok/trunk/CHANGES.txt	2008-04-22 13:24:56 UTC (rev 85596)
@@ -7,6 +7,10 @@
 Feature changes
 ---------------
 
+* The new release needs new version of grokproject, please do::
+
+    $ easy_install -U grokproject
+
 * Added testsetup classes in grok.testing to improve easy setup of
   unit- and functional tests.
 
@@ -20,7 +24,7 @@
   documentation on this directive.
 
 * Now depend on ``z3c.autoinclude``. This allows the use of the
-  ``<autoinclude package="."/>`` directive, which automatically loads
+  ``<includeDependencies package="."/>`` directive, which automatically loads
   up ZCML needed for the dependencies listed in your project's
   ``setup.py``. The new release of grokproject adds this line
   automatically. Upgrade ``grokproject`` to make use of this

Modified: grok/trunk/doc/upgrade.txt
===================================================================
--- grok/trunk/doc/upgrade.txt	2008-04-22 13:23:01 UTC (rev 85595)
+++ grok/trunk/doc/upgrade.txt	2008-04-22 13:24:56 UTC (rev 85596)
@@ -9,11 +9,15 @@
 Upgrading to 0.12
 -----------------
 
+* Please upgrade grokproject::
+
+    $ easy_install -U grokproject
+
 * If you have existing Grok projects and you want to make use of 
   Grok's new autoinclusion functionality in them, you can place
   the following line in your project's ``configure.zcml``:
 
-    <autoinclude package="." />
+    <includeDependencies package="." />
 
   This will cause the ZCML for ``setup.py`` dependencies of your
   package to be loaded automatically. You can now get rid of any

Modified: grok/trunk/versions.cfg
===================================================================
--- grok/trunk/versions.cfg	2008-04-22 13:23:01 UTC (rev 85595)
+++ grok/trunk/versions.cfg	2008-04-22 13:24:56 UTC (rev 85596)
@@ -7,7 +7,7 @@
 pytz = 2007g
 RestrictedPython = 3.4.2
 simplejson = 1.7.1
-z3c.autoinclude = 0.1
+z3c.autoinclude = 0.2.1
 z3c.flashmessage = 1.0b2
 zc.catalog = 1.2b
 ZConfig = 2.5



More information about the Checkins mailing list