From b1f5e5de58da161cd4b7bb6563d0b470014186b2 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Wed, 5 Oct 2016 09:20:16 +0200 Subject: [PATCH] update zope.component and zope.interface, annotate why we use those versions. --- versions.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/versions.cfg b/versions.cfg index 730e8894aa..a5a386b5c8 100644 --- a/versions.cfg +++ b/versions.cfg @@ -24,6 +24,8 @@ coverage = 3.7.1 zdaemon = 4.1.0 transaction = 1.4.4 Sphinx = 1.3.6 +zope.component = 3.12.1 +zope.interface = 4.2.0 # required for recent z3c.form and chameleon zope.pagetemplate = 3.6.3 # Support for more complex catalog queries @@ -321,3 +323,11 @@ plone.app.drafts = 1.1.1 plone.app.tiles = 2.2.1 plone.tiles = 1.8.0 plone.app.ldap = 1.4.0 + +[versionannotations] +# keep this alphabetical please +zope.component = + Major changes in 4.0.0, needs check if we can run Plone with them, stick with 3.12.1 +zope.interface = + Starting with 4.3.0 hashing in (un-)registerUtility was changed. + This leads into "TypeError: cannot create weak reference to 'Acquisition.ImplicitAcquisitionWrapper' object".