[Checkins] SVN: zc.recipe.testrunner/trunk/ preparing 1.1.0 release

Michael Howitz mh at gocept.com
Mon Aug 25 07:41:07 EDT 2008


Log message for revision 90186:
  preparing 1.1.0 release

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

-=-
Modified: zc.recipe.testrunner/trunk/CHANGES.txt
===================================================================
--- zc.recipe.testrunner/trunk/CHANGES.txt	2008-08-25 11:17:33 UTC (rev 90185)
+++ zc.recipe.testrunner/trunk/CHANGES.txt	2008-08-25 11:41:06 UTC (rev 90186)
@@ -2,11 +2,26 @@
 Change History
 **************
 
+1.1.0 (2008-08-25)
+==================
+
+- Requiring at least zope.testing 3.6.0.
+
+- Fixed a bug: Parallel runs of layers failed when using
+  working-directory parameter.
+
+
+1.0.0 (2007-11-04)
+==================
+
+- Preparing stable release.
+
+
 1.0.0b8 (2007-07-17)
 ====================
 
 - Added the ability to use `initialization` option that will be inserted into
-the bin/test after the environment is set up.
+  the bin/test after the environment is set up.
 
 1.0.0b7 (2007-04-26)
 ====================

Modified: zc.recipe.testrunner/trunk/setup.py
===================================================================
--- zc.recipe.testrunner/trunk/setup.py	2008-08-25 11:17:33 UTC (rev 90185)
+++ zc.recipe.testrunner/trunk/setup.py	2008-08-25 11:41:06 UTC (rev 90186)
@@ -20,9 +20,6 @@
         '**********************\n'
         + '\n' +
         read('src', 'zc', 'recipe', 'testrunner', 'README.txt')
-        + '\n' +
-        'Download\n'
-        '**********************\n'
         ),
     license = "ZPL 2.1",
     keywords = "development build testing",
@@ -32,8 +29,9 @@
     include_package_data = True,
     package_dir = {'':'src'},
     namespace_packages = ['zc', 'zc.recipe'],
-    install_requires = ['zc.buildout  >=1.0.0b12',
-                        'zope.testing', 'setuptools',
+    install_requires = ['zc.buildout >=1.0.0b12',
+                        'zope.testing >=3.6.0', 
+                        'setuptools',
                         'zc.recipe.egg  >=1.0.0a3',
                         ],
     test_suite = name+'.tests.test_suite',



More information about the Checkins mailing list