From e878cf6633b6d531422f573c149c8fc35f945424 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 14 May 2025 20:44:29 +0200 Subject: [PATCH] python313Packages.xknx: 3.7.0 -> 3.8.0 Changelog: https://github.com/XKNX/xknx/releases/tag/3.8.0 --- pkgs/development/python-modules/xknx/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/xknx/default.nix b/pkgs/development/python-modules/xknx/default.nix index 6bf02f476388..0c0398330567 100644 --- a/pkgs/development/python-modules/xknx/default.nix +++ b/pkgs/development/python-modules/xknx/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "xknx"; - version = "3.7.0"; + version = "3.8.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "XKNX"; repo = "xknx"; tag = version; - hash = "sha256-5Mlt4tjlk3wcLa3vHjpu3jzb6jUfLlHLADI5HSGyA14="; + hash = "sha256-iuub8ZO5XN5PWTDGlo/8U7A7+1NpSVGFtG+EmJR9VfM="; }; build-system = [ setuptools ]; @@ -43,10 +43,11 @@ buildPythonPackage rec { disabledTests = [ # Test requires network access - "test_start_secure_routing_manual" - "test_start_secure_routing_knx_keys" - "test_scan_timeout" "test_routing_indication_multicast" + "test_scan_timeout" + "test_start_secure_routing_explicit_keyring" + "test_start_secure_routing_knx_keys" + "test_start_secure_routing_manual" # RuntimeError: Event loop is closed "test_has_group_address_localtime" "test_invalid_authentication"