python312Packages.uiprotect: 6.4.0 -> 6.6.5

https://github.com/uilibs/uiprotect/blob/refs/tags/v6.6.5/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-12-09 03:46:21 +01:00
parent a70e3d6a83
commit c850c55e8a
@@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "6.4.0";
version = "6.6.5";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
rev = "refs/tags/v${version}";
hash = "sha256-+BHxcwQhx4lOqS0ATk1PjLbyTu7xQakM3HMrydXeGUc=";
hash = "sha256-ZohQTXOLc2E0vfD21IUh6ECTfbAd2SZOg/73lk/UMO0=";
};
build-system = [ poetry-core ];
@@ -97,6 +97,11 @@ buildPythonPackage rec {
"test_bootstrap"
];
disabledTestPaths = [
# hangs the test suite
"tests/test_api_ws.py"
];
pythonImportsCheck = [ "uiprotect" ];
meta = with lib; {