From 57bef31a3f13d021ae7dbb711b2c290fe6d8ed4c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 23 Apr 2025 09:00:57 +0200 Subject: [PATCH] python313Packages.xknx: 3.6.0 -> 3.7.0 Changelog: https://github.com/XKNX/xknx/releases/tag/3.7.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 661a8457455c..6bf02f476388 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.6.0"; + version = "3.7.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "XKNX"; repo = "xknx"; tag = version; - hash = "sha256-NEtx4aK4D6ZiLD8X3U0VTcLv5LLyPLxql9JbXrwamno="; + hash = "sha256-5Mlt4tjlk3wcLa3vHjpu3jzb6jUfLlHLADI5HSGyA14="; }; build-system = [ setuptools ]; @@ -43,9 +43,10 @@ buildPythonPackage rec { disabledTests = [ # Test requires network access - "test_scan_timeout" - "test_start_secure_routing_knx_keys" "test_start_secure_routing_manual" + "test_start_secure_routing_knx_keys" + "test_scan_timeout" + "test_routing_indication_multicast" # RuntimeError: Event loop is closed "test_has_group_address_localtime" "test_invalid_authentication" @@ -65,7 +66,7 @@ buildPythonPackage rec { ''; homepage = "https://github.com/XKNX/xknx"; changelog = "https://github.com/XKNX/xknx/releases/tag/${version}"; - license = with licenses; [ mit ]; + license = licenses.mit; maintainers = with maintainers; [ fab ]; platforms = platforms.linux; };