[Checkins] SVN: zope.interface/trunk/ Move changes from 3.6.2 - 3.6.5 to a new 3.7.x release line.

Tres Seaver tseaver at palladion.com
Sat Aug 13 13:51:49 EDT 2011


Log message for revision 122576:
  Move changes from 3.6.2 - 3.6.5 to a new 3.7.x release line.
  

Changed:
  U   zope.interface/trunk/CHANGES.txt
  U   zope.interface/trunk/setup.py

-=-
Modified: zope.interface/trunk/CHANGES.txt
===================================================================
--- zope.interface/trunk/CHANGES.txt	2011-08-13 17:46:16 UTC (rev 122575)
+++ zope.interface/trunk/CHANGES.txt	2011-08-13 17:51:49 UTC (rev 122576)
@@ -1,14 +1,23 @@
 ``zope.interface Changelog``
 ============================
 
-3.6.6 (unreleased)
+3.7.0 (unreleased)
 ------------------
 
-- LP #825249: Fix test failure (only under 'python setup.py test') in those
-  same new tests.
+- Move changes from 3.6.2 - 3.6.5 to a new 3.7.x release line.
 
-- Fix Python 2.5 incompatibility introduced in new tests of ``__hash__``.
+3.6.6 (2011-08-13)
+------------------
 
+- LP #570942:  Now correctly compare interfaces  from different modules but
+  with the same names.
+  
+  N.B.: This is a less intrusive / destabilizing fix than the one applied in
+  3.6.3:  we only fix the underlying cmp-alike function, rather than adding
+  the other "rich comparison" functions.
+
+- Revert to software as released with 3.6.1 for "stable" 3.6 release branch.
+
 3.6.5 (2011-08-11)
 ------------------
 

Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2011-08-13 17:46:16 UTC (rev 122575)
+++ zope.interface/trunk/setup.py	2011-08-13 17:51:49 UTC (rev 122576)
@@ -102,7 +102,7 @@
     from build_ext_2 import optional_build_ext
     
 setup(name='zope.interface',
-      version='3.6.6dev',
+      version='3.7.0dev',
       url='http://pypi.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Interfaces for Python',



More information about the checkins mailing list