From a69ba62518370d8030d218ca9a735e92a48ccdecf394707a144653d52bfcda10 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Sep 2022 10:37:24 +0000 Subject: [PATCH 1/2] Accepting request 1006782 from home:yarunachalam:branches:devel:languages:python - 2.12.1 (2022-08-11) Bug Fixes deps: allow protobuf < 5.0.0 (#322) (229e0f5) deps: require proto-plus >= 1.22.0 (229e0f5) - 2.12.0 (2022-07-14) Features add audience parameter (06a4096) Bug Fixes deps: require google-api-core>=1.32.0,>=2.8.0 (#315) (82ab556) require python 3.7+ (#313) (28d244f) OBS-URL: https://build.opensuse.org/request/show/1006782 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=15 --- google-cloud-kms-2.11.2.tar.gz | 3 --- google-cloud-kms-2.12.1.tar.gz | 3 +++ python-google-cloud-kms.changes | 14 ++++++++++++++ python-google-cloud-kms.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 google-cloud-kms-2.11.2.tar.gz create mode 100644 google-cloud-kms-2.12.1.tar.gz diff --git a/google-cloud-kms-2.11.2.tar.gz b/google-cloud-kms-2.11.2.tar.gz deleted file mode 100644 index 3051f8d..0000000 --- a/google-cloud-kms-2.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fde710ff2f5f1d5cf63109bbf120f8da3a894c483afbbe9c909f36f9a0c1444 -size 117635 diff --git a/google-cloud-kms-2.12.1.tar.gz b/google-cloud-kms-2.12.1.tar.gz new file mode 100644 index 0000000..c7b7662 --- /dev/null +++ b/google-cloud-kms-2.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035b0876435d2b82fa81bdd5040a6e289ef527937626ae3791c0fc0e91d4f7d1 +size 119158 diff --git a/python-google-cloud-kms.changes b/python-google-cloud-kms.changes index a6dcae4..9c22dc7 100644 --- a/python-google-cloud-kms.changes +++ b/python-google-cloud-kms.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Sep 28 21:36:10 UTC 2022 - Yogalakshmi Arunachalam + +- 2.12.1 (2022-08-11) + Bug Fixes + deps: allow protobuf < 5.0.0 (#322) (229e0f5) + deps: require proto-plus >= 1.22.0 (229e0f5) +- 2.12.0 (2022-07-14) + Features + add audience parameter (06a4096) + Bug Fixes + deps: require google-api-core>=1.32.0,>=2.8.0 (#315) (82ab556) + require python 3.7+ (#313) (28d244f) + ------------------------------------------------------------------- Thu Jun 9 05:22:57 UTC 2022 - pgajdos@suse.com diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec index fb665ea..a0a3579 100644 --- a/python-google-cloud-kms.spec +++ b/python-google-cloud-kms.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-google-cloud-kms -Version: 2.11.2 +Version: 2.12.1 Release: 0 Summary: Cloud Key Management Service (KMS) API API client library License: Apache-2.0 From fa6dd0e2c51241cdeeabffa0bf4f973ff7af171d0068957f3f66b579d7ae7f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 12:17:30 +0000 Subject: [PATCH 2/2] reflect requirement pins OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=16 --- python-google-cloud-kms.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec index a0a3579..9681a72 100644 --- a/python-google-cloud-kms.spec +++ b/python-google-cloud-kms.spec @@ -26,16 +26,16 @@ 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.14.0} +BuildRequires: %{python_module google-api-core >= 1.32.0} BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.3} -BuildRequires: %{python_module proto-plus} +BuildRequires: %{python_module proto-plus >= 1.22.0} BuildRequires: %{python_module protobuf >= 3.19} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-google-api-core >= 1.14.0 +Requires: python-google-api-core >= 1.32.0 Requires: python-grpc-google-iam-v1 >= 0.12.3 Requires(post): update-alternatives Requires(preun):update-alternatives