Accepting request 713080 from devel:languages:python

- Update to 1.1.0:
  * Allow kwargs to be passed to create_channel (via synth). (#8395)
  * Add empty lines (via synth). (#8062)
  * Remove classifier for Python 3.4 for end-of-life. (#7535)

OBS-URL: https://build.opensuse.org/request/show/713080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-kms?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-07-04 13:43:09 +00:00 committed by Git OBS Bridge
commit 9ad32cd5dc
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2167e1c599ea1d9fed96d317ad817d0b37497460c70f11aafa13a24ede7c9c35
size 47673

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:556ec619dda81aa4864833cfa15222f9fe3d6095b1eeccda9e2349c97549f67a
size 59069

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 2 14:53:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.1.0:
* Allow kwargs to be passed to create_channel (via synth). (#8395)
* Add empty lines (via synth). (#8062)
* Remove classifier for Python 3.4 for end-of-life. (#7535)
-------------------------------------------------------------------
Mon Feb 18 09:36:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-cloud-kms
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: Cloud Key Management Service (KMS) API API client library
License: Apache-2.0
@ -57,7 +57,7 @@ Cloud Key Management Service (KMS) API API client library
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec -m pytest
%pytest
%files %{python_files}
%doc README.rst