Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-google-cloud-secret-manager for openSUSE:Factory checked in at 2025-04-24 17:26:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-google-cloud-secret-manager (Old) and /work/SRC/openSUSE:Factory/.python-google-cloud-secret-manager.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-secret-manager" Thu Apr 24 17:26:01 2025 rev:4 rq:1272301 version:2.23.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-google-cloud-secret-manager/python-google-cloud-secret-manager.changes 2024-05-17 20:08:04.733704524 +0200 +++ /work/SRC/openSUSE:Factory/.python-google-cloud-secret-manager.new.30101/python-google-cloud-secret-manager.changes 2025-04-24 17:28:12.936137711 +0200 @@ -1,0 +2,19 @@ +Thu Apr 24 06:03:23 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 2.23.2: + * Features + + Add REST Interceptors which support reading metadata + + Add support for reading selective GAPIC generation methods from service + YAML + + Add support for opt-in debug logging + + Add support for Python 3.13 + * Bug Fixes + + [Many APIs] Allow Protobuf 6.x + + remove setup.cfg configuration for creating universal wheels + + deps: Require grpc-google-iam-v1>=0.14.0 + + Fix typing issue with gRPC metadata when key ends in -bin + + disable universe-domain validation + + Retry and timeout values do not propagate in requests during pagination + + Allow Protobuf 5.x + +------------------------------------------------------------------- Old: ---- google-cloud-secret-manager-2.20.0.tar.gz New: ---- google_cloud_secret_manager-2.23.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-google-cloud-secret-manager.spec ++++++ --- /var/tmp/diff_new_pack.jnKap5/_old 2025-04-24 17:28:13.432158529 +0200 +++ /var/tmp/diff_new_pack.jnKap5/_new 2025-04-24 17:28:13.436158696 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-google-cloud-secret-manager # -# 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 @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-google-cloud-secret-manager -Version: 2.20.0 +Version: 2.23.2 Release: 0 Summary: Google Cloud Secret Manager API client library License: Apache-2.0 URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-secret-manager -Source: https://files.pythonhosted.org/packages/source/g/google-cloud-secret-manager/google-cloud-secret-manager-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/g/google-cloud-secret-manager/google_cloud_secret_manager-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} @@ -31,15 +31,15 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-google-api-core >= 1.34.1 -Requires: python-grpc-google-iam-v1 >= 0.12.4 -Requires: python-proto-plus >= 1.22.3 -Requires: python-protobuf >= 3.19.5 +Requires: python-grpc-google-iam-v1 >= 0.14.0 +Requires: python-proto-plus >= 1.25.0 +Requires: python-protobuf >= 3.20.2 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module google-api-core >= 1.34.1} -BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4} -BuildRequires: %{python_module proto-plus >= 1.22.3} -BuildRequires: %{python_module protobuf >= 3.19.5} +BuildRequires: %{python_module grpc-google-iam-v1 >= 0.14.0} +BuildRequires: %{python_module proto-plus >= 1.25.0} +BuildRequires: %{python_module protobuf >= 3.20.2} # /SECTION %python_subpackages @@ -47,7 +47,7 @@ Google Cloud Secret Manager API client library %prep -%autosetup -p1 -n google-cloud-secret-manager-%{version} +%autosetup -p1 -n google_cloud_secret_manager-%{version} %build %pyproject_wheel