File 0001-lift-attrs-dnspython-versions.patch of Package electrum
From: Jiri Slaby <jslaby@suse.cz>
Date: Thu, 31 Jul 2025 10:45:09 +0200
Subject: lift attrs+dnspython versions
References: req-fix
Patch-mainline: no
It says: "however newer versions should work at runtime".
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
---
contrib/requirements/requirements.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/requirements/requirements.txt b/contrib/requirements/requirements.txt
index 4aa09e840e3a..9f7aad8752aa 100644
--- a/contrib/requirements/requirements.txt
+++ b/contrib/requirements/requirements.txt
@@ -11,10 +11,10 @@ electrum_aionostr>=0.0.11,<0.1
# - upper limit to avoid needing hatchling at build-time :/
# (however newer versions should work at runtime)
-attrs>=20.1.0,<23
+attrs>=20.1.0
# Note that we also need the dnspython[DNSSEC] extra which pulls in cryptography,
# but as that is not pure-python it cannot be listed in this file!
# - upper limit to avoid needing hatchling at build-time :/
# (however newer versions should work at runtime)
-dnspython>=2.2,<2.5
+dnspython>=2.2
--
2.50.1