[Checkins] SVN: zc.recipe.cmmi/trunk/ Declare dependency on zc.buildout 1.4 or later introduced in r102052

Wichert Akkerman wichert at wiggy.net
Thu Sep 10 08:53:43 EDT 2009


Log message for revision 103703:
  Declare dependency on zc.buildout 1.4 or later introduced in r102052

Changed:
  U   zc.recipe.cmmi/trunk/CHANGES.txt
  U   zc.recipe.cmmi/trunk/setup.py

-=-
Modified: zc.recipe.cmmi/trunk/CHANGES.txt
===================================================================
--- zc.recipe.cmmi/trunk/CHANGES.txt	2009-09-10 12:37:15 UTC (rev 103702)
+++ zc.recipe.cmmi/trunk/CHANGES.txt	2009-09-10 12:53:42 UTC (rev 103703)
@@ -6,7 +6,10 @@
 
 - Nothing changed yet.
 
+- Declare dependency on zc.buildout 1.4 or later. This dependency was introduced
+  in version 1.3.
 
+
 1.3 (2009-09-03)
 ================
 

Modified: zc.recipe.cmmi/trunk/setup.py
===================================================================
--- zc.recipe.cmmi/trunk/setup.py	2009-09-10 12:37:15 UTC (rev 103702)
+++ zc.recipe.cmmi/trunk/setup.py	2009-09-10 12:53:42 UTC (rev 103703)
@@ -60,7 +60,7 @@
     include_package_data = True,
     data_files = [('.', ['README.txt'])],
     namespace_packages = ['zc', 'zc.recipe'],
-    install_requires = ['zc.buildout', 'setuptools'],
+    install_requires = ['zc.buildout >=1.4', 'setuptools'],
     entry_points = {'zc.buildout':
                     ['default = %s:Recipe' % name]},
     zip_safe = True,



More information about the checkins mailing list