python312Packages.python-homewizard-energy 4.3.1 -> 5.0.0 https://github.com/DCSBL/python-homewizard-energy/releases attrpath: python312Packages.python-homewizard-energy 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/3h4dcqr30cnn683hvlr5qv3pw5mk8gy5-packages.json.drv building '/nix/store/3h4dcqr30cnn683hvlr5qv3pw5mk8gy5-packages.json.drv'... Going to be running update for following packages: - python3.12-python-homewizard-energy-4.3.1 Press Enter key to continue... Running update for: - python3.12-python-homewizard-energy-4.3.1: UPDATING ... - python3.12-python-homewizard-energy-4.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-homewizard-energy/default.nix b/pkgs/development/python-modules/python-homewizard-energy/default.nix index 20bd7409f6cd..8447c2bccbe9 100644 --- a/pkgs/development/python-modules/python-homewizard-energy/default.nix +++ b/pkgs/development/python-modules/python-homewizard-energy/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "python-homewizard-energy"; - version = "4.3.1"; + version = "5.0.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "DCSBL"; repo = "python-homewizard-energy"; rev = "refs/tags/v${version}"; - hash = "sha256-LpxXTzUb+N15lGno3pAhRSEJCb4NmwBcGQ/PshI9gYA="; + hash = "sha256-z9JJHS7w/lugV23xJjWHBWVQp38J3CKtj4IuDvpPQJw="; }; postPatch = '' No auto update branch exists Old version 4.3.1" not present in master derivation file with contents: { lib , aiohttp , aresponses , async-timeout , buildPythonPackage , fetchFromGitHub , poetry-core , pytest-asyncio , pytestCheckHook , pythonOlder , syrupy }: buildPythonPackage rec { pname = "python-homewizard-energy"; version = "5.0.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "DCSBL"; repo = "python-homewizard-energy"; rev = "refs/tags/v${version}"; hash = "sha256-z9JJHS7w/lugV23xJjWHBWVQp38J3CKtj4IuDvpPQJw="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail 'version = "0.0.0"' 'version = "${version}"' ''; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp async-timeout ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ aresponses pytest-asyncio pytestCheckHook syrupy ]; pythonImportsCheck = [ "homewizard_energy" ]; meta = with lib; { description = "Library to communicate with HomeWizard Energy devices"; homepage = "https://github.com/homewizard/python-homewizard-energy"; changelog = "https://github.com/homewizard/python-homewizard-energy/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }