2023-01-01T04:24:38 python310Packages.aiohomekit 0 -> 1 2023-01-01T04:24:41 attrpath: python310Packages.aiohomekit 2023-01-01T04:24:41 Checking auto update branch... 2023-01-01T04:24:45 [version] 2023-01-01T04:24:45 [version] skipping because derivation has updateScript 2023-01-01T04:24:45 [rustCrateVersion] 2023-01-01T04:24:45 [rustCrateVersion] No cargoSha256 found 2023-01-01T04:24:45 [golangModuleVersion] 2023-01-01T04:24:45 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T04:24:45 [updateScript] 2023-01-01T04:24:48 [updateScript] Success 2023-01-01T04:24:48 [updateScript] this derivation will be built: /nix/store/7vg1hii7m22ia4hdjlvm38kmvckbsn05-packages.json.drv building '/nix/store/7vg1hii7m22ia4hdjlvm38kmvckbsn05-packages.json.drv'... Going to be running update for following packages: - python3.10-aiohomekit-2.4.1 Press Enter key to continue... Running update for: - python3.10-aiohomekit-2.4.1: UPDATING ... - python3.10-aiohomekit-2.4.1: DONE. Packages updated! 2023-01-01T04:24:48 2023-01-01T04:24:48 [quotedUrls] 2023-01-01T04:24:48 [quotedUrls] nothing found to replace 2023-01-01T04:24:48 Diff after rewrites: diff --git a/pkgs/development/python-modules/aiohomekit/default.nix b/pkgs/development/python-modules/aiohomekit/default.nix index 40d9003a7ba..8e545baf464 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.4.1"; + version = "2.4.3"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "Jc2k"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-xgk42/g5mRQiTjYuUnXCfLnQm6DNIJsvMbBOhr2NncQ="; + hash = "sha256-VuWhD5S1hOys/TcofQfPe3QzSGA0/Uvl9xnxavxJR60="; }; nativeBuildInputs = [ 2023-01-01T04:26:17 Old version 2.4.1" 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.4.3"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Jc2k"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-VuWhD5S1hOys/TcofQfPe3QzSGA0/Uvl9xnxavxJR60="; }; 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"; checkInputs = [ 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 ]; }; }