From e2a4d0479834d85eaeceb7ecc263f3369b9ed2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 29 May 2025 11:46:29 +0200 Subject: [PATCH] Unpin hatch-vcs version --- python-urllib3.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-urllib3.spec b/python-urllib3.spec index d0dba77..1f8532b 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -85,6 +85,10 @@ Recommends: python3-urllib3+socks %autosetup -n urllib3-%{version} %setup -q -n urllib3-%{version} -T -D -b 1 +# Unpin hatch-vcs version +# See https://github.com/urllib3/urllib3/issues/3612 +sed -i 's/hatch-vcs==/hatch-vcs>=/' pyproject.toml + # Make sure that the RECENT_DATE value doesn't get too far behind what the current date is. # RECENT_DATE must not be older that 2 years from the build time, or else test_recent_date # (from test/test_connection.py) would fail. However, it shouldn't be to close to the build time either,