diff --git a/google-api-python-client-1.8.0.tar.gz b/google-api-python-client-1.8.0.tar.gz deleted file mode 100644 index d4b6b80..0000000 --- a/google-api-python-client-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f5b42a14e2d2f7dee40f2e4514531dbe95ebde9c2173b1c4040a65c427e7900 -size 145457 diff --git a/google-api-python-client-1.8.2.tar.gz b/google-api-python-client-1.8.2.tar.gz new file mode 100644 index 0000000..4577297 --- /dev/null +++ b/google-api-python-client-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf482c13fb41a6d01770f9d62be6b33fdcd41d68c97f2beb9be02297bdd9e725 +size 141138 diff --git a/python-google-api-python-client.changes b/python-google-api-python-client.changes index cb810a6..51613f2 100644 --- a/python-google-api-python-client.changes +++ b/python-google-api-python-client.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon May 11 06:28:41 UTC 2020 - Matej Cepl + +- Update to 1.8.2: + - Remove apiclient.__version__ gh#googleapis/googleapis#870 + - Adding ConnectionError to retry mechanism gh#googleapis/googleapis#558 + - replace '-' in method names with '_' gh#googleapis/google-api-python-client#863 +- Add missing dependency on oauth2client. +- Fix filelist (no CHANGELOG anymore, missing README.md) + ------------------------------------------------------------------- Wed Apr 8 07:30:19 UTC 2020 - Marketa Calabkova diff --git a/python-google-api-python-client.spec b/python-google-api-python-client.spec index eb575ed..b8a6a35 100644 --- a/python-google-api-python-client.spec +++ b/python-google-api-python-client.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-api-python-client -Version: 1.8.0 +Version: 1.8.2 Release: 0 Summary: Google APIs Python Client License: Apache-2.0 @@ -30,6 +30,7 @@ BuildRequires: %{python_module google-auth >= 1.4.1} BuildRequires: %{python_module google-auth-httplib2 >= 0.0.3} BuildRequires: %{python_module httplib2 >= 0.9.2} BuildRequires: %{python_module mock} +BuildRequires: %{python_module oauth2client} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.6.1} @@ -69,7 +70,7 @@ Google APIs Client Library for Python %pytest -k "not (test_api_endpoint_override_from_client_options and Document)" %files %{python_files} -%doc CHANGELOG +%doc README.md %license LICENSE %{python_sitelib}/*