[Checkins] SVN: zope.app.appsetup/tags/3.10.0/ Tag 3.10.0

Dan Korostelev nadako at gmail.com
Thu Mar 19 05:19:20 EDT 2009


Log message for revision 98258:
  Tag 3.10.0

Changed:
  A   zope.app.appsetup/tags/3.10.0/
  D   zope.app.appsetup/tags/3.10.0/CHANGES.txt
  A   zope.app.appsetup/tags/3.10.0/CHANGES.txt
  D   zope.app.appsetup/tags/3.10.0/setup.py
  A   zope.app.appsetup/tags/3.10.0/setup.py

-=-
Deleted: zope.app.appsetup/tags/3.10.0/CHANGES.txt
===================================================================
--- zope.app.appsetup/trunk/CHANGES.txt	2009-03-19 07:38:14 UTC (rev 98253)
+++ zope.app.appsetup/tags/3.10.0/CHANGES.txt	2009-03-19 09:19:20 UTC (rev 98258)
@@ -1,76 +0,0 @@
-=======
-CHANGES
-=======
-
-Version 3.9.1 (unreleased)
---------------------------
-
-- Finally deprecate the "asObject" argument of helper functions in the
-  ``zope.app.appsetup.bootstrap`` module. If your code uses any of these
-  functions, please remove the "asObject=True" argument passing anywhere,
-  because the support for that argument will be dropped soon. 
-
-- Move session utility bootstrapping logic from ``zope.session`` into this
-  package. This removes a dependency from zope.session to this package.
-
-- Remove one more deprecated function.
-
-
-Version 3.9.0 (2009-01-31)
---------------------------
-
-- Use ``zope.site`` instead of ``zope.app.folder`` and
-  ``zope.app.component``.
-
-- Use ``zope.container`` instead of ``zope.app.container``.
-
-- Move error log bootstrapping logic from ``zope.error`` into this
-  package.  This removes a dependency from zope.error to this
-  package. Also added a test for bootstrapping the error log here,
-  which was missing in ``zope.error``.
-
-
-Version 3.8.0 (2008-08-25)
---------------------------
-
-- Feature: Developed an entry point that allows you to quickly bring up an
-  application instance for debugging purposes. (Implemented by Marius Gedminas
-  and Stephan Richter.)
-
-
-Version 3.7.0 (2008-08-19)
---------------------------
-
-- Added ``.product.loadConfiguration`` test-support function; loads product
-  configuration (only) from a file object, allowing test code (including
-  setup) to make use of the same configuration schema support used by normal
-  startup.
-
-
-Version 3.6.0 (2008-07-23)
---------------------------
-
-- Added additional test support functions to set the configuration for a
-  single section, and save/restore the entire configuration.
-
-
-Version 3.5.0 (2008-06-17)
---------------------------
-
-- Added helper class for supporting product configuration tests.
-
-- Added documentation for the product configuration API, with tests.
-
-
-Version 3.4.1 (2007-09-27)
---------------------------
-
-- Egg was faulty, re-released
-
-
-Version 3.4.0 (2007-09-25)
---------------------------
-
-- Initial documented release
-
-- Reflect changes form zope.app.error refactoring

Copied: zope.app.appsetup/tags/3.10.0/CHANGES.txt (from rev 98257, zope.app.appsetup/trunk/CHANGES.txt)
===================================================================
--- zope.app.appsetup/tags/3.10.0/CHANGES.txt	                        (rev 0)
+++ zope.app.appsetup/tags/3.10.0/CHANGES.txt	2009-03-19 09:19:20 UTC (rev 98258)
@@ -0,0 +1,76 @@
+=======
+CHANGES
+=======
+
+Version 3.10.0 (2009-03-19)
+--------------------------
+
+- Finally deprecate the "asObject" argument of helper functions in the
+  ``zope.app.appsetup.bootstrap`` module. If your code uses any of these
+  functions, please remove the "asObject=True" argument passing anywhere,
+  because the support for that argument will be dropped soon. 
+
+- Move session utility bootstrapping logic from ``zope.session`` into this
+  package. This removes a dependency from zope.session to this package.
+
+- Remove one more deprecated function.
+
+
+Version 3.9.0 (2009-01-31)
+--------------------------
+
+- Use ``zope.site`` instead of ``zope.app.folder`` and
+  ``zope.app.component``.
+
+- Use ``zope.container`` instead of ``zope.app.container``.
+
+- Move error log bootstrapping logic from ``zope.error`` into this
+  package.  This removes a dependency from zope.error to this
+  package. Also added a test for bootstrapping the error log here,
+  which was missing in ``zope.error``.
+
+
+Version 3.8.0 (2008-08-25)
+--------------------------
+
+- Feature: Developed an entry point that allows you to quickly bring up an
+  application instance for debugging purposes. (Implemented by Marius Gedminas
+  and Stephan Richter.)
+
+
+Version 3.7.0 (2008-08-19)
+--------------------------
+
+- Added ``.product.loadConfiguration`` test-support function; loads product
+  configuration (only) from a file object, allowing test code (including
+  setup) to make use of the same configuration schema support used by normal
+  startup.
+
+
+Version 3.6.0 (2008-07-23)
+--------------------------
+
+- Added additional test support functions to set the configuration for a
+  single section, and save/restore the entire configuration.
+
+
+Version 3.5.0 (2008-06-17)
+--------------------------
+
+- Added helper class for supporting product configuration tests.
+
+- Added documentation for the product configuration API, with tests.
+
+
+Version 3.4.1 (2007-09-27)
+--------------------------
+
+- Egg was faulty, re-released
+
+
+Version 3.4.0 (2007-09-25)
+--------------------------
+
+- Initial documented release
+
+- Reflect changes form zope.app.error refactoring

Deleted: zope.app.appsetup/tags/3.10.0/setup.py
===================================================================
--- zope.app.appsetup/trunk/setup.py	2009-03-19 07:38:14 UTC (rev 98253)
+++ zope.app.appsetup/tags/3.10.0/setup.py	2009-03-19 09:19:20 UTC (rev 98258)
@@ -1,76 +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.appsetup 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.appsetup',
-    version='3.9.1dev',
-    author='Zope Corporation and Contributors',
-    author_email='zope-dev at zope.org',
-    description="Zope app setup helper",
-    long_description=(
-        read('README.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
-        ),
-    license='ZPL 2.1',
-    keywords="zope3 app setup",
-    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://pypi.python.org/pypi/zope.app.appsetup',
-    packages=find_packages('src'),
-    package_dir={'': 'src'},
-    extras_require=dict(test=['zope.app.testing']),
-    namespace_packages=['zope', 'zope.app'],
-    install_requires=['setuptools',
-                      'zope.app.component',
-                      'zope.app.publication',
-                      'zope.component',
-                      'zope.configuration',
-                      'zope.container',
-                      'zope.error',
-                      'zope.event',
-                      'zope.interface',
-                      'zope.location',
-                      'zope.session',
-                      'zope.site',
-                      'zope.security',
-                      'zope.traversing',
-                      'ZODB3',
-                      ],
-    include_package_data=True,
-    zip_safe=False,
-    entry_points = """
-        [console_scripts]
-        debug = zope.app.appsetup.debug:main
-        """,
-    )

Copied: zope.app.appsetup/tags/3.10.0/setup.py (from rev 98257, zope.app.appsetup/trunk/setup.py)
===================================================================
--- zope.app.appsetup/tags/3.10.0/setup.py	                        (rev 0)
+++ zope.app.appsetup/tags/3.10.0/setup.py	2009-03-19 09:19:20 UTC (rev 98258)
@@ -0,0 +1,76 @@
+##############################################################################
+#
+# 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.appsetup 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.appsetup',
+    version='3.10.0',
+    author='Zope Corporation and Contributors',
+    author_email='zope-dev at zope.org',
+    description="Zope app setup helper",
+    long_description=(
+        read('README.txt')
+        + '\n\n' +
+        read('CHANGES.txt')
+        ),
+    license='ZPL 2.1',
+    keywords="zope3 app setup",
+    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://pypi.python.org/pypi/zope.app.appsetup',
+    packages=find_packages('src'),
+    package_dir={'': 'src'},
+    extras_require=dict(test=['zope.app.testing']),
+    namespace_packages=['zope', 'zope.app'],
+    install_requires=['setuptools',
+                      'zope.app.component',
+                      'zope.app.publication',
+                      'zope.component',
+                      'zope.configuration',
+                      'zope.container',
+                      'zope.error',
+                      'zope.event',
+                      'zope.interface',
+                      'zope.location',
+                      'zope.session',
+                      'zope.site',
+                      'zope.security',
+                      'zope.traversing',
+                      'ZODB3',
+                      ],
+    include_package_data=True,
+    zip_safe=False,
+    entry_points = """
+        [console_scripts]
+        debug = zope.app.appsetup.debug:main
+        """,
+    )



More information about the Checkins mailing list