python311Packages.google-cloud-iam 0 -> 1 attrpath: python311Packages.google-cloud-iam 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/hfd6rw70k6j450f6l7hpd0vp78w74lf9-packages.json.drv building '/nix/store/hfd6rw70k6j450f6l7hpd0vp78w74lf9-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-iam-2.14.3 Press Enter key to continue... Running update for: - python3.11-google-cloud-iam-2.14.3: UPDATING ... - python3.11-google-cloud-iam-2.14.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-iam/default.nix b/pkgs/development/python-modules/google-cloud-iam/default.nix index 93c85687dd4c..e636f1cfae17 100644 --- a/pkgs/development/python-modules/google-cloud-iam/default.nix +++ b/pkgs/development/python-modules/google-cloud-iam/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "google-cloud-iam"; - version = "2.14.3"; + version = "2.15.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-yC6ZP4qSGcW6H84TnDSu1vAZ3V+bRc6VbVQwWD0q8m4="; + hash = "sha256-6TgaGCPlFi9owoBI/xowe6Og5Tja9getfUHP47dWpvA="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.14.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , google-api-core , libcst , mock , proto-plus , pytest-asyncio , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "google-cloud-iam"; version = "2.15.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-6TgaGCPlFi9owoBI/xowe6Og5Tja9getfUHP47dWpvA="; }; propagatedBuildInputs = [ google-api-core libcst proto-plus ] ++ google-api-core.optional-dependencies.grpc; nativeCheckInputs = [ mock pytest-asyncio pytestCheckHook ]; disabledTestPaths =[ # unmaintained, reference wrong import path for google.cloud.iam.v1 "tests/unit/gapic/iam_admin_v1/test_iam.py" ]; pythonImportsCheck = [ "google.cloud.iam_credentials" "google.cloud.iam_credentials_v1" ]; meta = with lib; { description = "IAM Service Account Credentials API client library"; homepage = "https://github.com/googleapis/python-iam"; changelog = "https://github.com/googleapis/python-iam/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ austinbutler ]; }; }