[Checkins] SVN: zope.app.applicationcontrol/tags/3.4.2/ Release 3.4.2

Marius Gedminas marius at pov.lt
Wed Jul 30 13:48:18 EDT 2008


Log message for revision 89050:
  Release 3.4.2

Changed:
  A   zope.app.applicationcontrol/tags/3.4.2/
  D   zope.app.applicationcontrol/tags/3.4.2/CHANGES.txt
  A   zope.app.applicationcontrol/tags/3.4.2/CHANGES.txt
  D   zope.app.applicationcontrol/tags/3.4.2/INSTALL.txt
  A   zope.app.applicationcontrol/tags/3.4.2/INSTALL.txt
  D   zope.app.applicationcontrol/tags/3.4.2/README.txt
  A   zope.app.applicationcontrol/tags/3.4.2/README.txt
  D   zope.app.applicationcontrol/tags/3.4.2/setup.py
  A   zope.app.applicationcontrol/tags/3.4.2/setup.py

-=-
Copied: zope.app.applicationcontrol/tags/3.4.2 (from rev 89027, zope.app.applicationcontrol/trunk)

Deleted: zope.app.applicationcontrol/tags/3.4.2/CHANGES.txt
===================================================================
--- zope.app.applicationcontrol/trunk/CHANGES.txt	2008-07-30 16:31:35 UTC (rev 89027)
+++ zope.app.applicationcontrol/tags/3.4.2/CHANGES.txt	2008-07-30 17:48:17 UTC (rev 89050)
@@ -1,21 +0,0 @@
-=======
-CHANGES
-=======
-
-Version 3.4.2 (unreleased)
---------------------------
-
-- Fixed deprecation warning in ftesting.zcml: import ZopeSecurityPolicy from
-  the new location.
-
-Version 3.4.1 (2007-09-27)
---------------------------
-
-- rebumped to replace faulty egg
-
-Version 3.4.0 (2007-09-25)
---------------------------
-
-- Initial documented release
-
-- Reflect changes form zope.app.error refactoring

Copied: zope.app.applicationcontrol/tags/3.4.2/CHANGES.txt (from rev 89049, zope.app.applicationcontrol/trunk/CHANGES.txt)
===================================================================
--- zope.app.applicationcontrol/tags/3.4.2/CHANGES.txt	                        (rev 0)
+++ zope.app.applicationcontrol/tags/3.4.2/CHANGES.txt	2008-07-30 17:48:17 UTC (rev 89050)
@@ -0,0 +1,28 @@
+=======
+CHANGES
+=======
+
+Version 3.4.2 (2008-07-30)
+--------------------------
+
+- Substitute zope.app.zapi by direct calls to its wrapped apis.
+  See http://launchpad.net/bugs/219302
+
+- Bugfix: ZopeVersion used to report an unknown version when running on a
+  machine with a locale different than English.
+  See http://launchpad.net/bugs/177733
+
+- Fixed deprecation warning in ftesting.zcml: import ZopeSecurityPolicy from
+  the new location.
+
+Version 3.4.1 (2007-09-27)
+--------------------------
+
+- rebumped to replace faulty egg
+
+Version 3.4.0 (2007-09-25)
+--------------------------
+
+- Initial documented release
+
+- Reflect changes form zope.app.error refactoring

Deleted: zope.app.applicationcontrol/tags/3.4.2/INSTALL.txt
===================================================================
--- zope.app.applicationcontrol/trunk/INSTALL.txt	2008-07-30 16:31:35 UTC (rev 89027)
+++ zope.app.applicationcontrol/tags/3.4.2/INSTALL.txt	2008-07-30 17:48:17 UTC (rev 89050)
@@ -1,81 +0,0 @@
-=======================
-Installing This Package
-=======================
-
-Prerequisites
--------------
-
-The installation steps below assume that you have the cool new 'setuptools'
-package installed in your Python.  Here is where to get it:
-
-  $ wget http://peak.telecommunity.com/dist/ez_setup.py
-  $ /path/to/your/python ez_setup.py # req. write access to 'site-packages'
-
-  - Docs for EasyInstall:
-    http://peak.telecommunity.com/DevCenter/EasyInstall
-
-  - Docs for setuptools:
-    http://peak.telecommunity.com/DevCenter/setuptools
-
-  - Docs for eggs:
-    http://peak.telecommunity.com/DevCenter/PythonEggs
-
-
-Installing a Development Checkout
----------------------------------
-
-Check out the package from subversion:
-
-  $ svn co svn+ssh://svn.zope.org/repos/main/zope.app.applicationcontrol/trunk \
-    src/zope.app.applicationcontrol
-  $ cd src/zope.app.applicationcontrol
-
-Install it as a "devlopment egg" (which also installs its "hard"
-dependencies):
-
-  $ /path/to/your/python setup.py devel
-
-The installation of dependency eggs uses the 'setup.cfg' file in
-the checkout.  You can supply '--find-links' on the command line to
-point it at a non-standard package repository.
-
-
-Running the Tests
------------------
-
-To test the package, you will also need the 'zope.testing' package, which
-can't (yet) be automatically installed.  Eventually, you should be able to
-type:
-
-  $ /path/to/your/python setup.py test
-
-and have it install the "testing dependencies."  Today, the workaround
-is to install it manually:
-
-  $ /path/to/easy_install --find-links="...." zope.testing
-
-You can then run the tests (finally) from the checkout directory:
-
-  $ /path/to/your/python test.py
-    Running:
-      .............
-    Ran 13 tests with 0 failures and 0 errors in 0.094 seconds.
-
-
-Installing a Source Distribution
---------------------------------
-
-You can also install it from a source distribution:
-
-  $ /path/to/easy_install --find-links="...." -eb src zope.app.applicationcontrol
-  $ cd src/zope.app.applicationcontrol
-  $ /path/to/your/python setup.py devel
-
-
-Installing a Binary Egg
------------------------
-
-Install the package as a "binary egg" (which also installs its "hard"
-dependencies):
-
-  $ /path/to/easy_install --find-links="...." zope.app.applicationcontrol

Copied: zope.app.applicationcontrol/tags/3.4.2/INSTALL.txt (from rev 89048, zope.app.applicationcontrol/trunk/INSTALL.txt)
===================================================================
--- zope.app.applicationcontrol/tags/3.4.2/INSTALL.txt	                        (rev 0)
+++ zope.app.applicationcontrol/tags/3.4.2/INSTALL.txt	2008-07-30 17:48:17 UTC (rev 89050)
@@ -0,0 +1,81 @@
+=======================
+Installing This Package
+=======================
+
+Prerequisites
+-------------
+
+The installation steps below assume that you have the cool new 'setuptools'
+package installed in your Python.  Here is where to get it::
+
+  $ wget http://peak.telecommunity.com/dist/ez_setup.py
+  $ /path/to/your/python ez_setup.py # req. write access to 'site-packages'
+
+- Docs for EasyInstall:
+  http://peak.telecommunity.com/DevCenter/EasyInstall
+
+- Docs for setuptools:
+  http://peak.telecommunity.com/DevCenter/setuptools
+
+- Docs for eggs:
+  http://peak.telecommunity.com/DevCenter/PythonEggs
+
+
+Installing a Development Checkout
+---------------------------------
+
+Check out the package from subversion::
+
+  $ svn co svn+ssh://svn.zope.org/repos/main/zope.app.applicationcontrol/trunk \
+    src/zope.app.applicationcontrol
+  $ cd src/zope.app.applicationcontrol
+
+Install it as a "devlopment egg" (which also installs its "hard"
+dependencies)::
+
+  $ /path/to/your/python setup.py devel
+
+The installation of dependency eggs uses the 'setup.cfg' file in
+the checkout.  You can supply '--find-links' on the command line to
+point it at a non-standard package repository.
+
+
+Running the Tests
+-----------------
+
+To test the package, you will also need the 'zope.testing' package, which
+can't (yet) be automatically installed.  Eventually, you should be able to
+type::
+
+  $ /path/to/your/python setup.py test
+
+and have it install the "testing dependencies."  Today, the workaround
+is to install it manually::
+
+  $ /path/to/easy_install --find-links="...." zope.testing
+
+You can then run the tests (finally) from the checkout directory::
+
+  $ /path/to/your/python test.py
+  Running:
+    .............
+  Ran 13 tests with 0 failures and 0 errors in 0.094 seconds.
+
+
+Installing a Source Distribution
+--------------------------------
+
+You can also install it from a source distribution::
+
+  $ /path/to/easy_install --find-links="...." -eb src zope.app.applicationcontrol
+  $ cd src/zope.app.applicationcontrol
+  $ /path/to/your/python setup.py devel
+
+
+Installing a Binary Egg
+-----------------------
+
+Install the package as a "binary egg" (which also installs its "hard"
+dependencies)::
+
+  $ /path/to/easy_install --find-links="...." zope.app.applicationcontrol

Deleted: zope.app.applicationcontrol/tags/3.4.2/README.txt
===================================================================
--- zope.app.applicationcontrol/trunk/README.txt	2008-07-30 16:31:35 UTC (rev 89027)
+++ zope.app.applicationcontrol/tags/3.4.2/README.txt	2008-07-30 17:48:17 UTC (rev 89050)
@@ -1,21 +0,0 @@
-The application control instance is usually generated upon startup.
-This package provides runtime information adapter for application
-control and Zope version.  Also provide a utility with methods for
-shutting down and restarting the server.
-
-
-Developer Resources
--------------------
-
-- Subversion browser:
-
-  http://svn.zope.org/zope.app.applicationcontrol/
-
-- Read-only Subversion checkout:
-
-  $ svn co svn://svn.zope.org/repos/main/zope.app.applicationcontrol/trunk
-
-- Writable Subversion checkout:
-
-  $ svn co svn+ssh://userid@svn.zope.org/repos/main/zope.app.applicationcontrol/trunk
-

Copied: zope.app.applicationcontrol/tags/3.4.2/README.txt (from rev 89048, zope.app.applicationcontrol/trunk/README.txt)
===================================================================
--- zope.app.applicationcontrol/tags/3.4.2/README.txt	                        (rev 0)
+++ zope.app.applicationcontrol/tags/3.4.2/README.txt	2008-07-30 17:48:17 UTC (rev 89050)
@@ -0,0 +1,25 @@
+===========================
+zope.app.applicationcontrol
+===========================
+
+The application control instance is usually generated upon startup.
+This package provides runtime information adapter for application
+control and Zope version.  Also provide a utility with methods for
+shutting down and restarting the server.
+
+
+Developer Resources
+-------------------
+
+- Subversion browser:
+
+    http://svn.zope.org/zope.app.applicationcontrol/
+
+- Read-only Subversion checkout::
+
+  $ svn co svn://svn.zope.org/repos/main/zope.app.applicationcontrol/trunk
+
+- Writable Subversion checkout::
+
+  $ svn co svn+ssh://userid@svn.zope.org/repos/main/zope.app.applicationcontrol/trunk
+

Deleted: zope.app.applicationcontrol/tags/3.4.2/setup.py
===================================================================
--- zope.app.applicationcontrol/trunk/setup.py	2008-07-30 16:31:35 UTC (rev 89027)
+++ zope.app.applicationcontrol/tags/3.4.2/setup.py	2008-07-30 17:48:17 UTC (rev 89050)
@@ -1,63 +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.applicationcontrol 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.applicationcontrol',
-    version = '3.4.2dev',
-    author='Zope Corporation and Contributors',
-    author_email='zope3-dev at zope.org',
-    description='Zope applicationcontrol',
-    long_description=(
-        read('README.txt')
-        + '\n\n' +
-        read('INSTALL.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
-        ),
-    license='ZPL 2.1',
-    keywords = "zope3 application control",
-    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.applicationcontrol',
-    extras_require=dict(
-        test=['zope.app.testing']),
-    package_dir = {'': 'src'},
-    packages=find_packages('src'),
-    namespace_packages=['zope', 'zope.app'],
-    install_requires=['setuptools',
-                      'zope.error',
-                      'zope.interface',
-                      'zope.i18n',
-                      'zope.size',],
-    include_package_data = True,
-    zip_safe = False,
-    )

Copied: zope.app.applicationcontrol/tags/3.4.2/setup.py (from rev 89049, zope.app.applicationcontrol/trunk/setup.py)
===================================================================
--- zope.app.applicationcontrol/tags/3.4.2/setup.py	                        (rev 0)
+++ zope.app.applicationcontrol/tags/3.4.2/setup.py	2008-07-30 17:48:17 UTC (rev 89050)
@@ -0,0 +1,63 @@
+##############################################################################
+#
+# 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.applicationcontrol 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.applicationcontrol',
+    version = '3.4.2',
+    author='Zope Corporation and Contributors',
+    author_email='zope3-dev at zope.org',
+    description='Zope applicationcontrol',
+    long_description=(
+        read('README.txt')
+        + '\n\n' +
+        read('INSTALL.txt')
+        + '\n\n' +
+        read('CHANGES.txt')
+        ),
+    license='ZPL 2.1',
+    keywords = "zope3 application control",
+    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.applicationcontrol',
+    extras_require=dict(
+        test=['zope.app.testing']),
+    package_dir = {'': 'src'},
+    packages=find_packages('src'),
+    namespace_packages=['zope', 'zope.app'],
+    install_requires=['setuptools',
+                      'zope.error',
+                      'zope.interface',
+                      'zope.i18n',
+                      'zope.size',],
+    include_package_data = True,
+    zip_safe = False,
+    )



More information about the Checkins mailing list