17
0

Compare commits

4 Commits

Author SHA256 Message Date
9e3e80e19b Accepting request 1327653 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1327653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-secret-manager?expand=0&rev=7
2026-01-17 13:54:46 +00:00
ef51050706 - Update to 2.26.0
* auto-enable mTLS when supported certificates are detected
  * check Python and dependency versions in generated GAPICs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-secret-manager?expand=0&rev=17
2026-01-16 12:53:00 +00:00
86fda7695b Accepting request 1312040 from devel:languages:python:google
- Update to 2.25.0
  * Add support for Python 3.14 (4763aa7)
  * Deprecate credentials_file argument (4763aa7)
- from version 2.24.0
  * [google-cloud-secret-manager] Update secret manager protos for
    tags (#13976)
- Update BuildRequires and Requires from setup.py (forwarded request 1312031 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1312040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-secret-manager?expand=0&rev=6
2025-10-17 18:14:31 +00:00
bd58842237 - Update to 2.25.0
* Add support for Python 3.14 (4763aa7)
  * Deprecate credentials_file argument (4763aa7)
- from version 2.24.0
  * [google-cloud-secret-manager] Update secret manager protos for
    tags (#13976)
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-secret-manager?expand=0&rev=15
2025-10-17 13:27:37 +00:00
4 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:598c4c0a9d10d49d500eb4aea3255dff250aa2f92c028f5c97e3b367f768c808
size 268671

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d1d6f76327685a0ed78a4cf50f289e1bfbbe56026ed0affa98663b86d6d50d6
size 277603

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 16 08:32:45 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.26.0
* auto-enable mTLS when supported certificates are detected
* check Python and dependency versions in generated GAPICs
-------------------------------------------------------------------
Fri Oct 17 12:39:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.25.0
* Add support for Python 3.14 (4763aa7)
* Deprecate credentials_file argument (4763aa7)
- from version 2.24.0
* [google-cloud-secret-manager] Update secret manager protos for
tags (#13976)
- Update BuildRequires and Requires from setup.py
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 25 09:00:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Fri Apr 25 09:00:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-google-cloud-secret-manager # spec file for package python-google-cloud-secret-manager
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,24 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-google-cloud-secret-manager Name: python-google-cloud-secret-manager
Version: 2.23.3 Version: 2.26.0
Release: 0 Release: 0
Summary: Google Cloud Secret Manager API client library Summary: Google Cloud Secret Manager API client library
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-secret-manager 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 grpcio}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if %python_version_nodots < 314
Requires: python-grpcio >= 1.33.2
%else
Requires: python-grpcio >= 1.75.1
%endif
Requires: python-google-api-core >= 1.34.1 Requires: python-google-api-core >= 1.34.1
Requires: python-grpc-google-iam-v1 >= 0.14.0 Requires: python-grpc-google-iam-v1 >= 0.14.0
Requires: python-proto-plus >= 1.25.0 Requires: python-proto-plus >= 1.25.0