python3Packages.google-cloud-storage: 3.4.1 -> 3.8.0

https://github.com/googleapis/python-storage/blob/v3.8.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:12 +01:00
parent fce705d935
commit 526d803885
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "3.4.1";
version = "3.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-storage";
tag = "v${version}";
hash = "sha256-fLS1rrblNKm8dTG/Srg6IfcEjeZCS2QGNwW6ZXIo7UQ=";
hash = "sha256-CHku6tiELE3deP6ZCRx/ekn60FmF3gO51cOAF1DkQrI=";
};
pythonRelaxDeps = [ "google-auth" ];
@@ -75,6 +75,9 @@ buildPythonPackage rec {
"test_restore_bucket"
"test_set_api_request_attr"
"upload"
"test_update_user_agent_when_default_clientinfo_provided"
"test_update_user_agent_when_none_clientinfo_provided"
"test_update_user_agent_with_existing_user_agent"
];
disabledTestPaths = [
@@ -99,7 +102,7 @@ buildPythonPackage rec {
meta = {
description = "Google Cloud Storage API client library";
homepage = "https://github.com/googleapis/python-storage";
changelog = "https://github.com/googleapis/python-storage/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/googleapis/python-storage/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ sarahec ];
};