- update to 2.21.4:
* in google.cloud.kms.v1.PublicKey, pem field is always populated * Require google-api-core>=1.34.1 (#12307) (be87bc4) * fix ValueError in test__validate_universe_domain OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-kms?expand=0&rev=8
This commit is contained in:
parent
d53694ba5f
commit
d5772c8ac5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e746e76c999a619e82501d0037fce5b4f3e1bda087153e39b90baa853d9bad32
|
||||
size 179939
|
3
google-cloud-kms-2.21.4.tar.gz
Normal file
3
google-cloud-kms-2.21.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0105bc14a398b7fd391943bbebafd5918f3e3406827a989739b2dc3889cc1218
|
||||
size 181957
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 20:48:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.21.4:
|
||||
* in google.cloud.kms.v1.PublicKey, pem field is always populated
|
||||
* Require google-api-core>=1.34.1 (#12307) (be87bc4)
|
||||
* fix ValueError in test__validate_universe_domain
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 23:39:52 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-kms
|
||||
Version: 2.21.0
|
||||
Version: 2.21.4
|
||||
Release: 0
|
||||
Summary: Cloud Key Management Service (KMS) API API client library
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/GoogleCloudPlatform/google-cloud-python
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-kms/google-cloud-kms-%{version}.tar.gz
|
||||
BuildRequires: %{python_module google-api-core >= 1.34.0}
|
||||
BuildRequires: %{python_module google-api-core >= 1.34.1}
|
||||
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
||||
@ -35,7 +35,8 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-google-api-core >= 1.34.0
|
||||
Requires: python-google-api-core >= 1.34.1
|
||||
Requires: python-google-auth
|
||||
Requires: python-grpc-google-iam-v1 >= 0.12.4
|
||||
Requires: python-proto-plus >= 1.22.3
|
||||
Requires(post): update-alternatives
|
||||
|
Loading…
x
Reference in New Issue
Block a user