[Checkins] SVN: zope.annotation/branches/3.5/ remove with-context AttributeAnnotations adapter

David Glick cvs-admin at zope.org
Mon Mar 18 19:33:07 UTC 2013


Log message for revision 130138:
  remove with-context AttributeAnnotations adapter

Changed:
  U   zope.annotation/branches/3.5/CHANGES.txt
  U   zope.annotation/branches/3.5/setup.py
  U   zope.annotation/branches/3.5/src/zope/annotation/configure.zcml

-=-
Modified: zope.annotation/branches/3.5/CHANGES.txt
===================================================================
--- zope.annotation/branches/3.5/CHANGES.txt	2013-03-18 16:43:54 UTC (rev 130137)
+++ zope.annotation/branches/3.5/CHANGES.txt	2013-03-18 19:33:06 UTC (rev 130138)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.6.0 (2013-03-18)
+------------------
+
+- Don't make AttributeAnnotations available as a view.
+
 3.5.0 (2009-09-07)
 ------------------
 

Modified: zope.annotation/branches/3.5/setup.py
===================================================================
--- zope.annotation/branches/3.5/setup.py	2013-03-18 16:43:54 UTC (rev 130137)
+++ zope.annotation/branches/3.5/setup.py	2013-03-18 19:33:06 UTC (rev 130138)
@@ -24,7 +24,7 @@
 
 setup(
     name='zope.annotation',
-    version='3.5.0',
+    version='3.6.0',
     url='http://pypi.python.org/pypi/zope.annotation',
     license='ZPL 2.1',
     description='Object annotation mechanism',

Modified: zope.annotation/branches/3.5/src/zope/annotation/configure.zcml
===================================================================
--- zope.annotation/branches/3.5/src/zope/annotation/configure.zcml	2013-03-18 16:43:54 UTC (rev 130137)
+++ zope.annotation/branches/3.5/src/zope/annotation/configure.zcml	2013-03-18 19:33:06 UTC (rev 130138)
@@ -6,10 +6,4 @@
       factory=".attribute.AttributeAnnotations"
       />
 
-  <adapter
-      for=".interfaces.IAttributeAnnotatable *"
-      provides=".interfaces.IAnnotations"
-      factory=".attribute.AttributeAnnotations"
-      />
-
 </configure>



More information about the checkins mailing list