[Checkins] SVN: hurry.tinymce/trunk/ Pin the version in setup.py	instead of buildout.cfg so that it helps clients who use the	package at all.
    Sebastian Wehrmann 
    sw at gocept.com
       
    Thu Sep  8 01:17:51 EST 2011
    
    
  
Log message for revision 122748:
  Pin the version in setup.py instead of buildout.cfg so that it helps clients who use the package at all.
Changed:
  U   hurry.tinymce/trunk/buildout.cfg
  U   hurry.tinymce/trunk/setup.py
-=-
Modified: hurry.tinymce/trunk/buildout.cfg
===================================================================
--- hurry.tinymce/trunk/buildout.cfg	2011-09-07 14:09:25 UTC (rev 122747)
+++ hurry.tinymce/trunk/buildout.cfg	2011-09-08 06:17:50 UTC (rev 122748)
@@ -4,7 +4,6 @@
 versions = versions
 
 [versions]
-hurry.resource = 0.9.1
 
 [scripts]
 recipe = zc.recipe.egg:scripts
Modified: hurry.tinymce/trunk/setup.py
===================================================================
--- hurry.tinymce/trunk/setup.py	2011-09-07 14:09:25 UTC (rev 122747)
+++ hurry.tinymce/trunk/setup.py	2011-09-08 06:17:50 UTC (rev 122748)
@@ -31,7 +31,7 @@
     zip_safe=False,
     install_requires=[
         'setuptools',
-        'hurry.resource',
+        'hurry.resource<0.10dev',
         ],
     entry_points= {
     'console_scripts': [
    
    
More information about the checkins
mailing list