[Checkins] SVN: Zope/trunk/ Moved the ``zExceptions`` package into its own distribution.

Hanno Schlichting hannosch at hannosch.eu
Sat Jun 5 12:12:32 EDT 2010


Log message for revision 113151:
  Moved the ``zExceptions`` package into its own distribution.
  

Changed:
  U   Zope/trunk/buildout.cfg
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/setup.py
  D   Zope/trunk/src/zExceptions/
  U   Zope/trunk/versions.cfg

-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2010-06-05 16:04:46 UTC (rev 113150)
+++ Zope/trunk/buildout.cfg	2010-06-05 16:12:31 UTC (rev 113151)
@@ -46,6 +46,7 @@
     RestrictedPython
     initgroups
     tempstorage
+    zExceptions
     ZopeUndo
     zope.browser
     zope.browsermenu

Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2010-06-05 16:04:46 UTC (rev 113150)
+++ Zope/trunk/doc/CHANGES.rst	2010-06-05 16:12:31 UTC (rev 113151)
@@ -11,6 +11,8 @@
 Restructuring
 +++++++++++++
 
+- Moved the ``zExceptions`` package into its own distribution.
+
 - Completely refactored ``ZPublisher.WSGIResponse`` in order to provide
   non-broken support for running Zope under arbitrary WSGI servers. In this
   (alternate) scenario, transaction handling, request retry, error handling,

Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2010-06-05 16:04:46 UTC (rev 113150)
+++ Zope/trunk/setup.py	2010-06-05 16:12:31 UTC (rev 113151)
@@ -76,6 +76,7 @@
       'tempstorage',
       'transaction',
       'zdaemon',
+      'zExceptions',
       'zope.browser',
       'zope.browsermenu',
       'zope.browserpage',

Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg	2010-06-05 16:04:46 UTC (rev 113150)
+++ Zope/trunk/versions.cfg	2010-06-05 16:12:31 UTC (rev 113151)
@@ -14,6 +14,7 @@
 Record = 2.13.0
 RestrictedPython = 3.5.2
 tempstorage = 2.11.3
+zExceptions = 2.13.0
 ZopeUndo = 2.12.0
 
 # Zope2 dependencies



More information about the checkins mailing list