mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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:
parent
6dbd4ccafd
commit
36ab4385d2
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user