python3Packages.xknx: 3.12.0 -> 3.13.0

Diff: https://github.com/XKNX/xknx/compare/3.12.0...3.13.0

Changelog: https://github.com/XKNX/xknx/releases/tag/3.13.0
This commit is contained in:
Robert Schütz
2026-01-08 00:52:32 +01:00
committed by Martin Weinelt
parent 69beb63dab
commit bf1e737ce7
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "xknx";
version = "3.12.0";
version = "3.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "XKNX";
repo = "xknx";
tag = version;
hash = "sha256-Sb/qPLINeYt96s7NkRARcb0ZrcE6A0ByyENVd5aiHxk=";
hash = "sha256-mfcPbxThl69XqTSUwPz/m+wiAAOOuaQe8PSgBJRMdzM=";
};
build-system = [ setuptools ];
@@ -35,6 +35,8 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlags = [ "--asyncio-mode=auto" ];
pythonImportsCheck = [ "xknx" ];
disabledTests = [