python311Packages.google-cloud-storage: 2.14.0 -> 2.15.0

Changelog: https://github.com/googleapis/python-storage/blob/v2.15.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-03-05 10:29:06 +01:00
parent 6dbd4ccafd
commit 36ab4385d2

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "2.14.0";
version = "2.15.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-LSP89ZtV57RTNnKcFIuxxGRGjGnV77ruMPcgHdkOuX4=";
hash = "sha256-dWCjxIoD1mxVPcVSFdNYg8aA/gq0TCOqSDKADMyFXHQ=";
};
nativeBuildInputs = [
@ -72,6 +72,7 @@ buildPythonPackage rec {
"test_open"
"test_anonymous_client_access_to_public_bucket"
"test_ctor_w_custom_endpoint_use_auth"
"test_ctor_w_api_endpoint_override"
];
disabledTestPaths = [