17
0

Compare commits

4 Commits

Author SHA256 Message Date
61451c1a19 Accepting request 1327426 from devel:languages:python:google
- Update to 0.4.0
  * auto-enable mTLS when supported certificates are detected
  * check Python and dependency versions in generated GAPICs (forwarded request 1327408 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1327426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-kms-inventory?expand=0&rev=5
2026-01-15 16:02:19 +00:00
7d09583b08 - Update to 0.4.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-kms-inventory?expand=0&rev=13
2026-01-15 14:47:56 +00:00
b31ad201ec Accepting request 1312066 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1312066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-kms-inventory?expand=0&rev=4
2025-10-17 18:14:33 +00:00
6f03cbbb07 - Update to 0.3.0
* Add support for Python 3.14
  * Deprecate credentials_file argument
- from version 0.2.15
  * Update import statement example in README (821bdb1)
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-kms-inventory?expand=0&rev=11
2025-10-17 14:53:21 +00:00
4 changed files with 28 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jan 15 14:21:06 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.4.0
* auto-enable mTLS when supported certificates are detected
* check Python and dependency versions in generated GAPICs
-------------------------------------------------------------------
Fri Oct 17 12:27:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.3.0
* Add support for Python 3.14
* Deprecate credentials_file argument
- from version 0.2.15
* Update import statement example in README (821bdb1)
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Fri Apr 25 07:33:01 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-kms-inventory
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-kms-inventory
Version: 0.2.14
Version: 0.4.0
Release: 0
Summary: Google Cloud Kms Inventory API client library
License: Apache-2.0
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-kms-inventory
Source: https://files.pythonhosted.org/packages/source/g/google_cloud-kms_inventory/google_cloud_kms_inventory-%{version}.tar.gz
BuildRequires: %{python_module grpcio}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
@@ -36,6 +37,11 @@ BuildRequires: %{python_module proto-plus >= 1.22.3}
BuildRequires: %{python_module protobuf >= 3.20.2}
# /SECTION
BuildRequires: fdupes
%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-auth
Requires: python-google-cloud-kms >= 2.3.0