Hello community,
here is the log from the commit of package python-google-api-python-client for
openSUSE:Factory checked in at 2020-04-10 23:53:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
and /work/SRC/openSUSE:Factory/.python-google-api-python-client.new.3248
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-api-python-client"
Fri Apr 10 23:53:05 2020 rev:12 rq:792353 version:1.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
2020-03-25 23:46:53.832064272 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new.3248/python-google-api-python-client.changes
2020-04-10 23:53:34.248712786 +0200
@@ -1,0 +2,7 @@
+Wed Apr 8 07:30:19 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 1.8.0
+ * Add api endpoint override.
(https://github.com/googleapis/google-api-python-client/pull/829)
+ * Various small bugfixes.
+
+-------------------------------------------------------------------
Old:
----
google-api-python-client-1.7.11.tar.gz
New:
----
google-api-python-client-1.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-api-python-client.spec ++++++
--- /var/tmp/diff_new_pack.2iiK65/_old 2020-04-10 23:53:35.472713683 +0200
+++ /var/tmp/diff_new_pack.2iiK65/_new 2020-04-10 23:53:35.476713685 +0200
@@ -18,13 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-api-python-client
-Version: 1.7.11
+Version: 1.8.0
Release: 0
Summary: Google APIs Python Client
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/google/google-api-python-client
Source:
https://files.pythonhosted.org/packages/source/g/google-api-python-client/google-api-python-client-%{version}.tar.gz
+BuildRequires: %{python_module google-api-core >= 1.13.0}
BuildRequires: %{python_module google-auth >= 1.4.1}
BuildRequires: %{python_module google-auth-httplib2 >= 0.0.3}
BuildRequires: %{python_module httplib2 >= 0.9.2}
@@ -36,6 +37,7 @@
BuildRequires: %{python_module uritemplate >= 3.0.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-google-api-core >= 1.13.0
Requires: python-google-auth >= 1.4.1
Requires: python-google-auth-httplib2 >= 0.0.3
Requires: python-httplib2 >= 0.9.2
@@ -62,7 +64,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# DiscoveryFromDocument::test_api_endpoint_override_from_client_options and
+# DiscoveryFromDocument::test_api_endpoint_override_from_client_options_dict
fail with "server unavailable"
+%pytest -k "not (test_api_endpoint_override_from_client_options and Document)"
%files %{python_files}
%doc CHANGELOG
++++++ google-api-python-client-1.7.11.tar.gz ->
google-api-python-client-1.8.0.tar.gz ++++++
++++ 14498 lines of diff (skipped)