diff --git a/packages/p/python-google-api-python-client/.files b/packages/p/python-google-api-python-client/.files index b2eb00f310f..8a1e61e8217 100644 Binary files a/packages/p/python-google-api-python-client/.files and b/packages/p/python-google-api-python-client/.files differ diff --git a/packages/p/python-google-api-python-client/.rev b/packages/p/python-google-api-python-client/.rev index 15e9015856b..4b28e0ab3c6 100644 --- a/packages/p/python-google-api-python-client/.rev +++ b/packages/p/python-google-api-python-client/.rev @@ -129,4 +129,17 @@ eplacement for google-api-python-client, follow our naming convention 792353 + + 9dbb138d7a696a0658c9dcc7a59f1940 + 1.8.2 + + dimstar_suse + - 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) + 802599 + diff --git a/packages/p/python-google-api-python-client/google-api-python-client-1.8.0.tar.gz b/packages/p/python-google-api-python-client/google-api-python-client-1.8.0.tar.gz deleted file mode 120000 index e0c9e642b4c..00000000000 --- a/packages/p/python-google-api-python-client/google-api-python-client-1.8.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiaplnbkctrnf5664qhs4riukmo35fpl32occ45ryqcauzoee7tzaa \ No newline at end of file diff --git a/packages/p/python-google-api-python-client/google-api-python-client-1.8.2.tar.gz b/packages/p/python-google-api-python-client/google-api-python-client-1.8.2.tar.gz new file mode 120000 index 00000000000..4731ab96b13 --- /dev/null +++ b/packages/p/python-google-api-python-client/google-api-python-client-1.8.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreif7jawbh62bu3ibo4hz2yv6nmz73tkb22gjp4v6xg7aekl33wpheu \ No newline at end of file diff --git a/packages/p/python-google-api-python-client/python-google-api-python-client.changes b/packages/p/python-google-api-python-client/python-google-api-python-client.changes index e2bae60a14d..db35fbdfa41 100644 --- a/packages/p/python-google-api-python-client/python-google-api-python-client.changes +++ b/packages/p/python-google-api-python-client/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/packages/p/python-google-api-python-client/python-google-api-python-client.spec b/packages/p/python-google-api-python-client/python-google-api-python-client.spec index 8a3ffa98d4d..a8228b08024 100644 --- a/packages/p/python-google-api-python-client/python-google-api-python-client.spec +++ b/packages/p/python-google-api-python-client/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}/*