Accepting request 730381 from devel:languages:python
- 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/request/show/730381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-kms?expand=0&rev=3
This commit is contained in:
commit
1ad7a84a56
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:556ec619dda81aa4864833cfa15222f9fe3d6095b1eeccda9e2349c97549f67a
|
||||
size 59069
|
3
google-cloud-kms-1.2.1.tar.gz
Normal file
3
google-cloud-kms-1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb2cf9bff554df05f32c9a51cc50cdd0d6fbabcdc20526460df5306ea28547ff
|
||||
size 60006
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 11:37:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user