python310Packages.aiohomekit 0 -> 1 attrpath: python310Packages.aiohomekit 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z7hsm2d3yam69284jg1jfsv708q7jfmf-packages.json.drv building '/nix/store/z7hsm2d3yam69284jg1jfsv708q7jfmf-packages.json.drv'... Going to be running update for following packages: - python3.10-aiohomekit-2.5.0 Press Enter key to continue... Running update for: - python3.10-aiohomekit-2.5.0: UPDATING ... - python3.10-aiohomekit-2.5.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aiohomekit/default.nix b/pkgs/development/python-modules/aiohomekit/default.nix index e9b27ea7a83..c2c625b4f40 100644 --- a/pkgs/development/python-modules/aiohomekit/default.nix +++ b/pkgs/development/python-modules/aiohomekit/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "aiohomekit"; - version = "2.5.0"; + version = "2.6.2"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "Jc2k"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-uFmQLeGPnFDABA4Uu1sL/2uUJnL+feclpGyJyISJx2E="; + hash = "sha256-FqZYJoNaRISuZ5m5ZeeregPdBT4fh8NdcgzEho0ZWd0="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.5.0" not present in master derivation file with contents: { lib , buildPythonPackage , aiocoap , bleak , bleak-retry-connector , chacha20poly1305 , chacha20poly1305-reuseable , commentjson , cryptography , fetchFromGitHub , orjson , poetry-core , pytest-aiohttp , pytestCheckHook , pythonOlder , zeroconf }: buildPythonPackage rec { pname = "aiohomekit"; version = "2.6.1"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Jc2k"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-g/8vzd7ehPNVNzvymXU/i8NiYv7UR9uWfUPnVDQsFg0="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiocoap bleak bleak-retry-connector chacha20poly1305 chacha20poly1305-reuseable commentjson cryptography orjson zeroconf ]; doCheck = lib.versionAtLeast pytest-aiohttp.version "1.0.0"; nativeCheckInputs = [ pytest-aiohttp pytestCheckHook ]; disabledTestPaths = [ # Tests require network access "tests/test_ip_pairing.py" ]; pythonImportsCheck = [ "aiohomekit" ]; meta = with lib; { description = "Python module that implements the HomeKit protocol"; longDescription = '' This Python library implements the HomeKit protocol for controlling Homekit accessories. ''; homepage = "https://github.com/Jc2k/aiohomekit"; changelog = "https://github.com/Jc2k/aiohomekit/releases/tag/${version}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; }