[Checkins] SVN: zope.app.authentication/trunk/ Depend on zope.session instead of zope.app.session.

Dan Korostelev nadako at gmail.com
Sun Nov 2 08:14:10 EST 2008


Log message for revision 92752:
  Depend on zope.session instead of zope.app.session.

Changed:
  U   zope.app.authentication/trunk/CHANGES.txt
  U   zope.app.authentication/trunk/setup.py
  U   zope.app.authentication/trunk/src/zope/app/authentication/ftesting.zcml

-=-
Modified: zope.app.authentication/trunk/CHANGES.txt
===================================================================
--- zope.app.authentication/trunk/CHANGES.txt	2008-11-02 12:33:22 UTC (rev 92751)
+++ zope.app.authentication/trunk/CHANGES.txt	2008-11-02 13:14:10 UTC (rev 92752)
@@ -5,6 +5,8 @@
 3.4.4 (unreleased)
 ------------------
 
+* Depend on zope.session instead of zope.app.session. The first one
+  currently has all functionality we need.
 * Fix deprecation warnings for ``md5`` and ``sha`` on Python 2.6.
 
 3.4.3 (2008-08-07)

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2008-11-02 12:33:22 UTC (rev 92751)
+++ zope.app.authentication/trunk/setup.py	2008-11-02 13:14:10 UTC (rev 92752)
@@ -66,7 +66,6 @@
                         'zope.app.container',
                         'zope.app.form',
                         'zope.app.security',
-                        'zope.app.session',
                         'zope.dublincore',
                         'zope.event',
                         'zope.exceptions',
@@ -77,6 +76,7 @@
                         'zope.publisher',
                         'zope.schema',
                         'zope.security',
+                        'zope.session',
                         'zope.traversing',
                         'ZODB3',
                         ],

Modified: zope.app.authentication/trunk/src/zope/app/authentication/ftesting.zcml
===================================================================
--- zope.app.authentication/trunk/src/zope/app/authentication/ftesting.zcml	2008-11-02 12:33:22 UTC (rev 92751)
+++ zope.app.authentication/trunk/src/zope/app/authentication/ftesting.zcml	2008-11-02 13:14:10 UTC (rev 92752)
@@ -11,8 +11,8 @@
 
   <include package="zope.app.zcmlfiles" />
   <include package="zope.formlib" />
+  <include package="zope.session" />
   <include package="zope.app.authentication" />
-  <include package="zope.app.session" />
   <include package="zope.app.securitypolicy" />
 
   <securityPolicy



More information about the Checkins mailing list