python311Packages.pyoctoprintapi 0 -> 1 attrpath: python311Packages.pyoctoprintapi 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.11-pyoctoprintapi-0.1.12 Press Enter key to continue... Running update for: - python3.11-pyoctoprintapi-0.1.12: UPDATING ... - python3.11-pyoctoprintapi-0.1.12: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyoctoprintapi/default.nix b/pkgs/development/python-modules/pyoctoprintapi/default.nix index 59db986ad44f..8dfd9cdf57f3 100644 --- a/pkgs/development/python-modules/pyoctoprintapi/default.nix +++ b/pkgs/development/python-modules/pyoctoprintapi/default.nix @@ -14,7 +14,7 @@ let pname = "pyoctoprintapi"; - version = "0.1.12"; + version = "0.1.14"; in buildPythonPackage { inherit pname version; @@ -26,7 +26,7 @@ buildPythonPackage { owner = "rfleming71"; repo = "pyoctoprintapi"; rev = "refs/tags/v${version}"; - hash = "sha256-Jf/zYnBHVl3TYxFy9Chy6qNH/eCroZkmUOEWfd62RIo="; + hash = "sha256-DKqkT0Wyxf4grXBqei9IYBGMOgPxjzuo955M/nHDLo8="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.1.12" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , setuptools # propagated , aiohttp # tests , pytest-asyncio , pytestCheckHook }: let pname = "pyoctoprintapi"; version = "0.1.14"; in buildPythonPackage { inherit pname version; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "rfleming71"; repo = "pyoctoprintapi"; rev = "refs/tags/v${version}"; hash = "sha256-DKqkT0Wyxf4grXBqei9IYBGMOgPxjzuo955M/nHDLo8="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiohttp ]; pythonImportsCheck = [ "pyoctoprintapi" ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; meta = with lib; { description = "Simple async wrapper around the Octoprint API"; homepage = "https://github.com/rfleming71/pyoctoprintapi"; changelog = "https://github.com/rfleming71/pyoctoprintapi/releases/tag/v${version}"; license = licenses.mit; maintainers= with maintainers; [ hexa ]; }; }