python312Packages.pytrydan 0.7.0 -> 0.8.1 https://github.com/dgomes/pytrydan/releases attrpath: python312Packages.pytrydan 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] Going to be running update for following packages: - python3.12-pytrydan-0.7.0 Press Enter key to continue... Running update for: - python3.12-pytrydan-0.7.0: UPDATING ... - python3.12-pytrydan-0.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytrydan/default.nix b/pkgs/development/python-modules/pytrydan/default.nix index 87cac954c486..f854448f6ae3 100644 --- a/pkgs/development/python-modules/pytrydan/default.nix +++ b/pkgs/development/python-modules/pytrydan/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "pytrydan"; - version = "0.7.0"; + version = "0.8.1"; pyproject = true; disabled = pythonOlder "3.10"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "dgomes"; repo = "pytrydan"; rev = "refs/tags/v${version}"; - hash = "sha256-9TZZ4J3fIUGaeWYd5kP9eFABvL/95muD7sDevUaGprQ="; + hash = "sha256-OHC+Ul64BYCsgoFDxI1hPjBGkd/pQ0j0c9Pt5lWg1E0="; }; postPatch = '' No auto update branch exists Old version 0.7.0" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchFromGitHub, httpx, orjson, poetry-core, pytest-asyncio, pytestCheckHook, pythonOlder, respx, rich, syrupy, tenacity, typer, }: buildPythonPackage rec { pname = "pytrydan"; version = "0.8.1"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "dgomes"; repo = "pytrydan"; rev = "refs/tags/v${version}"; hash = "sha256-OHC+Ul64BYCsgoFDxI1hPjBGkd/pQ0j0c9Pt5lWg1E0="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=pytrydan --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; dependencies = [ httpx orjson rich tenacity typer ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook respx syrupy ]; pythonImportsCheck = [ "pytrydan" ]; meta = with lib; { description = "Library to interface with V2C EVSE Trydan"; homepage = "https://github.com/dgomes/pytrydan"; changelog = "https://github.com/dgomes/pytrydan/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; mainProgram = "pytrydan"; }; }