python312Packages.intellifire4py 3.6.1 -> 4.1.9 https://github.com/jeeftor/intellifire4py/releases attrpath: python312Packages.intellifire4py 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] this derivation will be built: /nix/store/b5jd8chkwijv4x83z5dxh6isq2b0ck88-packages.json.drv building '/nix/store/b5jd8chkwijv4x83z5dxh6isq2b0ck88-packages.json.drv'... Going to be running update for following packages: - python3.12-intellifire4py-3.6.1 Press Enter key to continue... Running update for: - python3.12-intellifire4py-3.6.1: UPDATING ... - python3.12-intellifire4py-3.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/intellifire4py/default.nix b/pkgs/development/python-modules/intellifire4py/default.nix index 15045b4695c4..8eb75ec20bf7 100644 --- a/pkgs/development/python-modules/intellifire4py/default.nix +++ b/pkgs/development/python-modules/intellifire4py/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "intellifire4py"; - version = "3.6.1"; + version = "4.1.9"; pyproject = true; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "jeeftor"; repo = "intellifire4py"; rev = "refs/tags/v${version}"; - hash = "sha256-ovJUL8Z98F6gyKG04CoOiQE5dJbp9yTVHcTgniJBvOw="; + hash = "sha256-dMhm2gntLV7ev6UIfHFMATytZo5blTlALuh9sBirkqI="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.6.1" not present in staging derivation file with contents: { lib , aenum , buildPythonPackage , fetchFromGitHub , httpx , poetry-core , pydantic , pytest-asyncio , pytest-httpx , pytestCheckHook , pythonOlder , rich }: buildPythonPackage rec { pname = "intellifire4py"; version = "4.1.9"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "jeeftor"; repo = "intellifire4py"; rev = "refs/tags/v${version}"; hash = "sha256-dMhm2gntLV7ev6UIfHFMATytZo5blTlALuh9sBirkqI="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aenum httpx pydantic rich ]; nativeCheckInputs = [ pytest-asyncio pytest-httpx pytestCheckHook ]; pythonImportsCheck = [ "intellifire4py" ]; meta = with lib; { description = "Module to read Intellifire fireplace status data"; homepage = "https://github.com/jeeftor/intellifire4py"; changelog = "https://github.com/jeeftor/intellifire4py/releases/tag/v${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }