From 3a31921293e64084a3503f59e09ebd62dcb81646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 27 Apr 2026 15:21:45 -0700 Subject: [PATCH 1/3] python3Packages.urllib3-future: 2.19.904 -> 2.19.913 Diff: https://github.com/jawah/urllib3.future/compare/2.19.904...2.19.913 Changelog: https://github.com/jawah/urllib3.future/blob/2.19.913/CHANGES.rst --- .../python-modules/urllib3-future/default.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/urllib3-future/default.nix b/pkgs/development/python-modules/urllib3-future/default.nix index 32341aeaf819..ec46491b574f 100644 --- a/pkgs/development/python-modules/urllib3-future/default.nix +++ b/pkgs/development/python-modules/urllib3-future/default.nix @@ -10,6 +10,7 @@ jh2, lib, pytest-asyncio, + pytest-rerunfailures, pytest-timeout, pytestCheckHook, python-socks, @@ -24,14 +25,14 @@ buildPythonPackage rec { pname = "urllib3-future"; - version = "2.19.904"; + version = "2.19.913"; pyproject = true; src = fetchFromGitHub { owner = "jawah"; repo = "urllib3.future"; tag = version; - hash = "sha256-bYkT78OT665Ea3k4boORlaFiORaryqRXSfxXt0yZLSM="; + hash = "sha256-ReoVZb31M1N1oxSFYGd1x1P5/qBx/oFEjaxJEiMwbvM="; }; postPatch = '' @@ -68,6 +69,7 @@ buildPythonPackage rec { nativeCheckInputs = [ aiofile pytest-asyncio + pytest-rerunfailures pytest-timeout pytestCheckHook tornado @@ -80,11 +82,6 @@ buildPythonPackage rec { "test/contrib/test_resolver.py::test_url_resolver" ]; - disabledTests = [ - # test hangs - "test_proxy_rejection" - ]; - meta = { changelog = "https://github.com/jawah/urllib3.future/blob/${src.tag}/CHANGES.rst"; description = "Powerful HTTP 1.1, 2, and 3 client with both sync and async interfaces"; From e7e5c0041f616e35235059314590eae3ccbcb961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 28 Apr 2026 09:40:40 -0700 Subject: [PATCH 2/3] python3Packages.niquests: 3.18.6 -> 3.18.7 Diff: https://github.com/jawah/niquests/compare/v3.18.6...v3.18.7 Changelog: https://github.com/jawah/niquests/blob/v3.18.7/HISTORY.md --- pkgs/development/python-modules/niquests/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/niquests/default.nix b/pkgs/development/python-modules/niquests/default.nix index a8c3805f49ee..f66a0d57f092 100644 --- a/pkgs/development/python-modules/niquests/default.nix +++ b/pkgs/development/python-modules/niquests/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "niquests"; - version = "3.18.6"; + version = "3.18.7"; pyproject = true; src = fetchFromGitHub { owner = "jawah"; repo = "niquests"; tag = "v${version}"; - hash = "sha256-hJD5hI/qvYo31eu05fhDZhgRNTbbGJnFE293HM+TuIA="; + hash = "sha256-ujqnb0B282MJi+2oy9AJfJY3KCE5JTjuJuyeeV0gZWA="; }; build-system = [ hatchling ]; From 42c1c97f91062bc0d7e23144cff11c455d38c712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 28 Apr 2026 09:40:42 -0700 Subject: [PATCH 3/3] python3Packages.qh3: 1.7.3 -> 1.7.4 Diff: https://github.com/jawah/qh3/compare/v1.7.3...v1.7.4 Changelog: https://github.com/jawah/qh3/blob/v1.7.4/CHANGELOG.rst --- pkgs/development/python-modules/qh3/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/qh3/default.nix b/pkgs/development/python-modules/qh3/default.nix index 626b98609d8b..1f931f579ef6 100644 --- a/pkgs/development/python-modules/qh3/default.nix +++ b/pkgs/development/python-modules/qh3/default.nix @@ -14,19 +14,19 @@ buildPythonPackage rec { pname = "qh3"; - version = "1.7.3"; + version = "1.7.4"; pyproject = true; src = fetchFromGitHub { owner = "jawah"; repo = "qh3"; tag = "v${version}"; - hash = "sha256-wi2PYd74kOU2tol7pVgpMqbL3peGhXyKKEke6+CBIwU="; + hash = "sha256-zZQyKQK/zJ58XnCgxk/SvexBF1Z+GBtvulhuhUiIago="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; - hash = "sha256-sv5DFeapeH00CBssQcRZ7SI3JlyUuKo7gIRVjN/kA+Q="; + hash = "sha256-2HwwyHex1SE34dUGtooOf5LCkhkVhLpsoEHBFvLUkLM="; }; nativeBuildInputs = [