[Checkins] SVN: z3c.soap/trunk/ Handle correctly Unauthorized exception

Wichert Akkerman wichert at wiggy.net
Fri Nov 14 13:08:02 EST 2008


Previously Jean-Fran�ois Roche wrote:
> @@ -29,6 +29,7 @@
>        zip_safe=False,
>        install_requires=[
>            'setuptools',
> +          'Products.PluggableAuthService==1.5.3',
>            'ZSI'],
>        entry_points="""
>        # -*- Entry points: -*-

Please don't use exact version pins in setup.py - it makes it completely
impossible to use another version.

Wichert.

-- 
Wichert Akkerman <wichert at wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.


More information about the Checkins mailing list