From 175a1f49959f3badbd9f631138a70a5b67fc471d Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 13 May 2026 11:57:16 +0200 Subject: [PATCH] Remove lower bounds for trustme --- python-urllib3.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-urllib3.spec b/python-urllib3.spec index b2854a7..12e0832 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -136,6 +136,9 @@ tomcli set pyproject.toml lists replace --type regex_search \ 'dependency-groups.dev-base' '[>=]=.*' '' %endif +# Remove upper bounds for trustme +%pyproject_patch_dependency trustme:drop_lower + %generate_buildrequires export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}'