[Checkins] SVN: zope.app.security/trunk/ Update package description.

Dan Korostelev nadako at gmail.com
Thu Mar 12 06:22:52 EDT 2009


Log message for revision 97978:
  Update package description.

Changed:
  U   zope.app.security/trunk/CHANGES.txt
  U   zope.app.security/trunk/README.txt
  U   zope.app.security/trunk/setup.py

-=-
Modified: zope.app.security/trunk/CHANGES.txt
===================================================================
--- zope.app.security/trunk/CHANGES.txt	2009-03-12 10:12:55 UTC (rev 97977)
+++ zope.app.security/trunk/CHANGES.txt	2009-03-12 10:22:51 UTC (rev 97978)
@@ -43,6 +43,8 @@
 
 - Cleanup dependencies after refactorings. Also, don't depend on
   zope.app.testing for tests anymore.
+  
+- Update package's description to point about refactorings done.
 
 3.6.2 (2009-03-10)
 ------------------

Modified: zope.app.security/trunk/README.txt
===================================================================
--- zope.app.security/trunk/README.txt	2009-03-12 10:12:55 UTC (rev 97977)
+++ zope.app.security/trunk/README.txt	2009-03-12 10:22:51 UTC (rev 97978)
@@ -1,2 +1,18 @@
-This package provides several components integrating the Zope security
-implementation into zope 3 applications.
+This package provides ZMI browser views for Zope security components.
+
+It used to provide a large part of security functionality for Zope 3, but it was
+factored out from this package to several little packages to reduce dependencies
+and improve reusability.
+
+The functionality was splitted into these new packages:
+
+ * zope.authentication - the IAuthentication interface and related utilities.
+ * zope.principalregistry - the global principal registry and its zcml directives.
+ * zope.localpermission - the LocalPermission class that implements persistent
+   permissions.
+
+The rest of functionality that were provided by this package is merged into
+``zope.security`` and ``zope.publisher``.
+
+Backward-compatibility imports are provided to ensure that older applications
+work. See CHANGES.txt for more info.

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2009-03-12 10:12:55 UTC (rev 97977)
+++ zope.app.security/trunk/setup.py	2009-03-12 10:22:51 UTC (rev 97978)
@@ -25,7 +25,7 @@
       version = '3.7.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
-      description='Security Components for Zope 3 Applications',
+      description='ZMI Views For Zope3 Security Components',
       long_description=(
           read('README.txt')
           + '\n\n' +
@@ -39,7 +39,7 @@
           + '\n\n' +
           read('CHANGES.txt')
           ),
-      keywords = "zope3 security authentication principal ftp http",
+      keywords = "zope security authentication principal ftp http",
       classifiers = [
           'Development Status :: 5 - Production/Stable',
           'Environment :: Web Environment',



More information about the Checkins mailing list