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

Chris McDonough chrism at plope.com
Thu Sep 22 04:09:28 EST 2011


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

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

-=-
Modified: zope.component/tags/3.11.0/CHANGES.txt
===================================================================
--- zope.component/tags/3.11.0/CHANGES.txt	2011-09-22 09:06:59 UTC (rev 122883)
+++ zope.component/tags/3.11.0/CHANGES.txt	2011-09-22 09:09:28 UTC (rev 122884)
@@ -23,8 +23,6 @@
   ``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/tags/3.11.0/buildout.cfg
===================================================================
--- zope.component/tags/3.11.0/buildout.cfg	2011-09-22 09:06:59 UTC (rev 122883)
+++ zope.component/tags/3.11.0/buildout.cfg	2011-09-22 09:09:28 UTC (rev 122884)
@@ -2,7 +2,12 @@
 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/tags/3.11.0/setup.py
===================================================================
--- zope.component/tags/3.11.0/setup.py	2011-09-22 09:06:59 UTC (rev 122883)
+++ zope.component/tags/3.11.0/setup.py	2011-09-22 09:09:28 UTC (rev 122884)
@@ -71,7 +71,7 @@
     namespace_packages=['zope',],
     tests_require = tests_require,
     install_requires=['setuptools',
-                      'zope.interface>=3.8.0',
+                      'zope.interface',
                       'zope.event',
                       ],
     include_package_data = True,



More information about the checkins mailing list