python-urllib3: relax setuptools-scm version constraint
authorAlexandru Ardelean <redacted>
Wed, 1 Apr 2026 15:42:35 +0000 (18:42 +0300)
committerAlexandru Ardelean <redacted>
Thu, 2 Apr 2026 16:23:54 +0000 (19:23 +0300)
commit646903fea2c9cb6d5e46f9de9721e2b70d008c93
treec65ceb4291031955f8600b77bd6f3ff2c2ba2625
parent184c4496eb1bd6bfbd46241bfe176448e2e267db
python-urllib3: relax setuptools-scm version constraint

urllib3 2.6.3 pyproject.toml pins setuptools-scm<10 but
python-setuptools-scm was recently bumped to 10.0.3, breaking
the build. Drop the upper bound via patch to allow building
with setuptools-scm 10.x.

Also add test.sh to verify core API imports, Retry/Timeout
configuration, and PoolManager creation.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-urllib3/Makefile
lang/python/python-urllib3/patches/0001-relax-setuptools-scm-version-constraint.patch [new file with mode: 0644]
lang/python/python-urllib3/test.sh [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT