From 218074267e174b89e665426a1eb347773f10bbe8 Mon Sep 17 00:00:00 2001 From: wesleybl Date: Fri, 20 Feb 2026 22:20:29 -0300 Subject: [PATCH 1/2] Products.ZCatalog = 7.2.1 in Plone 6.1 --- mx.ini | 1 + versions.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/mx.ini b/mx.ini index 2acb89eb73..6e15874569 100644 --- a/mx.ini +++ b/mx.ini @@ -21,6 +21,7 @@ version-overrides = packaging==25.0 five.localsitemanager==5.0 mr.developer==2.0.4 + Products.ZCatalog==7.2.1 z3c.checkversions==3.0 z3c.pt==5.1 zc.recipe.egg==3.0.0 diff --git a/versions.cfg b/versions.cfg index ea6a748a35..f3b908b1c9 100644 --- a/versions.cfg +++ b/versions.cfg @@ -26,6 +26,7 @@ nt-svcutils = 2.13.0 # You MUST manually keep this in sync with the version-overrides in mx.ini. five.localsitemanager = 5.0 mr.developer = 2.0.4 +Products.ZCatalog = 7.2.1 z3c.checkversions = 3.0 z3c.pt = 5.1 zc.recipe.egg = 3.0.0 From c3a7db10995f5cf51796a9b6610a9cac6b28b48d Mon Sep 17 00:00:00 2001 From: wesleybl Date: Mon, 23 Feb 2026 21:31:24 -0300 Subject: [PATCH 2/2] Update constraints.txt --- constraints.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index e175f783c3..a011449831 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,12 +1,13 @@ -c https://zopefoundation.github.io/Zope/releases/5.13/constraints.txt packaging==25.0 pip==25.3 -setuptools==80.9.0 -wheel==0.45.1 +setuptools==80.10.2 +wheel==0.46.3 zc.buildout==4.1.12 nt-svcutils==2.13.0 five.localsitemanager==5.0 mr.developer==2.0.4 +Products.ZCatalog==7.2.1 z3c.checkversions==3.0 z3c.pt==5.1 zc.recipe.egg==3.0.0