[Checkins] SVN: zam.api/trunk/ Remove deprecation warnings.

Stephan Richter srichter at gmail.com
Mon Jul 6 15:04:36 EDT 2009


Log message for revision 101666:
  Remove deprecation warnings.
  

Changed:
  U   zam.api/trunk/CHANGES.txt
  U   zam.api/trunk/setup.py
  U   zam.api/trunk/src/zam/api/browser/tests/ftesting.zcml
  U   zam.api/trunk/src/zam/api/testing.py

-=-
Modified: zam.api/trunk/CHANGES.txt
===================================================================
--- zam.api/trunk/CHANGES.txt	2009-07-06 18:45:43 UTC (rev 101665)
+++ zam.api/trunk/CHANGES.txt	2009-07-06 19:04:36 UTC (rev 101666)
@@ -3,10 +3,10 @@
 =======
 
 
-Version 0.6.0 (unreleased)
+Version 0.6.1 (2009-07-06)
 --------------------------
 
-- ...
+- Remove deprecation warnings.
 
 Version 0.6.0 (2009-07-06)
 --------------------------

Modified: zam.api/trunk/setup.py
===================================================================
--- zam.api/trunk/setup.py	2009-07-06 18:45:43 UTC (rev 101665)
+++ zam.api/trunk/setup.py	2009-07-06 19:04:36 UTC (rev 101666)
@@ -23,7 +23,7 @@
 
 setup (
     name='zam.api',
-    version='0.6.1dev',
+    version='0.6.1',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "API for ZAM (Zope Application Management",

Modified: zam.api/trunk/src/zam/api/browser/tests/ftesting.zcml
===================================================================
--- zam.api/trunk/src/zam/api/browser/tests/ftesting.zcml	2009-07-06 18:45:43 UTC (rev 101665)
+++ zam.api/trunk/src/zam/api/browser/tests/ftesting.zcml	2009-07-06 19:04:36 UTC (rev 101666)
@@ -26,7 +26,7 @@
       factory="zam.api.browser.plugin.PluginManagement"
       for="zam.api.testing.ZAMTestPlugin
            zam.api.browser.tests.IZAMTestPluginLayer
-           zope.app.component.interfaces.ISite"
+           zope.location.interfaces.ISite"
       provides="zam.api.interfaces.IPluginManagement"
       />
 

Modified: zam.api/trunk/src/zam/api/testing.py
===================================================================
--- zam.api/trunk/src/zam/api/testing.py	2009-07-06 18:45:43 UTC (rev 101665)
+++ zam.api/trunk/src/zam/api/testing.py	2009-07-06 19:04:36 UTC (rev 101666)
@@ -21,7 +21,7 @@
 import zope.schema
 from zope.schema.fieldproperty import FieldProperty
 from zope.annotation.interfaces import IAttributeAnnotatable
-from zope.app.component.interfaces import IPossibleSite
+from zope.location.interfaces import IPossibleSite
 from zope.site import folder
 from zope.app.component import site
 



More information about the Checkins mailing list