[Checkins] SVN: zc.buildout/branches/help-api/zc.recipe.egg_/ Fixed dependency information.

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:29:53 EDT 2009


Log message for revision 98582:
  Fixed dependency information.

Changed:
  U   zc.buildout/branches/help-api/zc.recipe.egg_/CHANGES.txt
  U   zc.buildout/branches/help-api/zc.recipe.egg_/setup.py

-=-
Modified: zc.buildout/branches/help-api/zc.recipe.egg_/CHANGES.txt
===================================================================
--- zc.buildout/branches/help-api/zc.recipe.egg_/CHANGES.txt	2009-03-29 21:29:46 UTC (rev 98581)
+++ zc.buildout/branches/help-api/zc.recipe.egg_/CHANGES.txt	2009-03-29 21:29:53 UTC (rev 98582)
@@ -1,6 +1,11 @@
 Change History
 **************
 
+1.2.2 (2009-03-18)
+==================
+
+- Fixed a dependency information. zc.buildout >1.2.0 is required.
+
 1.2.1 (2009-03-18)
 ==================
 

Modified: zc.buildout/branches/help-api/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/branches/help-api/zc.recipe.egg_/setup.py	2009-03-29 21:29:46 UTC (rev 98581)
+++ zc.buildout/branches/help-api/zc.recipe.egg_/setup.py	2009-03-29 21:29:53 UTC (rev 98582)
@@ -66,7 +66,7 @@
     package_dir = {'':'src'},
     namespace_packages = ['zc', 'zc.recipe'],
     install_requires = [
-        'zc.buildout >=1.0.6',
+        'zc.buildout >=1.2.0',
         'setuptools'],
     tests_require = ['zope.testing'],
     test_suite = name+'.tests.test_suite',



More information about the Checkins mailing list