[Checkins] SVN: zope.exceptions/tags/3.0.0/ Release engineering for zope.exceptions-3.0.0 eggification.

Tres Seaver tseaver at palladion.com
Tue Apr 4 12:15:23 EDT 2006


Log message for revision 66404:
  Release engineering for zope.exceptions-3.0.0 eggification.

Changed:
  U   zope.exceptions/tags/3.0.0/CHANGES.txt
  U   zope.exceptions/tags/3.0.0/setup.cfg.in
  U   zope.exceptions/tags/3.0.0/setup.py
  _U  zope.exceptions/tags/3.0.0/src/zope/

-=-
Modified: zope.exceptions/tags/3.0.0/CHANGES.txt
===================================================================
--- zope.exceptions/tags/3.0.0/CHANGES.txt	2006-04-04 16:13:19 UTC (rev 66403)
+++ zope.exceptions/tags/3.0.0/CHANGES.txt	2006-04-04 16:15:22 UTC (rev 66404)
@@ -1,17 +1,6 @@
 zope.exceptions Package Changelog
 =================================
 
-zope.exceptions version 3.2.0 (2006/01/05)
-------------------------------------------
-
-- Corresponds to the verison of the zope.exceptions package shipped as part of
-  the Zope 3.2.0 release.
-
-- Deprecated the 'INotFoundError' interface and the corresponding
-  'NotFoundError' exception class, in favor of "standard" exceptions
-  (AttributeError, KeyError).  The deprecated items will be removed in
-  Zope 3.3.
-
 zope.exceptions version 3.0.0 (2004/11/07)
 ------------------------------------------
 

Modified: zope.exceptions/tags/3.0.0/setup.cfg.in
===================================================================
--- zope.exceptions/tags/3.0.0/setup.cfg.in	2006-04-04 16:13:19 UTC (rev 66403)
+++ zope.exceptions/tags/3.0.0/setup.cfg.in	2006-04-04 16:15:22 UTC (rev 66404)
@@ -1,6 +1,2 @@
 [development]
 depends = zope.testing
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1

Modified: zope.exceptions/tags/3.0.0/setup.py
===================================================================
--- zope.exceptions/tags/3.0.0/setup.py	2006-04-04 16:13:19 UTC (rev 66403)
+++ zope.exceptions/tags/3.0.0/setup.py	2006-04-04 16:15:22 UTC (rev 66404)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup for zope.i18nmessageid package
+"""Setup for zope.exceptions package
 
 $Id$
 """
@@ -24,10 +24,10 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.exceptions',
-      version='3.0',
-      url='http://svn.zope.org/zope.exceptions',
+      version='3.0.0',
+      url='http://svn.zope.org/zope.exceptions/tags/3.0.0',
       license='ZPL 2.1',
-      description='exceptions',
+      description='Zope Exceptions',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       long_description="This package contains exception interfaces "
@@ -40,8 +40,7 @@
 
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
-      install_requires=['zope.deprecation',
-                        'zope.interface',
+      install_requires=['zope.interface',
                        ],
       include_package_data = True,
 


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

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




More information about the Checkins mailing list