python313Packages.xknx: 3.6.0 -> 3.7.0

Changelog: https://github.com/XKNX/xknx/releases/tag/3.7.0
This commit is contained in:
Fabian Affolter
2025-04-23 09:00:57 +02:00
parent 39416e7cd1
commit 57bef31a3f
@@ -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;
};