From d5772c8ac5d1d70591c60ae7b777477bd589bd3df2f7319ca0221d96748ec23f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 20:49:45 +0000 Subject: [PATCH] - 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 --- google-cloud-kms-2.21.0.tar.gz | 3 --- google-cloud-kms-2.21.4.tar.gz | 3 +++ python-google-cloud-kms.changes | 8 ++++++++ python-google-cloud-kms.spec | 7 ++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 google-cloud-kms-2.21.0.tar.gz create mode 100644 google-cloud-kms-2.21.4.tar.gz diff --git a/google-cloud-kms-2.21.0.tar.gz b/google-cloud-kms-2.21.0.tar.gz deleted file mode 100644 index 88c142d..0000000 --- a/google-cloud-kms-2.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e746e76c999a619e82501d0037fce5b4f3e1bda087153e39b90baa853d9bad32 -size 179939 diff --git a/google-cloud-kms-2.21.4.tar.gz b/google-cloud-kms-2.21.4.tar.gz new file mode 100644 index 0000000..2ab5124 --- /dev/null +++ b/google-cloud-kms-2.21.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0105bc14a398b7fd391943bbebafd5918f3e3406827a989739b2dc3889cc1218 +size 181957 diff --git a/python-google-cloud-kms.changes b/python-google-cloud-kms.changes index 21816ba..8260905 100644 --- a/python-google-cloud-kms.changes +++ b/python-google-cloud-kms.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Apr 20 20:48:04 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec index df84135..85a9ff6 100644 --- a/python-google-cloud-kms.spec +++ b/python-google-cloud-kms.spec @@ -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