Compare commits
4 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 61451c1a19 | |||
| 7d09583b08 | |||
| b31ad201ec | |||
| 6f03cbbb07 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe4b05b42d3d3bd2755415b551bed52c535851b3307c499c0c5ef8432cda9f07
|
||||
size 87370
|
||||
3
google_cloud_kms_inventory-0.4.0.tar.gz
Normal file
3
google_cloud_kms_inventory-0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcd8efa2f9903c39628c4b8184806a3880c7123100c006b3fb9bf1629ca6b7ed
|
||||
size 91836
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user