[Checkins] SVN: zope.app.authentication/trunk/ Use released zope.password 3.5.1, remove zcml slug.

Dan Korostelev nadako at gmail.com
Sat Mar 14 13:09:42 EDT 2009


Log message for revision 98102:
  Use released zope.password 3.5.1, remove zcml slug.

Changed:
  U   zope.app.authentication/trunk/buildout.cfg
  U   zope.app.authentication/trunk/setup.py
  D   zope.app.authentication/trunk/src/zope/app/authentication/zope.app.authentication-configure.zcml

-=-
Modified: zope.app.authentication/trunk/buildout.cfg
===================================================================
--- zope.app.authentication/trunk/buildout.cfg	2009-03-14 17:06:01 UTC (rev 98101)
+++ zope.app.authentication/trunk/buildout.cfg	2009-03-14 17:09:42 UTC (rev 98102)
@@ -1,7 +1,5 @@
 [buildout]
-develop =
-  .
-  ../zope.password
+develop = .
 parts = test
 
 [test]

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2009-03-14 17:06:01 UTC (rev 98101)
+++ zope.app.authentication/trunk/setup.py	2009-03-14 17:09:42 UTC (rev 98102)
@@ -73,7 +73,7 @@
                         'zope.i18nmessageid',
                         'zope.interface',
                         'zope.location',
-                        'zope.password',
+                        'zope.password>=3.5.1',
                         'zope.publisher',
                         'zope.schema',
                         'zope.security',

Deleted: zope.app.authentication/trunk/src/zope/app/authentication/zope.app.authentication-configure.zcml
===================================================================
--- zope.app.authentication/trunk/src/zope/app/authentication/zope.app.authentication-configure.zcml	2009-03-14 17:06:01 UTC (rev 98101)
+++ zope.app.authentication/trunk/src/zope/app/authentication/zope.app.authentication-configure.zcml	2009-03-14 17:09:42 UTC (rev 98102)
@@ -1 +0,0 @@
-<include package="zope.app.authentication" />



More information about the Checkins mailing list