From 3737c0797ec24fdcb5f2be22f4bfe54e0dba7e509893f88bddb2676a66e481ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Sep 2019 11:40:05 +0000 Subject: [PATCH] - Update to 1.2.1: * Remove send/recv msg size limit (via synth). (#8959) * Accomodate new location of 'IAMPolicyStub' (via synth). (#8679) * Add 'options_' argument to client's 'get_iam_policy'; pin black version (via synth). (#8656) * Add 'client_options' support, update list method docstrings (via synth). (#8514) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=6 --- google-cloud-kms-1.1.0.tar.gz | 3 --- google-cloud-kms-1.2.1.tar.gz | 3 +++ python-google-cloud-kms.changes | 9 +++++++++ python-google-cloud-kms.spec | 12 ++++++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 google-cloud-kms-1.1.0.tar.gz create mode 100644 google-cloud-kms-1.2.1.tar.gz diff --git a/google-cloud-kms-1.1.0.tar.gz b/google-cloud-kms-1.1.0.tar.gz deleted file mode 100644 index b2da195..0000000 --- a/google-cloud-kms-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:556ec619dda81aa4864833cfa15222f9fe3d6095b1eeccda9e2349c97549f67a -size 59069 diff --git a/google-cloud-kms-1.2.1.tar.gz b/google-cloud-kms-1.2.1.tar.gz new file mode 100644 index 0000000..d3eeb04 --- /dev/null +++ b/google-cloud-kms-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2cf9bff554df05f32c9a51cc50cdd0d6fbabcdc20526460df5306ea28547ff +size 60006 diff --git a/python-google-cloud-kms.changes b/python-google-cloud-kms.changes index 7c3bb60..48ca26b 100644 --- a/python-google-cloud-kms.changes +++ b/python-google-cloud-kms.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 12 11:37:53 UTC 2019 - Tomáš Chvátal + +- Update to 1.2.1: + * Remove send/recv msg size limit (via synth). (#8959) + * Accomodate new location of 'IAMPolicyStub' (via synth). (#8679) + * Add 'options_' argument to client's 'get_iam_policy'; pin black version (via synth). (#8656) + * Add 'client_options' support, update list method docstrings (via synth). (#8514) + ------------------------------------------------------------------- Tue Jul 2 14:53:37 UTC 2019 - Tomáš Chvátal diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec index 2809638..0ab0a23 100644 --- a/python-google-cloud-kms.spec +++ b/python-google-cloud-kms.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-cloud-kms -Version: 1.1.0 +Version: 1.2.1 Release: 0 Summary: Cloud Key Management Service (KMS) API API client library License: Apache-2.0 @@ -29,17 +29,17 @@ BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-enum34 BuildRequires: python-rpm-macros -BuildRequires: python2-enum34 -Requires: python-google-api-core >= 1.6.0 -Requires: python-grpc-google-iam-v1 >= 0.11.4 +Requires: python-google-api-core >= 1.14.0 +Requires: python-grpc-google-iam-v1 >= 0.12.3 BuildArch: noarch %ifpython2 Requires: python-enum34 %endif # SECTION test requirements -BuildRequires: %{python_module google-api-core >= 1.6.0} -BuildRequires: %{python_module grpc-google-iam-v1 >= 0.11.4} +BuildRequires: %{python_module google-api-core >= 1.14.0} +BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.3} # /SECTION %python_subpackages