2022-11-30T07:13:14 python310Packages.homematicip 0 -> 1 2022-11-30T07:13:17 attrpath: python310Packages.homematicip 2022-11-30T07:13:17 Checking auto update branch... 2022-11-30T07:13:21 [version] 2022-11-30T07:13:21 [version] skipping because derivation has updateScript 2022-11-30T07:13:21 [rustCrateVersion] 2022-11-30T07:13:21 [rustCrateVersion] No cargoSha256 found 2022-11-30T07:13:21 [golangModuleVersion] 2022-11-30T07:13:21 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-30T07:13:21 [updateScript] 2022-11-30T07:13:24 [updateScript] Success 2022-11-30T07:13:24 [updateScript] this derivation will be built: /nix/store/z0wdijlf8wiywbazfjyd542bdgi574mm-packages.json.drv building '/nix/store/z0wdijlf8wiywbazfjyd542bdgi574mm-packages.json.drv'... Going to be running update for following packages: - python3.10-homematicip-1.0.10 Press Enter key to continue... Running update for: - python3.10-homematicip-1.0.10: UPDATING ... - python3.10-homematicip-1.0.10: DONE. Packages updated! 2022-11-30T07:13:24 2022-11-30T07:13:24 [quotedUrls] 2022-11-30T07:13:24 [quotedUrls] nothing found to replace 2022-11-30T07:13:24 Diff after rewrites: diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 1c8cd941782..3981c334ee7 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "homematicip"; - version = "1.0.10"; + version = "1.0.12"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "hahn-th"; repo = "homematicip-rest-api"; rev = "refs/tags/${version}"; - hash = "sha256-CnZHR5JyZm4T6Fm5VumZJujQvEdw59c7GSwcyO7EXXY="; + hash = "sha256-NvDKa+h1ZXkjrU4LLsvt5ZaZQ81/NkSe28kiMXgF1SQ="; }; propagatedBuildInputs = [ 2022-11-30T07:14:53 No auto update branch exists 2022-11-30T07:15:10 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.homematicip nix build failed. tests/test_home.py::test_security_setZoneActivationDelay /nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/asyncio/sslproto.py:320: ResourceWarning: unclosed transport _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. tests/test_home.py::test_home_getOAuthOTK /nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/asyncio/sslproto.py:320: ResourceWarning: unclosed transport _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. tests/aio_tests/test_async_auth.py: 10 warnings tests/aio_tests/test_async_device.py: 135 warnings tests/aio_tests/test_async_groups.py: 38 warnings tests/aio_tests/test_async_home.py: 69 warnings /build/source/homematicip/aio/connection.py:86: DeprecationWarning: with timeout() is deprecated, use async with timeout() instead with async_timeout.timeout(self._restCallTimout): tests/aio_tests/test_async_home.py::test_rules /nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/asyncio/sslproto.py:320: ResourceWarning: unclosed transport _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_devices.py::test_external_device - assert datetime.datetime... FAILED tests/aio_tests/test_async_device.py::test_external_device - assert da... ========= 2 failed, 141 passed, 47 deselected, 423 warnings in 11.38s ==========