Accepting request 1272831 from home:glaubitz:branches:devel:languages:python:google
- Update to 3.53.0 * Add AddSplitPoints API * Add Attempt, Operation and GFE Metrics (#1302) * Add REST Interceptors which support reading metadata * Add support for opt-in debug logging * Add support for reading selective GAPIC generation methods from service YAML * Add the last statement option to ExecuteSqlRequest and ExecuteBatchDmlRequest * Add UUID in Spanner TypeCode enum * End to end tracing (#1315) * Exposing FreeInstanceAvailability in InstanceConfig * Exposing FreeInstanceMetadata in Instance configuration (to define the metadata related to FREE instance type) * Exposing InstanceType in Instance configuration (to define PROVISIONED or FREE spanner instance) * Exposing QuorumType in InstanceConfig * Exposing storage_limit_per_processing_unit in InstanceConfig * Snapshot isolation (#1318) * **spanner:** A new enum `IsolationLevel` is added (#1224) * Allow Protobuf 6.x (#1320) * Cleanup after metric integration test (#1322) * **deps:** Require grpc-google-iam-v1 >= 0.14.0 * Fix typing issue with gRPC metadata when key ends in -bin * Add option for last_statement (#1313) * A comment for enum `DefaultBackupScheduleType` is changed * A comment for enum value `AUTOMATIC` in enum `DefaultBackupScheduleType` is changed * A comment for enum value `GOOGLE_MANAGED` in enum `Type` is changed * A comment for enum value `NONE` in enum `DefaultBackupScheduleType` is changed * A comment for enum value `USER_MANAGED` in enum `Type` is changed * A comment for field `base_config` in message `.google.spanner.admin.instance.v1.InstanceConfig` is changed OBS-URL: https://build.opensuse.org/request/show/1272831 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=12
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-spanner
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-spanner%{psuffix}
|
||||
Version: 3.50.1
|
||||
Version: 3.53.0
|
||||
Release: 0
|
||||
Summary: Google Cloud Spanner API client library
|
||||
License: Apache-2.0
|
||||
@@ -52,9 +52,13 @@ Requires: python-grpc-interceptor >= 0.15.4
|
||||
Requires: python-proto-plus >= 1.22.0
|
||||
Requires: python-protobuf >= 3.20.2
|
||||
Requires: python-sqlparse >= 0.4.4
|
||||
Suggests: python-google-cloud-monitoring >= 2.16.0
|
||||
Suggests: python-mmh3 >= 4.1.0
|
||||
Suggests: python-libcst >= 0.2.5
|
||||
Suggests: python-opentelemetry-api >= 1.22.0
|
||||
Suggests: python-opentelemetry-sdk >= 1.22.0
|
||||
Suggests: python-opentelemetry-semantic-conventions >= 0.43b0
|
||||
Suggests: python-opentelemetry-resourcedetector-gcp >= 1.8.0a0
|
||||
Suggests: python-opentelemetry-instrumentation >= 0.20b0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user