[Checkins] SVN: zope.app.container/tags/3.5.6/ Tag for 3.5.6

Christophe Combelles ccomb at free.fr
Wed Aug 6 16:48:11 EDT 2008


Log message for revision 89469:
  Tag for 3.5.6
  

Changed:
  A   zope.app.container/tags/3.5.6/
  D   zope.app.container/tags/3.5.6/CHANGES.txt
  A   zope.app.container/tags/3.5.6/CHANGES.txt
  D   zope.app.container/tags/3.5.6/setup.py
  A   zope.app.container/tags/3.5.6/setup.py

-=-
Copied: zope.app.container/tags/3.5.6 (from rev 89467, zope.app.container/branches/3.5)

Deleted: zope.app.container/tags/3.5.6/CHANGES.txt
===================================================================
--- zope.app.container/branches/3.5/CHANGES.txt	2008-08-06 18:39:39 UTC (rev 89467)
+++ zope.app.container/tags/3.5.6/CHANGES.txt	2008-08-06 20:48:10 UTC (rev 89469)
@@ -1,68 +0,0 @@
-=======
-CHANGES
-=======
-
-3.5.6 (unreleased)
-------------------
-
-- ...
-
-3.5.5 (2008-07-27)
-------------------
-
-- Made C code compatible with Python 2.5 on 64bit architectures.
-
-3.5.4 (2008-07-16)
----------------------
-
-- fixed #238579 / #163149: error with unicode traversing
-- fixed #221025 : adding menu is sorted with translated item
-                  by using a collator (better localized sorting)
-- fixed #227617 :
-    - prevent the namechooser from failing on '+', '@' and '/'
-    - added tests in the namechooser
-    - be sure the name chooser returns unicode
-- fixed #175388 : the setitem's size modification is now done in setitemf:
-  setting an existing item does not change the size,
-  and the event subscribers should see the new size instead of the old size.
-  Reimplemented the BTreeContainer so that it directly accesses the btree
-  methods (removed an old #TODO)
-
-3.5.3 (2007-11-09)
-------------------
-
-- Send ``IObjectModifiedEvent`` when changing the title through the
-  ``@@contents.html`` view.
-
-  This fixes https://bugs.edge.launchpad.net/zope3/+bug/98483.
-
-3.5.2 (2007-11-01)
-------------------
-
-- Reactivated functional tests.
-
-3.5.1 (2007-10-31)
-------------------
-
-- Resolve ``ZopeSecurityPolicy`` and ``IRolePermissionManager`` deprecation
-  warning.
-
-3.5.0 (2007-10-11)
-------------------
-
-- Updated package meta-data.
-
-3.5.0a1 (2007-06-29)
---------------------
-
-* Updated bootstrap script to current version.
-
-* Store length of ``BTreeContainer`` in its own ``Length`` object for faster
-  ``__len__`` implementation of huge containers.
-
-
-3.4.0a1 (2007-04-22)
---------------------
-
-- Initial release as a separate project, corresponds to ``zope.app.container``
-  from Zope 3.4.0a1.

Copied: zope.app.container/tags/3.5.6/CHANGES.txt (from rev 89468, zope.app.container/branches/3.5/CHANGES.txt)
===================================================================
--- zope.app.container/tags/3.5.6/CHANGES.txt	                        (rev 0)
+++ zope.app.container/tags/3.5.6/CHANGES.txt	2008-08-06 20:48:10 UTC (rev 89469)
@@ -0,0 +1,68 @@
+=======
+CHANGES
+=======
+
+3.5.6 (2008-08-06)
+------------------
+
+- no changes. Retag for correct release on PyPI
+
+3.5.5 (2008-07-27)
+------------------
+
+- Made C code compatible with Python 2.5 on 64bit architectures.
+
+3.5.4 (2008-07-16)
+---------------------
+
+- fixed #238579 / #163149: error with unicode traversing
+- fixed #221025 : adding menu is sorted with translated item
+                  by using a collator (better localized sorting)
+- fixed #227617 :
+    - prevent the namechooser from failing on '+', '@' and '/'
+    - added tests in the namechooser
+    - be sure the name chooser returns unicode
+- fixed #175388 : the setitem's size modification is now done in setitemf:
+  setting an existing item does not change the size,
+  and the event subscribers should see the new size instead of the old size.
+  Reimplemented the BTreeContainer so that it directly accesses the btree
+  methods (removed an old #TODO)
+
+3.5.3 (2007-11-09)
+------------------
+
+- Send ``IObjectModifiedEvent`` when changing the title through the
+  ``@@contents.html`` view.
+
+  This fixes https://bugs.edge.launchpad.net/zope3/+bug/98483.
+
+3.5.2 (2007-11-01)
+------------------
+
+- Reactivated functional tests.
+
+3.5.1 (2007-10-31)
+------------------
+
+- Resolve ``ZopeSecurityPolicy`` and ``IRolePermissionManager`` deprecation
+  warning.
+
+3.5.0 (2007-10-11)
+------------------
+
+- Updated package meta-data.
+
+3.5.0a1 (2007-06-29)
+--------------------
+
+* Updated bootstrap script to current version.
+
+* Store length of ``BTreeContainer`` in its own ``Length`` object for faster
+  ``__len__`` implementation of huge containers.
+
+
+3.4.0a1 (2007-04-22)
+--------------------
+
+- Initial release as a separate project, corresponds to ``zope.app.container``
+  from Zope 3.4.0a1.

Deleted: zope.app.container/tags/3.5.6/setup.py
===================================================================
--- zope.app.container/branches/3.5/setup.py	2008-08-06 18:39:39 UTC (rev 89467)
+++ zope.app.container/tags/3.5.6/setup.py	2008-08-06 20:48:10 UTC (rev 89469)
@@ -1,92 +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.container package
-
-$Id$
-"""
-import os
-from setuptools import setup, find_packages, Extension
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(name='zope.app.container',
-      version = '3.5.6dev',
-      author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
-      description='Zope Container',
-      long_description=(
-          read('README.txt')
-          + '\n\n' +
-          'Detailed Documentation\n'
-          '**********************\n'
-          + '\n\n' +
-          read('src', 'zope', 'app', 'container', 'constraints.txt')
-          + '\n\n' +
-          read('CHANGES.txt')
-          ),
-      keywords = "zope3 container",
-      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'],
-      url='http://cheeseshop.python.org/pypi/zope.app.container',
-      license='ZPL 2.1',
-      packages=find_packages('src'),
-      package_dir = {'': 'src'},
-      namespace_packages=['zope', 'zope.app'],
-      ext_modules=[Extension("zope.app.container._zope_app_container_contained",
-                             [os.path.join("src", "zope", "app", "container",
-                                           "_zope_app_container_contained.c")
-                              ], include_dirs=['include']),
-                   ],
-
-      extras_require=dict(test=['zope.app.testing',
-                                'zope.app.securitypolicy',
-                                'zope.app.zcmlfiles',
-                                'zope.app.file']),
-      install_requires=['setuptools',
-                        'zope.interface',
-                        'zope.deprecation',
-                        'zope.app.publisher',
-                        'zope.app.zapi',
-                        'zope.cachedescriptors',
-                        'zope.dottedname',
-                        'zope.schema',
-                        'zope.component',
-                        'zope.event',
-                        'zope.location',
-                        'zope.exceptions',
-                        'zope.security',
-                        'zope.lifecycleevent',
-                        'zope.i18nmessageid',
-                        'zope.filerepresentation',
-                        'zope.size',
-                        'zope.traversing',
-                        'zope.publisher',
-                        'zope.dublincore',
-                        'zope.app.broken',
-                        'zope.copypastemove',
-                        'ZODB3',
-                        'zope.i18n',
-                        ],
-      include_package_data = True,
-      zip_safe = False,
-      )

Copied: zope.app.container/tags/3.5.6/setup.py (from rev 89468, zope.app.container/branches/3.5/setup.py)
===================================================================
--- zope.app.container/tags/3.5.6/setup.py	                        (rev 0)
+++ zope.app.container/tags/3.5.6/setup.py	2008-08-06 20:48:10 UTC (rev 89469)
@@ -0,0 +1,92 @@
+##############################################################################
+#
+# 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.container package
+
+$Id$
+"""
+import os
+from setuptools import setup, find_packages, Extension
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+setup(name='zope.app.container',
+      version = '3.5.6',
+      author='Zope Corporation and Contributors',
+      author_email='zope-dev at zope.org',
+      description='Zope Container',
+      long_description=(
+          read('README.txt')
+          + '\n\n' +
+          'Detailed Documentation\n'
+          '**********************\n'
+          + '\n\n' +
+          read('src', 'zope', 'app', 'container', 'constraints.txt')
+          + '\n\n' +
+          read('CHANGES.txt')
+          ),
+      keywords = "zope3 container",
+      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'],
+      url='http://cheeseshop.python.org/pypi/zope.app.container',
+      license='ZPL 2.1',
+      packages=find_packages('src'),
+      package_dir = {'': 'src'},
+      namespace_packages=['zope', 'zope.app'],
+      ext_modules=[Extension("zope.app.container._zope_app_container_contained",
+                             [os.path.join("src", "zope", "app", "container",
+                                           "_zope_app_container_contained.c")
+                              ], include_dirs=['include']),
+                   ],
+
+      extras_require=dict(test=['zope.app.testing',
+                                'zope.app.securitypolicy',
+                                'zope.app.zcmlfiles',
+                                'zope.app.file']),
+      install_requires=['setuptools',
+                        'zope.interface',
+                        'zope.deprecation',
+                        'zope.app.publisher',
+                        'zope.app.zapi',
+                        'zope.cachedescriptors',
+                        'zope.dottedname',
+                        'zope.schema',
+                        'zope.component',
+                        'zope.event',
+                        'zope.location',
+                        'zope.exceptions',
+                        'zope.security',
+                        'zope.lifecycleevent',
+                        'zope.i18nmessageid',
+                        'zope.filerepresentation',
+                        'zope.size',
+                        'zope.traversing',
+                        'zope.publisher',
+                        'zope.dublincore',
+                        'zope.app.broken',
+                        'zope.copypastemove',
+                        'ZODB3',
+                        'zope.i18n',
+                        ],
+      include_package_data = True,
+      zip_safe = False,
+      )



More information about the Checkins mailing list