From 03d4ff265cfd15933c26fb80e9ab9aa8d2306735 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 21 Sep 2025 15:03:49 +0200 Subject: [PATCH 1/3] python313Packages.pyicu: 2.15.2 -> 2.15.3 Diff: https://gitlab.pyicu.org/main/pyicu/-/compare/v2.15.2...v2.15.3 Changelog: https://gitlab.pyicu.org/main/pyicu/-/raw/v2.15.3/CHANGES --- pkgs/development/python-modules/pyicu/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyicu/default.nix b/pkgs/development/python-modules/pyicu/default.nix index 0c9b8dfd18d6..1057d5c7d988 100644 --- a/pkgs/development/python-modules/pyicu/default.nix +++ b/pkgs/development/python-modules/pyicu/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pyicu"; - version = "2.15.2"; + version = "2.15.3"; pyproject = true; src = fetchFromGitLab { @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "main"; repo = "pyicu"; tag = "v${version}"; - hash = "sha256-Div3c4Lk9VTV1HrmvYKDn1a7moDNjG4OHA9Kv3+niKs="; + hash = "sha256-vbrl6n7X85sQIdgj+Z0Xr6x/L8roK5Z/mNj53zyWQGs="; }; postPatch = '' From f6787886fc476684688dca84cdfa0c996cce8238 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 16 Dec 2025 12:41:06 +0100 Subject: [PATCH 2/3] python313Packages.spsdk-mcu-link: relax hidapi --- pkgs/development/python-modules/spsdk-mcu-link/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/spsdk-mcu-link/default.nix b/pkgs/development/python-modules/spsdk-mcu-link/default.nix index 9ecd2deaa544..736370c78304 100644 --- a/pkgs/development/python-modules/spsdk-mcu-link/default.nix +++ b/pkgs/development/python-modules/spsdk-mcu-link/default.nix @@ -43,6 +43,7 @@ buildPythonPackage rec { ]; pythonRelaxDeps = [ + "hidapi" "pyusb" ]; From 2d0024a01e86b486b2de816efc76deb9f37b4b43 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 16 Dec 2025 12:55:31 +0100 Subject: [PATCH 3/3] python313Packages.atopile: disable failing test --- pkgs/development/python-modules/atopile/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/atopile/default.nix b/pkgs/development/python-modules/atopile/default.nix index cea6fdc97037..90d41da540e0 100644 --- a/pkgs/development/python-modules/atopile/default.nix +++ b/pkgs/development/python-modules/atopile/default.nix @@ -185,11 +185,12 @@ buildPythonPackage rec { disabledTests = [ # timeout "test_build_error_logging" - "test_performance_mifs_bus_params" - "test_resistor" - "test_reserved_attrs" "test_examples_build" "test_net_names_deterministic" + "test_performance_mifs_bus_params" + "test_regression_rp2040_usb_diffpair" + "test_reserved_attrs" + "test_resistor" # requires internet "test_simple_pick" "test_simple_negative_pick"