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..9681a72 100644 --- a/python-google-cloud-kms.spec +++ b/python-google-cloud-kms.spec @@ -19,23 +19,23 @@ %{?!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 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