[Checkins] SVN: zc.recipe.testrunner/branches/1.2.1/ this should work, but does not

Adam Groszer agroszer at gmail.com
Mon Aug 23 12:39:40 EDT 2010


Log message for revision 115892:
  this should work, but does not

Changed:
  U   zc.recipe.testrunner/branches/1.2.1/buildout.cfg
  U   zc.recipe.testrunner/branches/1.2.1/setup.py

-=-
Modified: zc.recipe.testrunner/branches/1.2.1/buildout.cfg
===================================================================
--- zc.recipe.testrunner/branches/1.2.1/buildout.cfg	2010-08-23 16:30:11 UTC (rev 115891)
+++ zc.recipe.testrunner/branches/1.2.1/buildout.cfg	2010-08-23 16:39:40 UTC (rev 115892)
@@ -1,7 +1,11 @@
 [buildout]
 parts = test
 develop = .
+versions = versions
 
+[versions]
+zc.recipe.testrunner =
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zc.recipe.testrunner

Modified: zc.recipe.testrunner/branches/1.2.1/setup.py
===================================================================
--- zc.recipe.testrunner/branches/1.2.1/setup.py	2010-08-23 16:30:11 UTC (rev 115891)
+++ zc.recipe.testrunner/branches/1.2.1/setup.py	2010-08-23 16:39:40 UTC (rev 115892)
@@ -7,7 +7,7 @@
 name = "zc.recipe.testrunner"
 setup(
     name = name,
-    version = "1.2.0",
+    version = "1.2.1dev",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for creating test runners",
@@ -30,7 +30,7 @@
     package_dir = {'':'src'},
     namespace_packages = ['zc', 'zc.recipe'],
     install_requires = ['zc.buildout >=1.2.0',
-                        'zope.testing >=3.6.0',
+                        'zope.testing >=3.6.0,<3.10.0',
                         'setuptools',
                         'zc.recipe.egg  >=1.2.0',
                         ],



More information about the checkins mailing list