[Checkins] SVN: zope.security/branches/3.9/ Compatibility w/ zope.proxy >= 4.1.0 (now required).

Tres Seaver cvs-admin at zope.org
Sat Dec 22 01:24:22 UTC 2012


Log message for revision 128854:
  Compatibility w/ zope.proxy >= 4.1.0 (now required).

Changed:
  U   zope.security/branches/3.9/CHANGES.txt
  U   zope.security/branches/3.9/setup.py

-=-
Modified: zope.security/branches/3.9/CHANGES.txt
===================================================================
--- zope.security/branches/3.9/CHANGES.txt	2012-12-22 01:20:05 UTC (rev 128853)
+++ zope.security/branches/3.9/CHANGES.txt	2012-12-22 01:24:21 UTC (rev 128854)
@@ -2,11 +2,18 @@
 CHANGES
 =======
 
-3.8.5 (unreleased)
+3.9.0 (unreleased)
 ------------------
 
-- TBD
+- Ship with an included ``proxy.h`` header which is compatible with the
+  4.1.x version ov ``zope.proxy``.
 
+3.8.5 (2012-12-21)
+------------------
+
+- Ship with an included ``proxy.h`` header which is compatible with the
+  supported versions of ``zope.proxy``.
+
 3.8.4 (2012-12-20)
 ------------------
 

Modified: zope.security/branches/3.9/setup.py
===================================================================
--- zope.security/branches/3.9/setup.py	2012-12-22 01:20:05 UTC (rev 128853)
+++ zope.security/branches/3.9/setup.py	2012-12-22 01:24:21 UTC (rev 128854)
@@ -68,7 +68,7 @@
                         'zope.i18nmessageid',
                         'zope.interface',
                         'zope.location',
-                        'zope.proxy >= 3.4.2, <4.1dev',
+                        'zope.proxy >= 4.1.0',
                         'zope.schema',
                         ],
       extras_require = dict(



More information about the checkins mailing list