- 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/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal 2019-07-02 14:54:28 +00:00 committed by Git OBS Bridge
parent a498e41b43
commit 67b90b66db
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> 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-cloud-kms Name: python-google-cloud-kms
Version: 1.0.0 Version: 1.1.0
Release: 0 Release: 0
Summary: Cloud Key Management Service (KMS) API API client library Summary: Cloud Key Management Service (KMS) API API client library
License: Apache-2.0 License: Apache-2.0
@ -57,7 +57,7 @@ Cloud Key Management Service (KMS) API API client library
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_exec -m pytest %pytest
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst