From 5c3f6b33b02c3b80c7d9a0334c3386c0f29c3a42 Mon Sep 17 00:00:00 2001
From: Levin Zimmermann <levin.zimmermann@nexedi.com>
Date: Mon, 24 Feb 2025 00:27:47 +0100
Subject: [PATCH] =?UTF-8?q?zodburi:=20v=E2=86=91=20to=203.0.0=20for=20pyth?=
 =?UTF-8?q?on3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

A new version of zodburi has been released [1] that
removes Python2 compatibility shims [2] and is therefore
needed to successfully run 'wendelin.core' tests with python3 [3].

Suggested by @kirr.

[1] https://pypi.org/project/zodburi/3.0.0/
[2] https://github.com/Pylons/zodburi/commit/a00fea755
[3] https://lab.nexedi.com/nexedi/wendelin.core/-/merge_requests/35

/reviewed-by @kirr @jerome
/reviewed-on https://lab.nexedi.com/nexedi/slapos/-/merge_requests/1745
---
 stack/slapos.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/stack/slapos.cfg b/stack/slapos.cfg
index 4a49e8f28..d326ff6b5 100644
--- a/stack/slapos.cfg
+++ b/stack/slapos.cfg
@@ -417,7 +417,7 @@ ZConfig = 3.6.1
 zdaemon = 4.2.0
 zeroconf = 0.62.0:whl
 zipp = 3.12.0:whl
-zodburi = 2.5.0
+zodburi = 3.0.0
 zope.event = 5.0
 zope.exceptions = 5.2
 zope.interface = 7.1.1
@@ -501,6 +501,7 @@ websocket-client = 0.59.0
 Werkzeug = 1.0.1
 widgetsnbextension = 2.0.0
 zipp = 1.2.0:whl
+zodburi = 2.5.0
 zope.event = 4.6.0
 zope.exceptions = 4.6
 zope.interface = 5.5.2
-- 
GitLab