python3Packages.uiprotect: 7.23.0 -> 7.32.0

Diff: https://github.com/uilibs/uiprotect/compare/v7.23.0...v7.32.0

Changelog: https://github.com/uilibs/uiprotect/blob/v7.32.0/CHANGELOG.md
This commit is contained in:
Robert Schütz
2025-12-03 10:44:30 -08:00
parent ac0c5df872
commit 7db75e54a9
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
# build-system
poetry-core,
@@ -40,16 +39,14 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "7.23.0";
version = "7.32.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "uilibs";
repo = "uiprotect";
tag = "v${version}";
hash = "sha256-UScv0RAIgkFYl3yJZDuSzXXV3iI/3maV42hN4EtfUio=";
hash = "sha256-nZSOOdck7OFjw6r2Jau4H2vX1PLxk5H0SMf2/wplZdo=";
};
build-system = [ poetry-core ];
@@ -93,17 +90,6 @@ buildPythonPackage rec {
pytestFlags = [ "--benchmark-disable" ];
disabledTests = [
# https://127.0.0.1 vs https://127.0.0.1:0
"test_base_url"
"test_bootstrap"
];
disabledTestPaths = [
# hangs the test suite
"tests/test_api_ws.py"
];
pythonImportsCheck = [ "uiprotect" ];
meta = with lib; {