python3Packages.google-cloud-*: bump to current (#454637)

This commit is contained in:
Martin Weinelt
2025-10-26 04:26:31 +00:00
committed by GitHub
6 changed files with 12 additions and 12 deletions
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "google-api-core";
version = "2.25.1";
version = "2.26.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-api-core";
tag = "v${version}";
hash = "sha256-lh4t03upQQxY2KGwucXfEeNvqVVXlZ6hjR/e47imetk=";
hash = "sha256-BA2OWzr0sH77YUkFqMsGJQppqbG3R4sQ2kepicdzejE=";
};
build-system = [ setuptools ];
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.177.0";
version = "2.185.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-api-python-client";
tag = "v${version}";
hash = "sha256-CEjbUIXtG5z1/28DsNCm/npMSd/+DyY5PMJHm9XDe2M=";
hash = "sha256-y6MfDwA1CKsKmXH9NIqFtKIz8vk5XC6d91scrTI4xdY=";
};
build-system = [ setuptools ];
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "google-auth";
version = "2.40.3";
version = "2.41.1";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-auth-library-python";
tag = "v${version}";
hash = "sha256-X1HTh24oos2GUxB9DDLtNH7BsBRLD0S/ngjsDAQYvhI=";
hash = "sha256-EPiI3cJy+NkT1oyKZJKcvQwAb64UQZDSNfWorZjIew8=";
};
build-system = [ setuptools ];
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-iam";
version = "2.19.0";
version = "2.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-cloud-python";
tag = "google-cloud-iam-v${version}";
hash = "sha256-E1LISOLQcXqUMTTPLR+lwkR6gF1fuGGB44j38cIK/Z4=";
hash = "sha256-ICSBKEqNaXZZopGDwB0pkt06xN0gnsTBUA/HCQVxQTU=";
};
sourceRoot = "${src.name}/packages/google-cloud-iam";
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-kms";
version = "3.4.1";
version = "3.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-cloud-python";
tag = "google-cloud-kms-v${version}";
hash = "sha256-5PzidE1CWN+pt7+gcAtbuXyL/pq6cnn0MCRkBfmeUSw=";
hash = "sha256-/ZBpSn6bZpzFgIg3LmfV7xMowh9Gpslw0fcN021jAow=";
};
sourceRoot = "${src.name}/packages/google-cloud-kms";
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "3.3.0";
version = "3.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-storage";
tag = "v${version}";
hash = "sha256-I0wC/BV8fJr3JW1nyq2TPJZlZaT4+h2lJBdGTttSzRo=";
hash = "sha256-fLS1rrblNKm8dTG/Srg6IfcEjeZCS2QGNwW6ZXIo7UQ=";
};
pythonRelaxDeps = [ "google-auth" ];