[Checkins] SVN: zope.app.pagetemplate/trunk/ Correct testing dependency to point to zope.securitypolicy instead of its zope.app variant. The app version is no longer required since 3.4.1.

Hanno Schlichting hannosch at hannosch.eu
Wed Dec 16 15:30:05 EST 2009


Log message for revision 106654:
  Correct testing dependency to point to zope.securitypolicy instead of its zope.app variant. The app version is no longer required since 3.4.1.
  

Changed:
  U   zope.app.pagetemplate/trunk/CHANGES.txt
  U   zope.app.pagetemplate/trunk/setup.py

-=-
Modified: zope.app.pagetemplate/trunk/CHANGES.txt
===================================================================
--- zope.app.pagetemplate/trunk/CHANGES.txt	2009-12-16 20:28:00 UTC (rev 106653)
+++ zope.app.pagetemplate/trunk/CHANGES.txt	2009-12-16 20:30:05 UTC (rev 106654)
@@ -5,6 +5,9 @@
 3.8.0 (unreleased)
 ------------------
 
+- Correct testing dependency to point to zope.securitypolicy instead of its
+  zope.app variant. The app version is no longer required since 3.4.1.
+
 - Removed the ``inline-evaluation`` extra referring to zope.app.interpreter.
   There's no code or ZCML left pointing to that package.
 

Modified: zope.app.pagetemplate/trunk/setup.py
===================================================================
--- zope.app.pagetemplate/trunk/setup.py	2009-12-16 20:28:00 UTC (rev 106653)
+++ zope.app.pagetemplate/trunk/setup.py	2009-12-16 20:30:05 UTC (rev 106654)
@@ -69,8 +69,8 @@
           ],
       extras_require={
           "test": ['zope.container',
+                   'zope.securitypolicy',
                    'zope.app.testing',
-                   'zope.app.securitypolicy',
                    'zope.app.zcmlfiles',
                   ],
           },



More information about the checkins mailing list