From a0b30d2e2312771884ac61fc139c07a5a32c7d68 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 18 Dec 2023 15:07:01 +0100 Subject: [PATCH 1/2] Update to current versions. --- ztk-versions.cfg | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/ztk-versions.cfg b/ztk-versions.cfg index 7abd2a0..2af7710 100644 --- a/ztk-versions.cfg +++ b/ztk-versions.cfg @@ -12,9 +12,9 @@ zope.catalog = 5.0 zope.component = 6.0 zope.componentvocabulary = 2.3.0 zope.configuration = 5.0 -zope.container = 5.1 +zope.container = 5.2 zope.contentprovider = 5.0 -zope.contenttype = 5.0 +zope.contenttype = 5.1 zope.copy = 4.3 zope.copypastemove = 5.0 zope.datetime = 5.0.0 @@ -27,11 +27,11 @@ zope.event = 5.0 zope.exceptions = 5.0.1 zope.filerepresentation = 6.0 zope.formlib = 6.0 -zope.hookable = 5.4 +zope.hookable = 6.0 zope.i18n = 5.1 -zope.i18nmessageid = 6.0.1 +zope.i18nmessageid = 6.1.0 zope.index = 6.0 -zope.interface = 6.0 +zope.interface = 6.1 zope.intid = 5.0 zope.keyreference = 6.0 zope.lifecycleevent = 5.0 @@ -45,12 +45,12 @@ zope.pluggableauth = 3.0 zope.principalannotation = 5.0 zope.principalregistry = 5.0 zope.processlifetime = 3.0 -zope.proxy = 5.0.0 +zope.proxy = 5.1 zope.ptresource = 5.0 zope.publisher = 7.0 zope.ramcache = 3.0 zope.schema = 7.0.1 -zope.security = 6.1 +zope.security = 6.2 zope.securitypolicy = 5.0 zope.sendmail = 6.0 zope.session = 5.1 @@ -60,32 +60,32 @@ zope.structuredtext = 5.0 zope.tal = 5.0.1 zope.tales = 6.0 zope.testing = 5.0.1 -zope.testrunner = 6.1 +zope.testrunner = 6.2 zope.traversing = 5.0 zope.untrustedpython = 6.0 zope.viewlet = 5.0 # Direct dependencies -BTrees = 5.0 -RestrictedPython = 6.2 +BTrees = 5.1 +RestrictedPython = 7.0 ZConfig = 4.0 ZODB = 5.8.1 -bcrypt = 4.0.1 -cffi = 1.15.1 +bcrypt = 4.1.2 +cffi = 1.16.0 multipart = 0.2.4 -persistent = 5.0 +persistent = 5.1 pycparser = 2.21 python-gettext = 5.0 pytz = 2023.3.post1 -transaction = 3.1.0 +transaction = 4.0 zc.lockfile = 3.0.post1 -zodbpickle = 3.0.1 +zodbpickle = 3.1 # Hopefully we can get rid of it sometime: six = 1.16.0 # Testing tools -coverage = 7.3.1 +coverage = 7.3.3 manuel = 1.12.4 # ZTK buildout dependencies @@ -98,3 +98,5 @@ zc.recipe.testrunner = 3.0 [versions:python37] # Version 7.3+ requires Python 3.8+ coverage = 7.2.7 +# Version 1.16.0+ requires Python 3.8+ +cffi = 1.15.1 From db07242e2746118a557bd08f1fe27f2fa5cd8749 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 18 Dec 2023 15:13:36 +0100 Subject: [PATCH 2/2] Ping GHA. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ca0b2e5..fc9e63b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -292,7 +292,7 @@ epub_title = u'zopetoolkit' epub_author = u'Zope Foundation and Contributors' epub_publisher = u'Zope Foundation and Contributors' -epub_copyright = u'2015, Zope Foundation and Contributors' +epub_copyright = u'2015-2023, Zope Foundation and Contributors' # The basename for the epub file. It defaults to the project name. # epub_basename = u'zopetoolkit'