python311Packages.zigpy 0 -> 1 attrpath: python311Packages.zigpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-zigpy-0.63.5 Press Enter key to continue... Running update for: - python3.11-zigpy-0.63.5: UPDATING ... - python3.11-zigpy-0.63.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zigpy/default.nix b/pkgs/development/python-modules/zigpy/default.nix index 0a32dea6649a..8fff4b67ac45 100644 --- a/pkgs/development/python-modules/zigpy/default.nix +++ b/pkgs/development/python-modules/zigpy/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "zigpy"; - version = "0.63.5"; + version = "0.64.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "zigpy"; repo = "zigpy"; rev = "refs/tags/${version}"; - hash = "sha256-iZxHXxheyoA5vo0Pxojs7QE8rSyTpsYpJ6/OzDSZJ20="; + hash = "sha256-4p/CUAZQLiADWzjXMOeYUX0OJgZczHrI2/sVRuXiFSI="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.zigpy nix build failed. tests/test_application.py::test_uninitialized_message_handlers tests/test_application.py::test_uninitialized_message_handlers /build/source/zigpy/application.py:1092: DeprecationWarning: `handle_message` is deprecated, use `packet_received` warnings.warn( tests/test_application.py::test_permit_with_key tests/test_application.py::test_permit_with_key /build/source/zigpy/application.py:1188: DeprecationWarning: `permit_with_key` is deprecated, use `permit_with_link_key` warnings.warn( tests/test_device.py::test_handle_message_read_report_conf tests/test_device.py::test_handle_message_read_report_conf tests/test_device.py::test_handle_message_read_report_conf tests/test_device.py::test_handle_message_deserialize_error /build/source/zigpy/device.py:356: DeprecationWarning: `handle_message` is deprecated, use `packet_received` warnings.warn( tests/test_device.py::test_deserialize_backwards_compat /build/source/zigpy/device.py:382: DeprecationWarning: `deserialize` is deprecated, avoid rewriting packet structures this way warnings.warn( tests/test_zigbee_util.py::test_deprecated /build/source/zigpy/util.py:363: DeprecationWarning: `zigpy.util.foo` has been renamed to `zigpy.util.Bar` warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_quirks_v2.py::test_quirks_v2 - AssertionError: assert False ========== 1 failed, 814 passed, 1 deselected, 57 warnings in 30.71s =========== /nix/store/9wnvhjyxjykwn5y06xc9a2h8rs5fbfia-stdenv-linux/setup: line 1579: pop_var_context: head of shell_variables not a function context