Commit 36ab4385 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

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

parent 6dbd4cca
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = [