[Checkins] SVN: zope.app.authentication/tags/3.6.0/ Tag 3.6.0

Dan Korostelev nadako at gmail.com
Sat Mar 14 13:10:57 EDT 2009


Log message for revision 98103:
  Tag 3.6.0

Changed:
  A   zope.app.authentication/tags/3.6.0/
  D   zope.app.authentication/tags/3.6.0/CHANGES.txt
  A   zope.app.authentication/tags/3.6.0/CHANGES.txt
  D   zope.app.authentication/tags/3.6.0/buildout.cfg
  A   zope.app.authentication/tags/3.6.0/buildout.cfg
  D   zope.app.authentication/tags/3.6.0/setup.py
  A   zope.app.authentication/tags/3.6.0/setup.py
  D   zope.app.authentication/tags/3.6.0/src/zope/app/authentication/zope.app.authentication-configure.zcml

-=-
Deleted: zope.app.authentication/tags/3.6.0/CHANGES.txt
===================================================================
--- zope.app.authentication/trunk/CHANGES.txt	2009-03-14 16:07:38 UTC (rev 98096)
+++ zope.app.authentication/tags/3.6.0/CHANGES.txt	2009-03-14 17:10:57 UTC (rev 98103)
@@ -1,82 +0,0 @@
-=======
-Changes
-=======
-
-3.6.0 (unreleased)
-------------------
-
-* Separate the presentation template and camefrom/redirection logic for the
-  ``loginForm.html`` view. Now the logic is contained in the
-  ``zope.app.authentication.browser.session.LoginForm`` class.
-
-* Fix login form redirection failure in some cases with Python 2.6.
-
-* Use the new ``zope.authentication`` package instead of ``zope.app.security``. 
-
-* The "Password Manager Names" vocabulary and simple password manager registry
-  were moved to the ``zope.password`` package.
-
-* Remove deprecated code.
-
-
-3.5.0 (2009-03-06)
-------------------
-
-* Split password manager functionality off to the new ``zope.password``
-  package. Backward-compatibility imports are left in place.
-
-* Use ``zope.site`` instead of ``zope.app.component``.
-
-3.5.0a2 (2009-02-01)
---------------------
-
-* Make old encoded passwords really work.
-
-3.5.0a1 (2009-01-31)
---------------------
-
-* Use ``zope.container`` instead of ``zope.app.container``.
-
-* Encoded passwords are now stored with a prefix ({MD5}, {SHA1},
-  {SSHA}) indicating the used encoding schema. Old (encoded) passwords
-  can still be used.
-
-* Add an SSHA password manager that is compatible with standard LDAP
-  passwords. As this encoding gives better security agains dictionary
-  attacks, users are encouraged to switch to this new password schema.
-
-* InternalPrincipal now uses SSHA password manager by default.
-
-3.4.4 (2008-12-12)
-------------------
-
-* 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)
-------------------
-
-* No changes. Retag for correct release on PyPI.
-
-3.4.2 (2008-07-09)
--------------------
-
-* Make it compatible with zope.app.container 3.6.1 and 3.5.4 changes,
-  Changed ``super(BTreeContainer, self).__init__()`` to 
-  ``super(GroupFolder, self).__init__()`` in ``GroupFolder`` class.
-
-3.4.1 (2007-10-24)
-------------------
-
-* Avoid deprecation warning.
-
-3.4.0 (2007-10-11)
-------------------
-
-* Updated package meta-data.
-
-3.4.0b1 (2007-09-27)
---------------------
-
-* First release independent of Zope.

Copied: zope.app.authentication/tags/3.6.0/CHANGES.txt (from rev 98098, zope.app.authentication/trunk/CHANGES.txt)
===================================================================
--- zope.app.authentication/tags/3.6.0/CHANGES.txt	                        (rev 0)
+++ zope.app.authentication/tags/3.6.0/CHANGES.txt	2009-03-14 17:10:57 UTC (rev 98103)
@@ -0,0 +1,82 @@
+=======
+Changes
+=======
+
+3.6.0 (2009-03-14)
+------------------
+
+* Separate the presentation template and camefrom/redirection logic for the
+  ``loginForm.html`` view. Now the logic is contained in the
+  ``zope.app.authentication.browser.loginform.LoginForm`` class.
+
+* Fix login form redirection failure in some cases with Python 2.6.
+
+* Use the new ``zope.authentication`` package instead of ``zope.app.security``. 
+
+* The "Password Manager Names" vocabulary and simple password manager registry
+  were moved to the ``zope.password`` package.
+
+* Remove deprecated code.
+
+
+3.5.0 (2009-03-06)
+------------------
+
+* Split password manager functionality off to the new ``zope.password``
+  package. Backward-compatibility imports are left in place.
+
+* Use ``zope.site`` instead of ``zope.app.component``.
+
+3.5.0a2 (2009-02-01)
+--------------------
+
+* Make old encoded passwords really work.
+
+3.5.0a1 (2009-01-31)
+--------------------
+
+* Use ``zope.container`` instead of ``zope.app.container``.
+
+* Encoded passwords are now stored with a prefix ({MD5}, {SHA1},
+  {SSHA}) indicating the used encoding schema. Old (encoded) passwords
+  can still be used.
+
+* Add an SSHA password manager that is compatible with standard LDAP
+  passwords. As this encoding gives better security agains dictionary
+  attacks, users are encouraged to switch to this new password schema.
+
+* InternalPrincipal now uses SSHA password manager by default.
+
+3.4.4 (2008-12-12)
+------------------
+
+* 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)
+------------------
+
+* No changes. Retag for correct release on PyPI.
+
+3.4.2 (2008-07-09)
+-------------------
+
+* Make it compatible with zope.app.container 3.6.1 and 3.5.4 changes,
+  Changed ``super(BTreeContainer, self).__init__()`` to 
+  ``super(GroupFolder, self).__init__()`` in ``GroupFolder`` class.
+
+3.4.1 (2007-10-24)
+------------------
+
+* Avoid deprecation warning.
+
+3.4.0 (2007-10-11)
+------------------
+
+* Updated package meta-data.
+
+3.4.0b1 (2007-09-27)
+--------------------
+
+* First release independent of Zope.

Deleted: zope.app.authentication/tags/3.6.0/buildout.cfg
===================================================================
--- zope.app.authentication/trunk/buildout.cfg	2009-03-14 16:07:38 UTC (rev 98096)
+++ zope.app.authentication/tags/3.6.0/buildout.cfg	2009-03-14 17:10:57 UTC (rev 98103)
@@ -1,21 +0,0 @@
-[buildout]
-develop =
-  .
-  ../zope.authentication
-  ../zope.component
-  ../zope.container
-  ../zope.password
-  ../zope.principalregistry
-  ../zope.localpermission
-  ../zope.security
-  ../zope.app.security
-  ../zope.app.component
-  ../zope.app.container
-  ../zope.app.form
-  ../zope.app.publisher
-  ../zope.app.testing
-parts = test
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = zope.app.authentication [test]

Copied: zope.app.authentication/tags/3.6.0/buildout.cfg (from rev 98102, zope.app.authentication/trunk/buildout.cfg)
===================================================================
--- zope.app.authentication/tags/3.6.0/buildout.cfg	                        (rev 0)
+++ zope.app.authentication/tags/3.6.0/buildout.cfg	2009-03-14 17:10:57 UTC (rev 98103)
@@ -0,0 +1,7 @@
+[buildout]
+develop = .
+parts = test
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = zope.app.authentication [test]

Deleted: zope.app.authentication/tags/3.6.0/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2009-03-14 16:07:38 UTC (rev 98096)
+++ zope.app.authentication/tags/3.6.0/setup.py	2009-03-14 17:10:57 UTC (rev 98103)
@@ -1,87 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Setup for zope.app.authentication package
-
-$Id$
-"""
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(name='zope.app.authentication',
-      version = '3.6.0dev',
-      author='Zope Corporation and Contributors',
-      author_email='zope-dev at zope.org',
-      description='Pluggable Authentication Utility',
-      long_description=(
-        read('README.txt')
-        + '\n\n' +
-        'Detailed Documentation\n' +
-        '----------------------\n'
-        + '\n' +
-        read('src', 'zope', 'app', 'authentication', 'README.txt')
-        + '\n\n' +
-        read('src', 'zope', 'app', 'authentication', 'principalfolder.txt')
-        + '\n\n' +
-        read('src', 'zope', 'app', 'authentication', 'vocabulary.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
-        ),
-      url='http://pypi.python.org/pypi/zope.app.authentication',
-      license='ZPL 2.1',
-      classifiers = [
-          'Development Status :: 5 - Production/Stable',
-          'Environment :: Web Environment',
-          'Intended Audience :: Developers',
-          'License :: OSI Approved :: Zope Public License',
-          'Programming Language :: Python',
-          'Natural Language :: English',
-          'Operating System :: OS Independent',
-          'Topic :: Internet :: WWW/HTTP',
-          'Framework :: Zope3'],
-      keywords='zope3 authentication pluggable principal group',
-      packages=find_packages('src'),
-      package_dir = {'': 'src'},
-      extras_require=dict(test=['zope.app.testing',
-                                'zope.app.securitypolicy',
-                                'zope.app.zcmlfiles',
-                                'zope.securitypolicy',
-                                'zope.testbrowser']),
-      namespace_packages=['zope', 'zope.app'],
-      install_requires=['setuptools',
-                        'zope.app.component',
-                        'zope.app.container',
-                        'zope.app.form',
-                        'zope.authentication',
-                        'zope.dublincore',
-                        'zope.event',
-                        'zope.exceptions',
-                        'zope.i18n',
-                        'zope.i18nmessageid',
-                        'zope.interface',
-                        'zope.location',
-                        'zope.password',
-                        'zope.publisher',
-                        'zope.schema',
-                        'zope.security',
-                        'zope.session',
-                        'zope.site',
-                        'zope.traversing',
-                        'ZODB3',
-                        ],
-      include_package_data = True,
-      zip_safe = False,
-      )

Copied: zope.app.authentication/tags/3.6.0/setup.py (from rev 98102, zope.app.authentication/trunk/setup.py)
===================================================================
--- zope.app.authentication/tags/3.6.0/setup.py	                        (rev 0)
+++ zope.app.authentication/tags/3.6.0/setup.py	2009-03-14 17:10:57 UTC (rev 98103)
@@ -0,0 +1,87 @@
+##############################################################################
+#
+# Copyright (c) 2006 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Setup for zope.app.authentication package
+
+$Id$
+"""
+import os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+setup(name='zope.app.authentication',
+      version = '3.6.0',
+      author='Zope Corporation and Contributors',
+      author_email='zope-dev at zope.org',
+      description='Pluggable Authentication Utility',
+      long_description=(
+        read('README.txt')
+        + '\n\n' +
+        'Detailed Documentation\n' +
+        '----------------------\n'
+        + '\n' +
+        read('src', 'zope', 'app', 'authentication', 'README.txt')
+        + '\n\n' +
+        read('src', 'zope', 'app', 'authentication', 'principalfolder.txt')
+        + '\n\n' +
+        read('src', 'zope', 'app', 'authentication', 'vocabulary.txt')
+        + '\n\n' +
+        read('CHANGES.txt')
+        ),
+      url='http://pypi.python.org/pypi/zope.app.authentication',
+      license='ZPL 2.1',
+      classifiers = [
+          'Development Status :: 5 - Production/Stable',
+          'Environment :: Web Environment',
+          'Intended Audience :: Developers',
+          'License :: OSI Approved :: Zope Public License',
+          'Programming Language :: Python',
+          'Natural Language :: English',
+          'Operating System :: OS Independent',
+          'Topic :: Internet :: WWW/HTTP',
+          'Framework :: Zope3'],
+      keywords='zope3 authentication pluggable principal group',
+      packages=find_packages('src'),
+      package_dir = {'': 'src'},
+      extras_require=dict(test=['zope.app.testing',
+                                'zope.app.securitypolicy',
+                                'zope.app.zcmlfiles',
+                                'zope.securitypolicy',
+                                'zope.testbrowser']),
+      namespace_packages=['zope', 'zope.app'],
+      install_requires=['setuptools',
+                        'zope.app.component',
+                        'zope.app.container',
+                        'zope.app.form',
+                        'zope.authentication',
+                        'zope.dublincore',
+                        'zope.event',
+                        'zope.exceptions',
+                        'zope.i18n',
+                        'zope.i18nmessageid',
+                        'zope.interface',
+                        'zope.location',
+                        'zope.password>=3.5.1',
+                        'zope.publisher',
+                        'zope.schema',
+                        'zope.security',
+                        'zope.session',
+                        'zope.site',
+                        'zope.traversing',
+                        'ZODB3',
+                        ],
+      include_package_data = True,
+      zip_safe = False,
+      )

Deleted: zope.app.authentication/tags/3.6.0/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 16:07:38 UTC (rev 98096)
+++ zope.app.authentication/tags/3.6.0/src/zope/app/authentication/zope.app.authentication-configure.zcml	2009-03-14 17:10:57 UTC (rev 98103)
@@ -1 +0,0 @@
-<include package="zope.app.authentication" />



More information about the Checkins mailing list