forked from pool/python-google-cloud-kms-inventory
Compare commits
2 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| d33ebb0fee | |||
| a839709b06 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b81680de07ce2abacc053b462592fb22c7682989f75ad792274bc9ff94f6bd61
|
||||
size 73526
|
||||
3
google_cloud_kms_inventory-0.2.14.tar.gz
Normal file
3
google_cloud_kms_inventory-0.2.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe4b05b42d3d3bd2755415b551bed52c535851b3307c499c0c5ef8432cda9f07
|
||||
size 87370
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-kms-inventory
|
||||
#
|
||||
# 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-kms-inventory
|
||||
Version: 0.2.6
|
||||
Version: 0.2.14
|
||||
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 pip}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -33,14 +33,14 @@ 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
|
||||
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 +48,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
|
||||
|
||||
Reference in New Issue
Block a user