python312Packages.linode-api 5.10.0 -> 5.13.1 https://github.com/linode/python-linode-api/releases attrpath: python312Packages.linode-api 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/mb9k51adkw63vain2i0b8mn0q5a8nk9q-packages.json.drv building '/nix/store/mb9k51adkw63vain2i0b8mn0q5a8nk9q-packages.json.drv'... Going to be running update for following packages: - python3.12-linode-api-5.10.0 Press Enter key to continue... Running update for: - python3.12-linode-api-5.10.0: UPDATING ... - python3.12-linode-api-5.10.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/linode-api/default.nix b/pkgs/development/python-modules/linode-api/default.nix index c0c54862c6e8..1e94825cedc5 100644 --- a/pkgs/development/python-modules/linode-api/default.nix +++ b/pkgs/development/python-modules/linode-api/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "linode-api"; - version = "5.10.0"; + version = "5.13.1"; pyproject = true; disabled = pythonOlder "3.6"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "linode"; repo = "python-linode-api"; rev = "refs/tags/v${version}"; - hash = "sha256-LQW1AKgCbsE2OxZHtuU6zSHv7/Ak2S07O8YuoC9mS+U="; + hash = "sha256-WB4CurdokRKh1eD6FZR2SeMpa3Z0BzLb0ldI7SYPEVI="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.10.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , setuptools , requests , pytestCheckHook , mock }: buildPythonPackage rec { pname = "linode-api"; version = "5.13.1"; pyproject = true; disabled = pythonOlder "3.6"; # Sources from Pypi exclude test fixtures src = fetchFromGitHub { owner = "linode"; repo = "python-linode-api"; rev = "refs/tags/v${version}"; hash = "sha256-WB4CurdokRKh1eD6FZR2SeMpa3Z0BzLb0ldI7SYPEVI="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ requests ]; nativeCheckInputs = [ mock pytestCheckHook ]; pythonImportsCheck = [ "linode_api4" ]; meta = with lib; { description = "Python library for the Linode API v4"; homepage = "https://github.com/linode/python-linode-api"; license = licenses.bsd3; maintainers = with maintainers; [ glenns ]; }; }