From 2e0c295462e21d506ae49f9dfd278379a5b77be96721b72adb181ee0775d6d05 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 21:55:56 +0000 Subject: [PATCH] - update to 2.19.2: * Add support for python 3.12 * Introduce compatibility with native namespace packages require python 3.7+ (#313) (28d244f) * add ProtectionLevel.External enum; standardize use of 'optional' OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=32 --- google-cloud-kms-2.19.1.tar.gz | 3 --- google-cloud-kms-2.19.2.tar.gz | 3 +++ python-google-cloud-kms.changes | 11 +++++++++-- python-google-cloud-kms.spec | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 google-cloud-kms-2.19.1.tar.gz create mode 100644 google-cloud-kms-2.19.2.tar.gz diff --git a/google-cloud-kms-2.19.1.tar.gz b/google-cloud-kms-2.19.1.tar.gz deleted file mode 100644 index c3108d5..0000000 --- a/google-cloud-kms-2.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89add70a92d45c9f7700610774368e89d4046a05243150276f65182be92dcca7 -size 168720 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/python-google-cloud-kms.changes b/python-google-cloud-kms.changes index a7e01ac..6e7dbe0 100644 --- a/python-google-cloud-kms.changes +++ b/python-google-cloud-kms.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 7 21:55:40 UTC 2023 - Dirk Müller + +- update to 2.19.2: + * Add support for python 3.12 + * Introduce compatibility with native namespace packages + ------------------------------------------------------------------- Wed Aug 30 10:57:59 UTC 2023 - John Paul Adrian Glaubitz @@ -78,7 +85,7 @@ Wed Sep 28 21:36:10 UTC 2022 - Yogalakshmi Arunachalam 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) + require python 3.7+ (#313) (28d244f) ------------------------------------------------------------------- Thu Jun 9 05:22:57 UTC 2022 - pgajdos@suse.com @@ -102,7 +109,7 @@ Mon Apr 20 11:49:12 UTC 2020 - Tomáš Chvátal Wed Apr 8 11:37:50 UTC 2020 - Marketa Calabkova - Update to 1.3.0 - * add ProtectionLevel.External enum; standardize use of 'optional' + * add ProtectionLevel.External enum; standardize use of 'optional' and 'required' in docstrings (via synth) ------------------------------------------------------------------- diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec index 41ba4a1..ebaffca 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.19.1 +Version: 2.19.2 Release: 0 Summary: Cloud Key Management Service (KMS) API API client library License: Apache-2.0