[Checkins] SVN: zope.component/trunk/ apply changes made to 3.11.0 tag

Chris McDonough chrism at plope.com
Thu Sep 22 04:12:59 EST 2011


Log message for revision 122886:
  apply changes made to 3.11.0 tag

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

-=-
Modified: zope.component/trunk/CHANGES.txt
===================================================================
--- zope.component/trunk/CHANGES.txt	2011-09-22 09:12:17 UTC (rev 122885)
+++ zope.component/trunk/CHANGES.txt	2011-09-22 09:12:59 UTC (rev 122886)
@@ -28,6 +28,8 @@
   ``IComponentRegistry``, and ``IComponents``.  Backwards compatibility shims
   left in place.
 
+- Depend on zope.interface >= 3.8.0.
+
 3.10.0 (2010-09-25)
 ===================
 

Modified: zope.component/trunk/buildout.cfg
===================================================================
--- zope.component/trunk/buildout.cfg	2011-09-22 09:12:17 UTC (rev 122885)
+++ zope.component/trunk/buildout.cfg	2011-09-22 09:12:59 UTC (rev 122886)
@@ -2,12 +2,7 @@
 develop = .
 parts = test test_c_hookable python sphinx coverage-test coverage-report
 unzip = true
-extensions = mr.developer
-auto-checkout = zope.interface
 
-[sources]
-zope.interface = svn svn+ssh://svn.zope.org/repos/main/zope.interface/trunk
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.component [test,zcml,security,persistentregistry]

Modified: zope.component/trunk/setup.py
===================================================================
--- zope.component/trunk/setup.py	2011-09-22 09:12:17 UTC (rev 122885)
+++ zope.component/trunk/setup.py	2011-09-22 09:12:59 UTC (rev 122886)
@@ -71,7 +71,7 @@
     namespace_packages=['zope',],
     tests_require = tests_require,
     install_requires=['setuptools',
-                      'zope.interface',
+                      'zope.interface>=3.8.0',
                       'zope.event',
                       ],
     include_package_data = True,



More information about the checkins mailing list