1
0

6 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
d33ebb0fee Accepting request 1272660 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1272660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-kms-inventory?expand=0&rev=3
2025-04-25 20:19:54 +00:00
a839709b06 - Update to 0.2.14
* [Many APIs] Allow Protobuf 6.x
- from version 0.2.13
  * Add REST Interceptors which support reading metadata
  * Add support for reading selective GAPIC generation methods from service YAML
- from version 0.2.12
  * Add support for opt-in debug logging
  * Fix typing issue with gRPC metadata when key ends in -bin
- from version 0.2.11
  * Disable universe-domain validation (#13243)
- from version 0.2.10
  * Add support for Python 3.13 (#13207)
- from version 0.2.9
  * **deps:** allow google-cloud-kms 3.x
- from version 0.2.8
  * Retry and timeout values do not propagate in requests during pagination
- from version 0.2.7
  * Allow Protobuf 5.x (#12867)
- Adjust upstream source name in spec file
- 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=9
2025-04-25 11:30:29 +00:00
4 changed files with 56 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
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>
- Update to 0.2.14
* [Many APIs] Allow Protobuf 6.x
- from version 0.2.13
* Add REST Interceptors which support reading metadata
* Add support for reading selective GAPIC generation methods from service YAML
- from version 0.2.12
* Add support for opt-in debug logging
* Fix typing issue with gRPC metadata when key ends in -bin
- from version 0.2.11
* Disable universe-domain validation (#13243)
- from version 0.2.10
* Add support for Python 3.13 (#13207)
- from version 0.2.9
* **deps:** allow google-cloud-kms 3.x
- from version 0.2.8
* Retry and timeout values do not propagate in requests during pagination
- from version 0.2.7
* Allow Protobuf 5.x (#12867)
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Sat Apr 20 15:34:00 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-kms-inventory
#
# Copyright (c) 2024 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.6
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
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}
@@ -33,14 +34,19 @@ BuildRequires: python-rpm-macros
BuildRequires: %{python_module google-api-core >= 1.34.1}
BuildRequires: %{python_module google-cloud-kms >= 2.3.0}
BuildRequires: %{python_module proto-plus >= 1.22.3}
BuildRequires: %{python_module protobuf >= 3.19.5}
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
Requires: python-proto-plus >= 1.22.3
Requires: python-protobuf >= 3.19.5
Requires: python-protobuf >= 3.20.2
BuildArch: noarch
%python_subpackages
@@ -48,7 +54,7 @@ BuildArch: noarch
Google Cloud Kms Inventory API client library
%prep
%autosetup -p1 -n google-cloud-kms-inventory-%{version}
%autosetup -p1 -n google_cloud_kms_inventory-%{version}
%build
%pyproject_wheel