[Checkins] SVN: zope.interface/trunk/ Merge changelog entry from 3.6 branch

Hanno Schlichting hannosch at hannosch.eu
Sat Aug 20 12:58:50 EDT 2011


Log message for revision 122648:
  Merge changelog entry from 3.6 branch
  

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-20 16:53:40 UTC (rev 122647)
+++ zope.interface/trunk/CHANGES.txt	2011-08-20 16:58:49 UTC (rev 122648)
@@ -9,6 +9,12 @@
 
 - Move changes from 3.6.2 - 3.6.5 to a new 3.7.x release line.
 
+3.6.7 (2011-08-20)
+------------------
+
+- Fix sporadic failures on x86-64 platforms in tests of rich comparisons
+  of interfaces.
+
 3.6.6 (2011-08-13)
 ------------------
 

Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2011-08-20 16:53:40 UTC (rev 122647)
+++ zope.interface/trunk/setup.py	2011-08-20 16:58:49 UTC (rev 122648)
@@ -80,7 +80,7 @@
         read('CHANGES.txt')
         )
 
-try: # Zope 3 setuptools versions
+try: # Zope setuptools versions
     from build_ext_3 import optional_build_ext
     # This is Python 3. Setuptools is now required, and so is zope.fixers.
     extra['install_requires'] = ['setuptools']



More information about the checkins mailing list