[Checkins] SVN: z3c.recipe.i18n/trunk/ make note of the zc.buildout version requirements and define the requirements in the setup.py

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Oct 7 04:44:49 EDT 2010


Log message for revision 117319:
  make note of the zc.buildout version requirements and define the requirements in the setup.py

Changed:
  U   z3c.recipe.i18n/trunk/CHANGES.txt
  U   z3c.recipe.i18n/trunk/setup.py

-=-
Modified: z3c.recipe.i18n/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.i18n/trunk/CHANGES.txt	2010-10-07 08:44:10 UTC (rev 117318)
+++ z3c.recipe.i18n/trunk/CHANGES.txt	2010-10-07 08:44:49 UTC (rev 117319)
@@ -5,14 +5,15 @@
 0.8.0 (unreleased)
 ------------------
 
+- Support new features of zc.buildout 1.5 line. At the same time support for
+  zc.buildout <= 1.5.1 has been dropped.
+
 - Fixed test setup to run with current zopetoolkit packages.
   Made sure tests still run on older platforms, particularly Zope 2.12.
 
 - Using python's `doctest` module instead of deprecated
   `zope.testing.doctest`.
 
-- Support new features of zc.buildout 1.5 line.
-
 - Typo change in configuration: exludeDirNames becomes excludeDirNames (old
   name is still supported for backward compatibility).
 

Modified: z3c.recipe.i18n/trunk/setup.py
===================================================================
--- z3c.recipe.i18n/trunk/setup.py	2010-10-07 08:44:10 UTC (rev 117318)
+++ z3c.recipe.i18n/trunk/setup.py	2010-10-07 08:44:49 UTC (rev 117319)
@@ -81,10 +81,10 @@
         ),
     install_requires = [
         'setuptools',
-        'zc.buildout',
-        'z3c.recipe.scripts',
+        'zc.buildout >= 1.5.1',
+        'z3c.recipe.scripts >= 1.0.1',
         'zope.app.appsetup',
-        'zope.app.locales[extract]>=3.5.0',
+        'zope.app.locales[extract] >= 3.5.0',
         'zope.configuration',
         ],
     entry_points = {



More information about the checkins mailing list