python311Packages.heatzypy 2.1.5 -> 2.1.7 https://repology.org/project/python:heatzypy/versions attrpath: python311Packages.heatzypy 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/zk2hl1vlnc0h91prw2fksbhdjwrk4nfy-packages.json.drv building '/nix/store/zk2hl1vlnc0h91prw2fksbhdjwrk4nfy-packages.json.drv'... Going to be running update for following packages: - python3.11-heatzypy-2.1.5 Press Enter key to continue... Running update for: - python3.11-heatzypy-2.1.5: UPDATING ... - python3.11-heatzypy-2.1.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/heatzypy/default.nix b/pkgs/development/python-modules/heatzypy/default.nix index 7cb1daa10cf2..dfa53d123427 100644 --- a/pkgs/development/python-modules/heatzypy/default.nix +++ b/pkgs/development/python-modules/heatzypy/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "heatzypy"; - version = "2.1.5"; + version = "2.1.7"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "Cyr-ius"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Z60apquRzhkPbxgGKgDswtW9GUXGt9MbdAsh3Yh31b0="; + hash = "sha256-bMhxxVZs6fTKlUWtSO0jfzYCHa1WPf2faEjfrmfUg8E="; }; postPatch = '' No auto update branch exists Old version 2.1.5" not present in master derivation file with contents: { lib , aiohttp , buildPythonPackage , fetchFromGitHub , requests , pytestCheckHook , pythonOlder , setuptools , wheel }: buildPythonPackage rec { pname = "heatzypy"; version = "2.1.7"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "Cyr-ius"; repo = "heatzypy"; rev = "refs/tags/${version}"; hash = "sha256-bMhxxVZs6fTKlUWtSO0jfzYCHa1WPf2faEjfrmfUg8E="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace "replace_by_workflow" "${version}" ''; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ aiohttp requests ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "heatzypy" ]; meta = with lib; { description = "Module to interact with Heatzy devices"; homepage = "https://github.com/Cyr-ius/heatzypy"; changelog = "https://github.com/cyr-ius/heatzypy/releases/tag/${version}"; license = licenses.gpl3Plus; maintainers = with maintainers; [ fab ]; }; }