diff --git a/google-api-python-client-1.7.11.tar.gz b/google-api-python-client-1.7.11.tar.gz deleted file mode 100644 index fadcbf1..0000000 --- a/google-api-python-client-1.7.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8a88174f66d92aed7ebbd73744c2c319b4b1ce828e565f9ec721352d2e2fb8c -size 142837 diff --git a/google-api-python-client-1.8.0.tar.gz b/google-api-python-client-1.8.0.tar.gz new file mode 100644 index 0000000..d4b6b80 --- /dev/null +++ b/google-api-python-client-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5b42a14e2d2f7dee40f2e4514531dbe95ebde9c2173b1c4040a65c427e7900 +size 145457 diff --git a/python-google-api-python-client.changes b/python-google-api-python-client.changes index d5a6661..cb810a6 100644 --- a/python-google-api-python-client.changes +++ b/python-google-api-python-client.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 8 07:30:19 UTC 2020 - Marketa Calabkova + +- Update to 1.8.0 + * Add api endpoint override. (https://github.com/googleapis/google-api-python-client/pull/829) + * Various small bugfixes. + ------------------------------------------------------------------- Thu Sep 12 11:34:29 UTC 2019 - Tomáš Chvátal diff --git a/python-google-api-python-client.spec b/python-google-api-python-client.spec index 6ef4adf..eb575ed 100644 --- a/python-google-api-python-client.spec +++ b/python-google-api-python-client.spec @@ -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 unittest2} 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 @@ Google APIs Client Library for Python %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