From 47cc42348ab1ef62381cc346b4cc6ac7b311cdd6 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 b96e72e188..0218ac49c2 100644 --- a/versions.cfg +++ b/versions.cfg @@ -25,6 +25,8 @@ zdaemon = 4.1.0 transaction = 1.4.4 Sphinx = 1.3.6 zope.app.locales = 3.7.5 +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 @@ -322,3 +324,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".