[Checkins] SVN: zope.app.testing/trunk/s Fix ZPL version in file headers.

Gediminas Paulauskas menesis at pov.lt
Sat Jan 7 17:43:13 UTC 2012


Log message for revision 123984:
  Fix ZPL version in file headers.
  Require released version of zope.testbrowser
  

Changed:
  U   zope.app.testing/trunk/setup.py
  U   zope.app.testing/trunk/src/zope/app/testing/dochttp.py
  U   zope.app.testing/trunk/src/zope/app/testing/tests.py

-=-
Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2012-01-07 03:15:59 UTC (rev 123983)
+++ zope.app.testing/trunk/setup.py	2012-01-07 17:43:12 UTC (rev 123984)
@@ -65,13 +65,13 @@
           ]),
       install_requires=['setuptools',
                         'zope.annotation',
-                        'zope.app.appsetup >=3.11.0',
+                        'zope.app.appsetup >= 3.11',
                         'zope.processlifetime',
                         'zope.app.debug',
                         'zope.app.dependable',
                         'zope.app.publication',
                         # We need zope.component with the hooks module.
-                        'zope.component >=3.8.0',
+                        'zope.component >= 3.8',
                         'zope.container',
                         'zope.i18n',
                         'zope.interface',
@@ -81,7 +81,7 @@
                         'zope.security',
                         'zope.site',
                         'zope.testing',
-                        'zope.testbrowser >= 4.0.0dev',
+                        'zope.testbrowser >= 4',
                         'zope.traversing',
                         ],
       include_package_data = True,

Modified: zope.app.testing/trunk/src/zope/app/testing/dochttp.py
===================================================================
--- zope.app.testing/trunk/src/zope/app/testing/dochttp.py	2012-01-07 03:15:59 UTC (rev 123983)
+++ zope.app.testing/trunk/src/zope/app/testing/dochttp.py	2012-01-07 17:43:12 UTC (rev 123984)
@@ -4,7 +4,7 @@
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS

Modified: zope.app.testing/trunk/src/zope/app/testing/tests.py
===================================================================
--- zope.app.testing/trunk/src/zope/app/testing/tests.py	2012-01-07 03:15:59 UTC (rev 123983)
+++ zope.app.testing/trunk/src/zope/app/testing/tests.py	2012-01-07 17:43:12 UTC (rev 123984)
@@ -4,7 +4,7 @@
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS



More information about the checkins mailing list