python311Packages.regenmaschine 0 -> 1 attrpath: python311Packages.regenmaschine 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/n2fygnq2agva1kphabcwfipsc0l8v95i-packages.json.drv building '/nix/store/n2fygnq2agva1kphabcwfipsc0l8v95i-packages.json.drv'... Going to be running update for following packages: - python3.11-regenmaschine-2023.12.0 Press Enter key to continue... Running update for: - python3.11-regenmaschine-2023.12.0: UPDATING ... - python3.11-regenmaschine-2023.12.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/regenmaschine/default.nix b/pkgs/development/python-modules/regenmaschine/default.nix index e3fb2889470e..d76c06fe5d34 100644 --- a/pkgs/development/python-modules/regenmaschine/default.nix +++ b/pkgs/development/python-modules/regenmaschine/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "regenmaschine"; - version = "2023.12.0"; + version = "2024.01.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "bachya"; repo = "regenmaschine"; rev = "refs/tags/${version}"; - hash = "sha256-9VBqLmbWJCrfDw9T1qmE9KkdlS+MDnvoG8O9dPCuJDs="; + hash = "sha256-Vd8ACF2AXbT7FE/b0koIPUrNd9DgmjgS5unBuRiq784="; }; nativeBuildInputs = [ No auto update branch exists Old version 2023.12.0" not present in master derivation file with contents: { lib , aiohttp , aresponses , buildPythonPackage , certifi , fetchFromGitHub , poetry-core , pytest-aiohttp , pytest-asyncio , pytest-mock , pytestCheckHook , pythonOlder , typing-extensions }: buildPythonPackage rec { pname = "regenmaschine"; version = "2024.01.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "bachya"; repo = "regenmaschine"; rev = "refs/tags/${version}"; hash = "sha256-Vd8ACF2AXbT7FE/b0koIPUrNd9DgmjgS5unBuRiq784="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp certifi typing-extensions ]; nativeCheckInputs = [ aresponses pytest-aiohttp pytest-asyncio pytest-mock pytestCheckHook ]; disabledTestPaths = [ # Examples are prefix with test_ "examples/" ]; pythonImportsCheck = [ "regenmaschine" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Python library for interacting with RainMachine smart sprinkler controllers"; homepage = "https://github.com/bachya/regenmaschine"; changelog = "https://github.com/bachya/regenmaschine/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }