From 0fc910b0d878e3ca68e6b884c4c0e4d48fc9e303 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Sun, 3 Nov 2024 14:53:38 +0100 Subject: [PATCH] - version pins for Zope 5.11.1 and master --- README.md | 7 +++ releases/5.11.1/constraints.txt | 80 ++++++++++++++++++++++++ releases/5.11.1/requirements-full.txt | 81 ++++++++++++++++++++++++ releases/5.11.1/versions-prod.cfg | 89 +++++++++++++++++++++++++++ releases/5.11.1/versions.cfg | 78 +++++++++++++++++++++++ releases/master/constraints.txt | 11 ++-- releases/master/requirements-full.txt | 11 ++-- releases/master/versions-prod.cfg | 12 ++-- releases/master/versions.cfg | 6 +- 9 files changed, 357 insertions(+), 18 deletions(-) create mode 100644 releases/5.11.1/constraints.txt create mode 100644 releases/5.11.1/requirements-full.txt create mode 100644 releases/5.11.1/versions-prod.cfg create mode 100644 releases/5.11.1/versions.cfg diff --git a/README.md b/README.md index 2062a5a9f9..baf9771c9e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ (files created from the 4.x branch but not necessarily in sync with it) +## 5.11.1 + +* [versions.cfg](releases/5.11.1/versions.cfg) +* [versions-prod.cfg](releases/5.11.1/versions-prod.cfg) +* [requirements-full.txt](releases/5.11.1/requirements-full.txt) +* [constraints.txt](releases/5.11.1/constraints.txt) + ## 5.11 * [versions.cfg](releases/5.11/versions.cfg) diff --git a/releases/5.11.1/constraints.txt b/releases/5.11.1/constraints.txt new file mode 100644 index 0000000000..57b1b62411 --- /dev/null +++ b/releases/5.11.1/constraints.txt @@ -0,0 +1,80 @@ +AccessControl==7.2 +Acquisition==6.1 +AuthEncoding==5.0 +BTrees==6.1 +Chameleon==4.4.4; python_version == '3.8' +Chameleon==4.4.4; python_version > '3.8' +DateTime==5.5 +DocumentTemplate==4.6 +ExtensionClass==6.0 +MultiMapping==5.0 +Paste==3.10.1 +PasteDeploy==3.1.0 +Persistence==5.1 +RestrictedPython==7.4 +WSGIProxy2==0.5.1 +WebOb==1.8.9 +WebTest==3.0.1 +ZConfig==4.1 +ZODB==6.0 +Zope2==4.0 +beautifulsoup4==4.12.3 +cffi==1.17.1 +multipart==0.2.5 +persistent==6.1 +pycparser==2.22 +python-gettext==5.0 +pytz==2024.2 +roman==4.2 +six==1.16.0 +soupsieve==2.6 +transaction==5.0 +waitress==3.0.0; python_version == '3.8' +waitress==3.0.1; python_version > '3.8' +z3c.pt==4.4 +zExceptions==5.0 +zc.lockfile==3.0.post1 +zc.recipe.egg==2.0.7 +zodbpickle==4.1.1 +zope.annotation==5.0 +zope.browser==3.0 +zope.browsermenu==5.0 +zope.browserpage==5.0 +zope.browserresource==5.1 +zope.cachedescriptors==5.0 +zope.component==6.0 +zope.configuration==5.0.1 +zope.container==6.1 +zope.contentprovider==6.0 +zope.contenttype==5.1 +zope.datetime==5.0.0 +zope.deferredimport==5.0 +zope.deprecation==5.0 +zope.dottedname==6.0 +zope.event==5.0 +zope.exceptions==5.2 +zope.filerepresentation==6.0 +zope.globalrequest==2.0 +zope.hookable==7.0 +zope.i18n==5.2 +zope.i18nmessageid==7.0 +zope.interface==7.1.1 +zope.lifecycleevent==5.0 +zope.location==5.0 +zope.pagetemplate==5.1 +zope.processlifetime==3.0 +zope.proxy==6.1 +zope.ptresource==5.0 +zope.publisher==7.1 +zope.schema==7.0.1 +zope.security==7.3 +zope.sequencesort==5.0 +zope.site==5.0 +zope.size==5.0 +zope.structuredtext==5.0 +zope.tal==5.0.1 +zope.tales==6.0 +zope.testbrowser==7.0 +zope.testing==5.0.1 +zope.traversing==5.0 +zope.viewlet==5.0 diff --git a/releases/5.11.1/requirements-full.txt b/releases/5.11.1/requirements-full.txt new file mode 100644 index 0000000000..182859933d --- /dev/null +++ b/releases/5.11.1/requirements-full.txt @@ -0,0 +1,81 @@ +Zope==5.11.1 +AccessControl==7.2 +Acquisition==6.1 +AuthEncoding==5.0 +BTrees==6.1 +Chameleon==4.4.4; python_version == '3.8' +Chameleon==4.4.4; python_version > '3.8' +DateTime==5.5 +DocumentTemplate==4.6 +ExtensionClass==6.0 +MultiMapping==5.0 +Paste==3.10.1 +PasteDeploy==3.1.0 +Persistence==5.1 +RestrictedPython==7.4 +WSGIProxy2==0.5.1 +WebOb==1.8.9 +WebTest==3.0.1 +ZConfig==4.1 +ZODB==6.0 +Zope2==4.0 +beautifulsoup4==4.12.3 +cffi==1.17.1 +multipart==0.2.5 +persistent==6.1 +pycparser==2.22 +python-gettext==5.0 +pytz==2024.2 +roman==4.2 +six==1.16.0 +soupsieve==2.6 +transaction==5.0 +waitress==3.0.0; python_version == '3.8' +waitress==3.0.1; python_version > '3.8' +z3c.pt==4.4 +zExceptions==5.0 +zc.lockfile==3.0.post1 +zc.recipe.egg==2.0.7 +zodbpickle==4.1.1 +zope.annotation==5.0 +zope.browser==3.0 +zope.browsermenu==5.0 +zope.browserpage==5.0 +zope.browserresource==5.1 +zope.cachedescriptors==5.0 +zope.component==6.0 +zope.configuration==5.0.1 +zope.container==6.1 +zope.contentprovider==6.0 +zope.contenttype==5.1 +zope.datetime==5.0.0 +zope.deferredimport==5.0 +zope.deprecation==5.0 +zope.dottedname==6.0 +zope.event==5.0 +zope.exceptions==5.2 +zope.filerepresentation==6.0 +zope.globalrequest==2.0 +zope.hookable==7.0 +zope.i18n==5.2 +zope.i18nmessageid==7.0 +zope.interface==7.1.1 +zope.lifecycleevent==5.0 +zope.location==5.0 +zope.pagetemplate==5.1 +zope.processlifetime==3.0 +zope.proxy==6.1 +zope.ptresource==5.0 +zope.publisher==7.1 +zope.schema==7.0.1 +zope.security==7.3 +zope.sequencesort==5.0 +zope.site==5.0 +zope.size==5.0 +zope.structuredtext==5.0 +zope.tal==5.0.1 +zope.tales==6.0 +zope.testbrowser==7.0 +zope.testing==5.0.1 +zope.traversing==5.0 +zope.viewlet==5.0 diff --git a/releases/5.11.1/versions-prod.cfg b/releases/5.11.1/versions-prod.cfg new file mode 100644 index 0000000000..d766c8b404 --- /dev/null +++ b/releases/5.11.1/versions-prod.cfg @@ -0,0 +1,89 @@ +[buildout] +# Version pins for required and commonly used dependencies. + +[versions] +Zope = 5.11.1 +Zope2 = 4.0 +AccessControl = 7.2 +Acquisition = 6.1 +AuthEncoding = 5.0 +BTrees = 6.1 +Chameleon = 4.4.4 +DateTime = 5.5 +DocumentTemplate = 4.6 +ExtensionClass = 6.0 +MultiMapping = 5.0 +Paste = 3.10.1 +PasteDeploy = 3.1.0 +Persistence = 5.1 +RestrictedPython = 7.4 +WebTest = 3.0.1 +WSGIProxy2 = 0.5.1 +WebOb = 1.8.9 +ZConfig = 4.1 +ZODB = 6.0 +beautifulsoup4 = 4.12.3 +cffi = 1.17.1 +multipart = 0.2.5 +persistent = 6.1 +pycparser = 2.22 +python-gettext = 5.0 +pytz = 2024.2 +six = 1.16.0 +roman = 4.2 +soupsieve = 2.6 +transaction = 5.0 +waitress = 3.0.1 +z3c.pt = 4.4 +zExceptions = 5.0 +zc.lockfile = 3.0.post1 +zc.recipe.egg = 2.0.7 +zodbpickle = 4.1.1 +zope.annotation = 5.0 +zope.browser = 3.0 +zope.browsermenu = 5.0 +zope.browserpage = 5.0 +zope.browserresource = 5.1 +zope.cachedescriptors = 5.0 +zope.component = 6.0 +zope.configuration = 5.0.1 +zope.container = 6.1 +zope.contentprovider = 6.0 +zope.contenttype = 5.1 +zope.datetime = 5.0.0 +zope.deferredimport = 5.0 +zope.deprecation = 5.0 +zope.dottedname = 6.0 +zope.event = 5.0 +zope.exceptions = 5.2 +zope.filerepresentation = 6.0 +zope.globalrequest = 2.0 +zope.hookable = 7.0 +zope.i18n = 5.2 +zope.i18nmessageid = 7.0 +zope.interface = 7.1.1 +zope.lifecycleevent = 5.0 +zope.location = 5.0 +zope.pagetemplate = 5.1 +zope.processlifetime = 3.0 +zope.proxy = 6.1 +zope.ptresource = 5.0 +zope.publisher = 7.1 +zope.schema = 7.0.1 +zope.security = 7.3 +zope.sequencesort = 5.0 +zope.site = 5.0 +zope.size = 5.0 +zope.structuredtext = 5.0 +zope.tal = 5.0.1 +zope.tales = 6.0 +zope.testbrowser = 7.0 +zope.testing = 5.0.1 +zope.traversing = 5.0 +zope.viewlet = 5.0 + +[versions:python38] +# Chameleon >= 4.5 requires Python 3.9 +Chameleon = 4.4.4 +# waitress >= 3.0.1 requires Python 3.9 +waitress = 3.0.0 diff --git a/releases/5.11.1/versions.cfg b/releases/5.11.1/versions.cfg new file mode 100644 index 0000000000..535faa0840 --- /dev/null +++ b/releases/5.11.1/versions.cfg @@ -0,0 +1,78 @@ +[buildout] +extends = + versions-prod.cfg +versions = versions + +[versions] +# Version pins for development and optional dependencies. +Babel = 2.16.0 +Jinja2 = 3.1.4 +Missing = 5.0 +MarkupSafe = 3.0.2 +Products.BTreeFolder2 = 5.1 +Products.ZCatalog = 7.1 +Pygments = 2.18.0 +Record = 4.1 +Sphinx = 8.1.3 +alabaster = 1.0.0 +certifi = 2024.8.30 +charset-normalizer = 3.4.0 +collective.recipe.template = 2.2 +colorama = 0.4.6 +docutils = 0.21.2 +five.localsitemanager = 4.0 +furo = 2024.8.6 +idna = 3.10 +imagesize = 1.4.1 +importlib-metadata = 8.5.0 +# Required by zope.testbrowser on Python 3.13 because WebOb still uses cgi. +legacy-cgi = 2.6.1 +mr.developer = 2.0.2 +packaging = 24.1 +plone.recipe.command = 1.1 +requests = 2.32.3 +snowballstemmer = 2.2.0 +sphinx-basic-ng = 1.0.0b2 +sphinxcontrib-applehelp = 2.0.0 +sphinxcontrib-devhelp = 2.0.0 +sphinxcontrib-htmlhelp = 2.1.0 +sphinxcontrib-jsmath = 1.0.1 +sphinxcontrib-qthelp = 2.0.0 +sphinxcontrib-serializinghtml = 2.0.0 +tempstorage = 6.0 +tomli = 2.0.2 +urllib3 = 2.2.3 +z3c.checkversions = 2.1 +zc.recipe.testrunner = 3.1 +zipp = 3.20.2 +zope.testrunner = 6.6 + +[versions:python39] +# Sphinx <8 requires alabaster <1 +alabaster = 0.7.14 +# Sphinx <8 requires docutils <0.21 +docutils = 0.20.1 +# Sphinx >=8 requires Python 3.10 +Sphinx = 7.4.7 + +[versions:python38] +# alabaster >= 0.7.14 requires Python 3.9 +alabaster = 0.7.13 +# Sphinx <8 requires docutils <0.21 +docutils = 0.20.1 +# Required dependency on Python 3.8 only +importlib-resources = 6.4.0 +# MarkupSafe >= 3 requires Python 3.9 +MarkupSafe = 2.1.5 +# Sphinx >= 7.2 requires Python 3.9+ +Sphinx = 7.1.2 +# sphinxcontrib-serializinghtml >= 1.1.6 requires Python 3.9+ +sphinxcontrib-serializinghtml = 1.1.5 +# sphinxcontrib-qthelp >= 1.0.4 requires Python 3.9+ +sphinxcontrib-qthelp = 1.0.3 +# sphinxcontrib-htmlhelp >= 2.0.2 requires Python 3.9+ +sphinxcontrib-htmlhelp = 2.0.1 +# sphinxcontrib-devhelp >= 1.0.3 requires Python 3.9+ +sphinxcontrib-devhelp = 1.0.2 +# sphinxcontrib-applehelp >= 1.0.5 requires Python 3.9+ +sphinxcontrib-applehelp = 1.0.4 diff --git a/releases/master/constraints.txt b/releases/master/constraints.txt index 2725ef890d..57b1b62411 100644 --- a/releases/master/constraints.txt +++ b/releases/master/constraints.txt @@ -1,4 +1,4 @@ -AccessControl==7.1 +AccessControl==7.2 Acquisition==6.1 AuthEncoding==5.0 BTrees==6.1 @@ -13,7 +13,7 @@ PasteDeploy==3.1.0 Persistence==5.1 RestrictedPython==7.4 WSGIProxy2==0.5.1 -WebOb==1.8.8 +WebOb==1.8.9 WebTest==3.0.1 ZConfig==4.1 ZODB==6.0 @@ -29,7 +29,8 @@ roman==4.2 six==1.16.0 soupsieve==2.6 transaction==5.0 -waitress==3.0.0 +waitress==3.0.0; python_version == '3.8' +waitress==3.0.1; python_version > '3.8' z3c.pt==4.4 zExceptions==5.0 zc.lockfile==3.0.post1 @@ -51,13 +52,13 @@ zope.deferredimport==5.0 zope.deprecation==5.0 zope.dottedname==6.0 zope.event==5.0 -zope.exceptions==5.1 +zope.exceptions==5.2 zope.filerepresentation==6.0 zope.globalrequest==2.0 zope.hookable==7.0 zope.i18n==5.2 zope.i18nmessageid==7.0 -zope.interface==7.1.0 +zope.interface==7.1.1 zope.lifecycleevent==5.0 zope.location==5.0 zope.pagetemplate==5.1 diff --git a/releases/master/requirements-full.txt b/releases/master/requirements-full.txt index b964ef58f9..c9798ed6aa 100644 --- a/releases/master/requirements-full.txt +++ b/releases/master/requirements-full.txt @@ -1,5 +1,5 @@ -e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope -AccessControl==7.1 +AccessControl==7.2 Acquisition==6.1 AuthEncoding==5.0 BTrees==6.1 @@ -14,7 +14,7 @@ PasteDeploy==3.1.0 Persistence==5.1 RestrictedPython==7.4 WSGIProxy2==0.5.1 -WebOb==1.8.8 +WebOb==1.8.9 WebTest==3.0.1 ZConfig==4.1 ZODB==6.0 @@ -30,7 +30,8 @@ roman==4.2 six==1.16.0 soupsieve==2.6 transaction==5.0 -waitress==3.0.0 +waitress==3.0.0; python_version == '3.8' +waitress==3.0.1; python_version > '3.8' z3c.pt==4.4 zExceptions==5.0 zc.lockfile==3.0.post1 @@ -52,13 +53,13 @@ zope.deferredimport==5.0 zope.deprecation==5.0 zope.dottedname==6.0 zope.event==5.0 -zope.exceptions==5.1 +zope.exceptions==5.2 zope.filerepresentation==6.0 zope.globalrequest==2.0 zope.hookable==7.0 zope.i18n==5.2 zope.i18nmessageid==7.0 -zope.interface==7.1.0 +zope.interface==7.1.1 zope.lifecycleevent==5.0 zope.location==5.0 zope.pagetemplate==5.1 diff --git a/releases/master/versions-prod.cfg b/releases/master/versions-prod.cfg index eee47a631b..d213883b37 100644 --- a/releases/master/versions-prod.cfg +++ b/releases/master/versions-prod.cfg @@ -4,7 +4,7 @@ [versions] Zope = Zope2 = 4.0 -AccessControl = 7.1 +AccessControl = 7.2 Acquisition = 6.1 AuthEncoding = 5.0 BTrees = 6.1 @@ -19,7 +19,7 @@ Persistence = 5.1 RestrictedPython = 7.4 WebTest = 3.0.1 WSGIProxy2 = 0.5.1 -WebOb = 1.8.8 +WebOb = 1.8.9 ZConfig = 4.1 ZODB = 6.0 beautifulsoup4 = 4.12.3 @@ -33,7 +33,7 @@ six = 1.16.0 roman = 4.2 soupsieve = 2.6 transaction = 5.0 -waitress = 3.0.0 +waitress = 3.0.1 z3c.pt = 4.4 zExceptions = 5.0 zc.lockfile = 3.0.post1 @@ -55,13 +55,13 @@ zope.deferredimport = 5.0 zope.deprecation = 5.0 zope.dottedname = 6.0 zope.event = 5.0 -zope.exceptions = 5.1 +zope.exceptions = 5.2 zope.filerepresentation = 6.0 zope.globalrequest = 2.0 zope.hookable = 7.0 zope.i18n = 5.2 zope.i18nmessageid = 7.0 -zope.interface = 7.1.0 +zope.interface = 7.1.1 zope.lifecycleevent = 5.0 zope.location = 5.0 zope.pagetemplate = 5.1 @@ -85,3 +85,5 @@ zope.viewlet = 5.0 [versions:python38] # Chameleon >= 4.5 requires Python 3.9 Chameleon = 4.4.4 +# waitress >= 3.0.1 requires Python 3.9 +waitress = 3.0.0 diff --git a/releases/master/versions.cfg b/releases/master/versions.cfg index 569f9d2d09..535faa0840 100644 --- a/releases/master/versions.cfg +++ b/releases/master/versions.cfg @@ -8,12 +8,12 @@ versions = versions Babel = 2.16.0 Jinja2 = 3.1.4 Missing = 5.0 -MarkupSafe = 3.0.1 +MarkupSafe = 3.0.2 Products.BTreeFolder2 = 5.1 Products.ZCatalog = 7.1 Pygments = 2.18.0 Record = 4.1 -Sphinx = 8.0.2 +Sphinx = 8.1.3 alabaster = 1.0.0 certifi = 2024.8.30 charset-normalizer = 3.4.0 @@ -45,7 +45,7 @@ urllib3 = 2.2.3 z3c.checkversions = 2.1 zc.recipe.testrunner = 3.1 zipp = 3.20.2 -zope.testrunner = 6.5 +zope.testrunner = 6.6 [versions:python39] # Sphinx <8 requires alabaster <1