[Checkins] SVN: zope.interface/tags/3.0.1/ Package zope.interface-3.0.1 as egg.

Tres Seaver tseaver at palladion.com
Tue Apr 4 16:03:35 EDT 2006


Log message for revision 66440:
  Package zope.interface-3.0.1 as egg.

Changed:
  U   zope.interface/tags/3.0.1/CHANGES.txt
  U   zope.interface/tags/3.0.1/setup.py
  _U  zope.interface/tags/3.0.1/src/zope/

-=-
Modified: zope.interface/tags/3.0.1/CHANGES.txt
===================================================================
--- zope.interface/tags/3.0.1/CHANGES.txt	2006-04-04 19:56:03 UTC (rev 66439)
+++ zope.interface/tags/3.0.1/CHANGES.txt	2006-04-04 20:03:34 UTC (rev 66440)
@@ -1,37 +1,7 @@
 zope.interface Package Changelog
 ================================
 
-zope.interface version 3.2.1 (2006/03/26)
------------------------------------------
 
-- Corresponds to the verison of the zope.interface package shipped as part of
-  the Zope 3.2.1 release.
-
-
-zope.interface version 3.2.0 (2006/01/05)
------------------------------------------
-
-- Corresponds to the verison of the zope.interface package shipped as part of
-  the Zope 3.2.0 release.
-
-- TODO:  note other changes
-
-
-zope.interface version 3.1.0 (2005/10/03)
------------------------------------------
-
-- Corresponds to the verison of the zope.interface package shipped as part of
-  the Zope 3.1.0 release.
-
-- TODO:  note other changes
-
-- Made attribute resolution order consistent with component lookup order,
-  i.e. new-style class MRO semantics.
-
-- Deprecated 'isImplementedBy' and 'isImplementedByInstancesOf' APIs in
-  favor of 'implementedBy' and 'providedBy'.
-
-
 zope.interface version 3.0.1 (2005/07/27)
 -----------------------------------------
 

Modified: zope.interface/tags/3.0.1/setup.py
===================================================================
--- zope.interface/tags/3.0.1/setup.py	2006-04-04 19:56:03 UTC (rev 66439)
+++ zope.interface/tags/3.0.1/setup.py	2006-04-04 20:03:34 UTC (rev 66440)
@@ -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,
@@ -24,9 +24,9 @@
     from distutils.core import setup, Extension
     
 setup(name='zope.interface',
-      version='3.0',
+      version='3.0.1',
 
-      url='http://svn.zope.org/zope.interface',
+      url='http://svn.zope.org/zope.interface/tags/3.0.0',
       license='ZPL 2.1',
       description='Zope 3 Interface Infrastructure',
       author='Zope Corporation and Contributors',


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

   + interface svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.1/src/zope/interface




More information about the Checkins mailing list