[Checkins] SVN: zope.pluggableauth/trunk/ restore compatibility of instances of the zope.app.authentication

Hanno Schlichting hanno at hannosch.eu
Fri Jul 9 17:04:28 EDT 2010


On Fri, Jul 9, 2010 at 10:41 PM, Fred Drake <fdrake at gmail.com> wrote:
> Log message for revision 114438:
>  restore compatibility of instances of the zope.app.authentication
>  session credential plugin
>  (https://mail.zope.org/pipermail/zope-dev/2010-July/040898.html)
>
>
> Changed:
>  U   zope.pluggableauth/trunk/CHANGES.txt
>  U   zope.pluggableauth/trunk/setup.py
>  U   zope.pluggableauth/trunk/src/zope/pluggableauth/plugins/session.py
>
> Modified: zope.pluggableauth/trunk/setup.py
> ===================================================================
> --- zope.pluggableauth/trunk/setup.py   2010-07-09 20:39:56 UTC (rev 114437)
> +++ zope.pluggableauth/trunk/setup.py   2010-07-09 20:41:13 UTC (rev 114438)
> @@ -47,6 +47,7 @@
>       extras_require=dict(test=['zope.component[test]']),
>       install_requires=[
>           'ZODB3',
> +          'persistent',
>           'setuptools',
>           'zope.authentication',
>           'zope.component',

persistent is not a distribution. The package is included in the ZODB3
distribution.

Hanno


More information about the checkins mailing list