From d49e51eb9d413d7593d3a491bac0b45247058f58f8d7bb81a6efeb2223dfb43e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Dec 2023 20:02:35 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-kms?expand=0&rev=1 --- google-cloud-kms-2.19.2.tar.gz | 3 +++ google-cloud-kms-2.20.0.tar.gz | 3 --- python-google-cloud-kms.changes | 7 ------- python-google-cloud-kms.spec | 25 ++++++++++++++----------- 4 files changed, 17 insertions(+), 21 deletions(-) create mode 100644 google-cloud-kms-2.19.2.tar.gz delete mode 100644 google-cloud-kms-2.20.0.tar.gz diff --git a/google-cloud-kms-2.19.2.tar.gz b/google-cloud-kms-2.19.2.tar.gz new file mode 100644 index 0000000..cbbbfd4 --- /dev/null +++ b/google-cloud-kms-2.19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a5034592e85ef0031d25bbe5894bdb2d719460855980bfeb68aa4e8ffc12bd +size 168736 diff --git a/google-cloud-kms-2.20.0.tar.gz b/google-cloud-kms-2.20.0.tar.gz deleted file mode 100644 index 58f8eb1..0000000 --- a/google-cloud-kms-2.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86f5082ad28d63decf87a70795e90770d1f871e04b9174f148d053fa3cccbbed -size 171249 diff --git a/python-google-cloud-kms.changes b/python-google-cloud-kms.changes index 1d87fbe..6e7dbe0 100644 --- a/python-google-cloud-kms.changes +++ b/python-google-cloud-kms.changes @@ -1,10 +1,3 @@ -------------------------------------------------------------------- -Sat Dec 16 19:54:19 UTC 2023 - Dirk Müller - -- update to 2.20.0: - * Require proto-plus >= 1.22.3 - * Use retry_async instead of retry in async client - ------------------------------------------------------------------- Thu Dec 7 21:55:40 UTC 2023 - Dirk Müller diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec index 0cb3c2a..ebaffca 100644 --- a/python-google-cloud-kms.spec +++ b/python-google-cloud-kms.spec @@ -16,9 +16,10 @@ # -%{?sle15_python_module_pythons} +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without python2 Name: python-google-cloud-kms -Version: 2.20.0 +Version: 2.19.2 Release: 0 Summary: Cloud Key Management Service (KMS) API API client library License: Apache-2.0 @@ -27,20 +28,24 @@ 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 grpc-google-iam-v1 >= 0.12.4} -BuildRequires: %{python_module pip} -BuildRequires: %{python_module proto-plus >= 1.22.3} +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 wheel} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-google-api-core >= 1.34.0 Requires: python-grpc-google-iam-v1 >= 0.12.4 -Requires: python-proto-plus >= 1.22.3 Requires(post): update-alternatives Requires(preun):update-alternatives BuildArch: noarch +%if %{with python2} +BuildRequires: python-enum34 +%endif +%ifpython2 +Requires: python-enum34 +%endif %python_subpackages %description @@ -50,10 +55,10 @@ Cloud Key Management Service (KMS) API API client library %setup -q -n google-cloud-kms-%{version} %build -%pyproject_wheel +%python_build %install -%pyproject_install +%python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -62,8 +67,6 @@ Cloud Key Management Service (KMS) API API client library %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/google/cloud/kms -%{python_sitelib}/google/cloud/kms_v1 -%{python_sitelib}/google_cloud_kms-%{version}.dist-info +%{python_sitelib}/* %changelog From 20e0bafe9523dd4a9f4916e738a1bd3d5b598f7856bd9c8a51afc012d4a68daf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Dec 2023 20:02:35 +0000 Subject: [PATCH 2/3] fetch updates from devel package devel:languages:python/python-google-cloud-kms OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-kms?expand=0&rev=2 --- google-cloud-kms-2.19.2.tar.gz | 3 --- google-cloud-kms-2.20.0.tar.gz | 3 +++ python-google-cloud-kms.changes | 7 +++++++ python-google-cloud-kms.spec | 25 +++++++++++-------------- 4 files changed, 21 insertions(+), 17 deletions(-) delete mode 100644 google-cloud-kms-2.19.2.tar.gz create mode 100644 google-cloud-kms-2.20.0.tar.gz diff --git a/google-cloud-kms-2.19.2.tar.gz b/google-cloud-kms-2.19.2.tar.gz deleted file mode 100644 index cbbbfd4..0000000 --- a/google-cloud-kms-2.19.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17a5034592e85ef0031d25bbe5894bdb2d719460855980bfeb68aa4e8ffc12bd -size 168736 diff --git a/google-cloud-kms-2.20.0.tar.gz b/google-cloud-kms-2.20.0.tar.gz new file mode 100644 index 0000000..58f8eb1 --- /dev/null +++ b/google-cloud-kms-2.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f5082ad28d63decf87a70795e90770d1f871e04b9174f148d053fa3cccbbed +size 171249 diff --git a/python-google-cloud-kms.changes b/python-google-cloud-kms.changes index 6e7dbe0..1d87fbe 100644 --- a/python-google-cloud-kms.changes +++ b/python-google-cloud-kms.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 16 19:54:19 UTC 2023 - Dirk Müller + +- update to 2.20.0: + * Require proto-plus >= 1.22.3 + * Use retry_async instead of retry in async client + ------------------------------------------------------------------- Thu Dec 7 21:55:40 UTC 2023 - Dirk Müller diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec index ebaffca..0cb3c2a 100644 --- a/python-google-cloud-kms.spec +++ b/python-google-cloud-kms.spec @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%{?sle15_python_module_pythons} Name: python-google-cloud-kms -Version: 2.19.2 +Version: 2.20.0 Release: 0 Summary: Cloud Key Management Service (KMS) API API client library License: Apache-2.0 @@ -28,24 +27,20 @@ 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 grpc-google-iam-v1 >= 0.12.4} -BuildRequires: %{python_module proto-plus >= 1.22.0} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module proto-plus >= 1.22.3} BuildRequires: %{python_module protobuf >= 3.19} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-google-api-core >= 1.34.0 Requires: python-grpc-google-iam-v1 >= 0.12.4 +Requires: python-proto-plus >= 1.22.3 Requires(post): update-alternatives Requires(preun):update-alternatives BuildArch: noarch -%if %{with python2} -BuildRequires: python-enum34 -%endif -%ifpython2 -Requires: python-enum34 -%endif %python_subpackages %description @@ -55,10 +50,10 @@ Cloud Key Management Service (KMS) API API client library %setup -q -n google-cloud-kms-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -67,6 +62,8 @@ Cloud Key Management Service (KMS) API API client library %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/google/cloud/kms +%{python_sitelib}/google/cloud/kms_v1 +%{python_sitelib}/google_cloud_kms-%{version}.dist-info %changelog From edc4358d8240a4ce7b09ce89baca4ca026b2602f7417728d42cfeae21069a52e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 4 Feb 2024 10:07:34 +0000 Subject: [PATCH 3/3] - update to 2.21.0: * Allow users to explicitly configure universe domain OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-kms?expand=0&rev=4 --- google-cloud-kms-2.20.0.tar.gz | 3 --- google-cloud-kms-2.21.0.tar.gz | 3 +++ python-google-cloud-kms.changes | 6 ++++++ python-google-cloud-kms.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 google-cloud-kms-2.20.0.tar.gz create mode 100644 google-cloud-kms-2.21.0.tar.gz diff --git a/google-cloud-kms-2.20.0.tar.gz b/google-cloud-kms-2.20.0.tar.gz deleted file mode 100644 index 58f8eb1..0000000 --- a/google-cloud-kms-2.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86f5082ad28d63decf87a70795e90770d1f871e04b9174f148d053fa3cccbbed -size 171249 diff --git a/google-cloud-kms-2.21.0.tar.gz b/google-cloud-kms-2.21.0.tar.gz new file mode 100644 index 0000000..88c142d --- /dev/null +++ b/google-cloud-kms-2.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e746e76c999a619e82501d0037fce5b4f3e1bda087153e39b90baa853d9bad32 +size 179939 diff --git a/python-google-cloud-kms.changes b/python-google-cloud-kms.changes index 1d87fbe..173fa4d 100644 --- a/python-google-cloud-kms.changes +++ b/python-google-cloud-kms.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 4 10:07:16 UTC 2024 - Dirk Müller + +- update to 2.21.0: + * Allow users to explicitly configure universe domain + ------------------------------------------------------------------- Sat Dec 16 19:54:19 UTC 2023 - Dirk Müller diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec index 0cb3c2a..df84135 100644 --- a/python-google-cloud-kms.spec +++ b/python-google-cloud-kms.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-cloud-kms # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-google-cloud-kms -Version: 2.20.0 +Version: 2.21.0 Release: 0 Summary: Cloud Key Management Service (KMS) API API client library License: Apache-2.0 @@ -39,7 +39,7 @@ Requires: python-google-api-core >= 1.34.0 Requires: python-grpc-google-iam-v1 >= 0.12.4 Requires: python-proto-plus >= 1.22.3 Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives BuildArch: noarch %python_subpackages