[Checkins] SVN: zope.exceptions/tags/3.0.2/ Package zope.exceptions-3.0.2 as egg.

Tres Seaver tseaver at palladion.com
Tue Apr 4 18:13:44 EDT 2006


Log message for revision 66457:
  Package zope.exceptions-3.0.2 as egg.

Changed:
  U   zope.exceptions/tags/3.0.2/CHANGES.txt
  U   zope.exceptions/tags/3.0.2/setup.py
  _U  zope.exceptions/tags/3.0.2/src/zope/

-=-
Modified: zope.exceptions/tags/3.0.2/CHANGES.txt
===================================================================
--- zope.exceptions/tags/3.0.2/CHANGES.txt	2006-04-04 22:02:41 UTC (rev 66456)
+++ zope.exceptions/tags/3.0.2/CHANGES.txt	2006-04-04 22:13:43 UTC (rev 66457)
@@ -1,6 +1,15 @@
 zope.exceptions Package Changelog
 =================================
 
+zope.exceptions version 3.0.2 (2006/04/04)
+------------------------------------------
+
+- Corresponds to the verison of the zope.exceptions package included as part
+  of the (internal only) Zope X3.0.2 release.
+
+- Made "soft dependency" import strategy for 'zope.security' less fragile
+  w.r.t. spelling of ImportError message.
+
 zope.exceptions version 3.0.0 (2004/11/07)
 ------------------------------------------
 

Modified: zope.exceptions/tags/3.0.2/setup.py
===================================================================
--- zope.exceptions/tags/3.0.2/setup.py	2006-04-04 22:02:41 UTC (rev 66456)
+++ zope.exceptions/tags/3.0.2/setup.py	2006-04-04 22:13:43 UTC (rev 66457)
@@ -24,8 +24,8 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.exceptions',
-      version='3.0.0',
-      url='http://svn.zope.org/zope.exceptions/tags/3.0.0',
+      version='3.0.2',
+      url='http://svn.zope.org/zope.exceptions/tags/3.0.2',
       license='ZPL 2.1',
       description='Zope Exceptions',
       author='Zope Corporation and Contributors',


Property changes on: zope.exceptions/tags/3.0.2/src/zope
___________________________________________________________________
Name: svn:externals
   - exceptions svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.0/src/zope/exceptions

   + exceptions svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.2/src/zope/exceptions




More information about the Checkins mailing list