[Checkins] SVN: zope.app.component/tags/3.4.x/ Sacrifice three dead goats and a chicken in order to be able to run the test

Marius Gedminas marius at pov.lt
Wed Jul 15 13:48:11 EDT 2009


Log message for revision 101928:
  Sacrifice three dead goats and a chicken in order to be able to run the test
  suite.
  
  

Changed:
  U   zope.app.component/tags/3.4.x/buildout.cfg
  U   zope.app.component/tags/3.4.x/setup.py

-=-
Modified: zope.app.component/tags/3.4.x/buildout.cfg
===================================================================
--- zope.app.component/tags/3.4.x/buildout.cfg	2009-07-15 17:24:15 UTC (rev 101927)
+++ zope.app.component/tags/3.4.x/buildout.cfg	2009-07-15 17:48:11 UTC (rev 101928)
@@ -1,8 +1,13 @@
 [buildout]
 develop = .
 parts = test
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+versions = versions
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.component [test, back35]
+       zope.app.layers     # the utter braindeadness of either setuptools or
+       zope.app.securitypolicy # buildout requires me to state these
+       zope.testbrowser    # dependencies again, here, I don't know why
 

Modified: zope.app.component/tags/3.4.x/setup.py
===================================================================
--- zope.app.component/tags/3.4.x/setup.py	2009-07-15 17:24:15 UTC (rev 101927)
+++ zope.app.component/tags/3.4.x/setup.py	2009-07-15 17:48:11 UTC (rev 101928)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version = '3.4.1',
+      version = '3.4.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Local Zope Component Support',



More information about the Checkins mailing list