[Checkins] SVN: zope.app.component/trunk/ Removed unnecessary dependency on ``zope.app.interface``.

Michael Howitz mh at gocept.com
Sat Jul 11 08:18:46 EDT 2009


Log message for revision 101817:
  Removed unnecessary dependency on ``zope.app.interface``.
  

Changed:
  U   zope.app.component/trunk/CHANGES.txt
  U   zope.app.component/trunk/buildout.cfg
  U   zope.app.component/trunk/setup.py

-=-
Modified: zope.app.component/trunk/CHANGES.txt
===================================================================
--- zope.app.component/trunk/CHANGES.txt	2009-07-11 12:16:10 UTC (rev 101816)
+++ zope.app.component/trunk/CHANGES.txt	2009-07-11 12:18:46 UTC (rev 101817)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+3.8.3 (unreleased)
+------------------
+
+- Removed unnecessary dependency on ``zope.app.interface``.
+
+
 3.8.2 (2009-05-22)
 ------------------
 
@@ -25,7 +31,7 @@
   were in zope.app.componentvocabulary now, import them from there for
   backwards compatibility.
 
-- moved zope:resource and zope:view directive implementation and tests  
+- moved zope:resource and zope:view directive implementation and tests
   over into zope.component [zcml].
 
 3.7.0 (2009-04-01)
@@ -40,7 +46,7 @@
 
 - Make ``class`` directive schemas importable from old location,
   raising a deprecation warning. It was moved in the previous release,
-  but some custom directives could possibly use its schemas. 
+  but some custom directives could possibly use its schemas.
 
 - Deprecate import of ClassDirective to announce about new location.
 

Modified: zope.app.component/trunk/buildout.cfg
===================================================================
--- zope.app.component/trunk/buildout.cfg	2009-07-11 12:16:10 UTC (rev 101816)
+++ zope.app.component/trunk/buildout.cfg	2009-07-11 12:18:46 UTC (rev 101817)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . 
+develop = .
 parts = test coverage-test coverage-report
 
 [test]

Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2009-07-11 12:16:10 UTC (rev 101816)
+++ zope.app.component/trunk/setup.py	2009-07-11 12:18:46 UTC (rev 101817)
@@ -62,7 +62,6 @@
           'zope.site',
           'zope.annotation',
           'zope.app.container',
-          'zope.app.interface >= 3.5.0',
           'zope.app.pagetemplate',
           'zope.cachedescriptors',
           'zope.component [hook,zcml]',



More information about the Checkins mailing list