Hello community,
here is the log from the commit of package python-google-cloud-speech for
openSUSE:Factory checked in at 2019-03-18 10:38:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-speech (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-speech.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-speech"
Mon Mar 18 10:38:50 2019 rev:3 rq:685335 version:0.36.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-speech/python-google-cloud-speech.changes
2018-12-19 13:53:53.390913584 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-speech.new.28833/python-google-cloud-speech.changes
2019-03-18 10:38:56.859468292 +0100
@@ -1,0 +2,15 @@
+Fri Mar 15 11:23:51 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.36.3:
+ * Add 'RecognitionConfig.audio_channel_count' field via synth. (#7240)
+ * Protoc-generated serialization update. (#7106)
+ * Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391)
+ * Import iam.policy from google.api_core. (#6741)
+ * Pick up fixes to GAIPC generator. (#6508)
+ * Add result_end_time, docstring changes via synth. (#6462)
+ * Assorted synth fixups / cleanups (#6400)
+ * Fix client_info bug, update docstrings and timeouts. (#6421)
+ * Re-generate library using speech/synth.py (#5979)
+- Really execute tests
+
+-------------------------------------------------------------------
Old:
----
google-cloud-speech-0.36.0.tar.gz
New:
----
google-cloud-speech-0.36.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-speech.spec ++++++
--- /var/tmp/diff_new_pack.dUDLLn/_old 2019-03-18 10:38:59.871465718 +0100
+++ /var/tmp/diff_new_pack.dUDLLn/_new 2019-03-18 10:38:59.871465718 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-speech
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,21 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-cloud-speech
-Version: 0.36.0
+Version: 0.36.3
Release: 0
Summary: Google Cloud Speech API client library
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/GoogleCloudPlatform/google-cloud-python
+URL: https://github.com/GoogleCloudPlatform/google-cloud-python
Source:
https://files.pythonhosted.org/packages/source/g/google-cloud-speech/google-cloud-speech-%{version}.tar.gz
+BuildRequires: %{python_module google-api-core >= 1.4.1}
+BuildRequires: %{python_module mock}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: python-rpm-macros
-# SECTION test requirements
-BuildRequires: %{python_module google-api-core >= 0.1.4}
-# /SECTION
BuildRequires: fdupes
-Requires: python-google-api-core >= 0.1.4
+BuildRequires: python-rpm-macros
+Requires: python-google-api-core >= 1.4.1
BuildArch: noarch
-
%python_subpackages
%description
@@ -41,6 +40,9 @@
%prep
%setup -q -n google-cloud-speech-%{version}
+# remove tests needing credentials to google services
+rm tests/system/gapic/v1/test_system_speech_v1.py
+rm tests/system/gapic/v1p1beta1/test_system_speech_v1p1beta1.py
%build
%python_build
@@ -50,7 +52,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pytest
%files %{python_files}
%license LICENSE
++++++ google-cloud-speech-0.36.0.tar.gz -> google-cloud-speech-0.36.3.tar.gz
++++++
++++ 10327 lines of diff (skipped)