commit python-google-api-python-client for openSUSE:Factory

2020-10-15 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2020-10-15 13:48:48

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new.3486 
(New)


Package is "python-google-api-python-client"

Thu Oct 15 13:48:48 2020 rev:16 rq:833488 version:1.11.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2020-06-25 15:11:49.602193418 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new.3486/python-google-api-python-client.changes
2020-10-15 13:49:23.453274035 +0200
@@ -1,0 +2,28 @@
+Thu Sep 10 14:05:18 UTC 2020 - John Paul Adrian Glaubitz 

+
+- Update to version 1.11.0
+  * add support for mtls env variables (#1008)
+- from version 1.10.1
+  * discovery uses V2 when version is None (#975), closes (#971)
+  * fix deprecation warnings due to invalid escape sequences. (#996), closes 
(#995)
+  * fix link to service accounts documentation (#986)
+  * update generated docs (#981)
+- from version 1.10.0
+  * allow to use 'six.moves.collections_abc.Mapping' in 
'client_options.from_dict()' (#943)
+  * Build universal wheels (#948)
+  * discovery supports retries (#967), closes (#848)
+  * consolidating and updating the Contribution Guide (#964), closes (#963)
+- from version 1.9.3
+  * update GOOGLE_API_USE_MTLS values (#940)
+- from version 1.9.2
+  * bump api-core version (#936)
+- from version 1.9.1
+  * fix python-api-core dependency issue (#931)
+- from version 1.9.0
+  * add mtls feature (#917)
+  * add templates for python samples projects (#506), (#924)
+- Refresh patches for new version
+  + python-google-api-python-client-no-unittest2.patch
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  google-api-python-client-1.8.4.tar.gz

New:

  google-api-python-client-1.11.0.tar.gz



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.ucJiIH/_old  2020-10-15 13:49:24.229274359 +0200
+++ /var/tmp/diff_new_pack.ucJiIH/_new  2020-10-15 13:49:24.233274361 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-python-client
-Version:1.8.4
+Version:1.11.0
 Release:0
 Summary:Google APIs Python Client
 License:Apache-2.0
@@ -27,20 +27,21 @@
 Source: 
https://files.pythonhosted.org/packages/source/g/google-api-python-client/google-api-python-client-%{version}.tar.gz
 # https://github.com/googleapis/google-api-python-client/pull/929
 Patch0: python-google-api-python-client-no-unittest2.patch
-BuildRequires:  %{python_module google-api-core >= 1.13.0}
-BuildRequires:  %{python_module google-auth >= 1.4.1}
+BuildRequires:  %{python_module google-api-core >= 1.18.0}
+BuildRequires:  %{python_module google-auth >= 1.16.0}
 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 parameterized}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.6.1}
 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-api-core >= 1.18.0
+Requires:   python-google-auth >= 1.16.0
 Requires:   python-google-auth-httplib2 >= 0.0.3
 Requires:   python-httplib2 >= 0.9.2
 Requires:   python-six >= 1.6.1

++ google-api-python-client-1.8.4.tar.gz -> 
google-api-python-client-1.11.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-python-client-1.8.4/PKG-INFO 
new/google-api-python-client-1.11.0/PKG-INFO
--- old/google-api-python-client-1.8.4/PKG-INFO 2020-05-26 22:19:38.414078000 
+0200
+++ new/google-api-python-client-1.11.0/PKG-INFO2020-08-27 
23:35:31.385575800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-api-python-client
-Version: 1.8.4
+Version: 1.11.0
 Summary: Google API Client Library for Python
 Home-page: https://github.com/googleapis/google-api-python-client/
 Author: Google LLC
@@ -74,7 +74,9 @@
 
 ## Contributing
 
-Please see the [contributing 

commit python-google-api-python-client for openSUSE:Factory

2020-06-25 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2020-06-25 15:11:29

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new.3060 
(New)


Package is "python-google-api-python-client"

Thu Jun 25 15:11:29 2020 rev:15 rq:817036 version:1.8.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2020-06-02 14:40:46.387926139 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new.3060/python-google-api-python-client.changes
2020-06-25 15:11:49.602193418 +0200
@@ -1,0 +2,5 @@
+Thu Jun 25 10:42:58 UTC 2020 - pgaj...@suse.com
+
+- so remove the dependency on unittest2 from BuildRequires, too
+
+---



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.DrjCmo/_old  2020-06-25 15:11:50.218195352 +0200
+++ /var/tmp/diff_new_pack.DrjCmo/_new  2020-06-25 15:11:50.222195364 +0200
@@ -36,7 +36,6 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.6.1}
-BuildRequires:  %{python_module unittest2}
 BuildRequires:  %{python_module uritemplate  >= 3.0.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-google-api-python-client for openSUSE:Factory

2020-06-02 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2020-06-02 14:39:58

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new.3606 
(New)


Package is "python-google-api-python-client"

Tue Jun  2 14:39:58 2020 rev:14 rq:810641 version:1.8.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2020-05-11 13:44:06.065469268 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new.3606/python-google-api-python-client.changes
2020-06-02 14:40:46.387926139 +0200
@@ -1,0 +2,11 @@
+Mon Jun  1 13:53:40 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.8.4
+  * don't try to import GAE API in other environments (#903) (09e6447)
+  * the turn down date for global batch uri (#901) (6ddadd7)
+  * downgrade repetitive logging calls to debug (#885) (3bf2781), closes #781
+- added patches
+  fix unittest2 seems to be fake dependency
+  + python-google-api-python-client-no-unittest2.patch
+
+---

Old:

  google-api-python-client-1.8.2.tar.gz

New:

  google-api-python-client-1.8.4.tar.gz
  python-google-api-python-client-no-unittest2.patch



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.hQEBGf/_old  2020-06-02 14:40:47.775930526 +0200
+++ /var/tmp/diff_new_pack.hQEBGf/_new  2020-06-02 14:40:47.787930564 +0200
@@ -18,13 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-python-client
-Version:1.8.2
+Version:1.8.4
 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
+# https://github.com/googleapis/google-api-python-client/pull/929
+Patch0: python-google-api-python-client-no-unittest2.patch
 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}
@@ -56,6 +58,7 @@
 
 %prep
 %setup -q -n google-api-python-client-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ google-api-python-client-1.8.2.tar.gz -> 
google-api-python-client-1.8.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-python-client-1.8.2/PKG-INFO 
new/google-api-python-client-1.8.4/PKG-INFO
--- old/google-api-python-client-1.8.2/PKG-INFO 2020-04-21 22:22:25.310601500 
+0200
+++ new/google-api-python-client-1.8.4/PKG-INFO 2020-05-26 22:19:38.414078000 
+0200
@@ -1,8 +1,8 @@
 Metadata-Version: 2.1
 Name: google-api-python-client
-Version: 1.8.2
+Version: 1.8.4
 Summary: Google API Client Library for Python
-Home-page: http://github.com/google/google-api-python-client/
+Home-page: https://github.com/googleapis/google-api-python-client/
 Author: Google LLC
 Author-email: googleapis-packa...@google.com
 License: Apache 2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-api-python-client-1.8.2/google_api_python_client.egg-info/PKG-INFO 
new/google-api-python-client-1.8.4/google_api_python_client.egg-info/PKG-INFO
--- 
old/google-api-python-client-1.8.2/google_api_python_client.egg-info/PKG-INFO   
2020-04-21 22:22:25.0 +0200
+++ 
new/google-api-python-client-1.8.4/google_api_python_client.egg-info/PKG-INFO   
2020-05-26 22:19:38.0 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 2.1
 Name: google-api-python-client
-Version: 1.8.2
+Version: 1.8.4
 Summary: Google API Client Library for Python
-Home-page: http://github.com/google/google-api-python-client/
+Home-page: https://github.com/googleapis/google-api-python-client/
 Author: Google LLC
 Author-email: googleapis-packa...@google.com
 License: Apache 2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-api-python-client-1.8.2/googleapiclient/_helpers.py 
new/google-api-python-client-1.8.4/googleapiclient/_helpers.py
--- old/google-api-python-client-1.8.2/googleapiclient/_helpers.py  
2020-04-21 22:20:42.0 +0200
+++ new/google-api-python-client-1.8.4/googleapiclient/_helpers.py  
2020-05-26 22:17:53.0 +0200
@@ -40,7 +40,7 @@
 
 
 def positional(max_positional_args):
-"""A decorator 

commit python-google-api-python-client for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2020-05-11 13:43:56

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new.2738 
(New)


Package is "python-google-api-python-client"

Mon May 11 13:43:56 2020 rev:13 rq:802599 version:1.8.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2020-04-10 23:53:34.248712786 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new.2738/python-google-api-python-client.changes
2020-05-11 13:44:06.065469268 +0200
@@ -1,0 +2,10 @@
+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)
+
+---

Old:

  google-api-python-client-1.8.0.tar.gz

New:

  google-api-python-client-1.8.2.tar.gz



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.uCqo03/_old  2020-05-11 13:44:07.713472766 +0200
+++ /var/tmp/diff_new_pack.uCqo03/_new  2020-05-11 13:44:07.713472766 +0200
@@ -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-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 @@
 %pytest -k "not (test_api_endpoint_override_from_client_options and Document)"
 
 %files %{python_files}
-%doc CHANGELOG
+%doc README.md
 %license LICENSE
 %{python_sitelib}/*
 

++ google-api-python-client-1.8.0.tar.gz -> 
google-api-python-client-1.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-python-client-1.8.0/CHANGELOG 
new/google-api-python-client-1.8.2/CHANGELOG
--- old/google-api-python-client-1.8.0/CHANGELOG2020-03-13 
21:13:29.0 +0100
+++ new/google-api-python-client-1.8.2/CHANGELOG1970-01-01 
01:00:00.0 +0100
@@ -1,513 +0,0 @@
-v1.8.0
-  Version 1.8.0
-
-  Release to support API endpoint override.
-
-  New Features
-  - Add api endpoint override. 
([#829](https://github.com/googleapis/google-api-python-client/pull/829))
-
-  Implementation Changes
-  - Don't set http.redirect_codes if the attr doesn't exist and allow more 
httplib2 versions. 
([#841](https://github.com/googleapis/google-api-python-client/pull/841))
-
-v1.7.12
-  Version 1.7.12
-  
-  Bugfix release
-  
-  Implementation Changes
-  - Look for field 'detail' in error message. 
([#739](https://github.com/googleapis/google-api-python-client/pull/739))
-  - Exclude 308s from httplib2 redirect codes list 
([#813](https://github.com/googleapis/google-api-python-client/pull/813))
-  
-  Documentation 
-  - Remove oauth2client from docs 
([#738](https://github.com/googleapis/google-api-python-client/pull/738))
-  - Fix typo. 
([#745](https://github.com/googleapis/google-api-python-client/pull/745))
-  - Remove compatibility badges. 
([#746](https://github.com/googleapis/google-api-python-client/pull/746))
-  - Fix TypeError: search_analytics_api_sample.py #732 
([#742](https://github.com/googleapis/google-api-python-client/pull/742))
-  - Correct response access 
([#750](https://github.com/googleapis/google-api-python-client/pull/750))
-  - Fix link to API explorer 
([#760](https://github.com/googleapis/google-api-python-client/pull/760))
-  - Fix argument typo in oauth2 code example 
([#763](https://github.com/googleapis/google-api-python-client/pull/763))
-  - Recommend install with virtualenv 
([#768](https://github.com/googleapis/google-api-python-client/pull/768))
-  - Fix capitalization in docs/README.md 
([#770](https://github.com/googleapis/google-api-python-client/pull/770))
-
-  - Remove compatibility badges 
([#796](https://github.com/googleapis/google-api-python-client/pull/796))
-  - Remove mentions of pycrypto 

commit python-google-api-python-client for openSUSE:Factory

2020-04-10 Thread root
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 
+
+- 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)




commit python-google-api-python-client for openSUSE:Factory

2020-03-25 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2020-03-25 23:46:06

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new.3160 
(New)


Package is "python-google-api-python-client"

Wed Mar 25 23:46:06 2020 rev:11 rq:788089 version:1.7.11

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2019-09-27 14:46:48.893019629 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new.3160/python-google-api-python-client.changes
2020-03-25 23:46:53.832064272 +0100
@@ -4 +4 @@
-- Update to 1.7.11:
+- Update to 1.7.11 bsc#1161898:



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.YPDyXi/_old  2020-03-25 23:46:55.396064783 +0100
+++ /var/tmp/diff_new_pack.YPDyXi/_new  2020-03-25 23:46:55.436064796 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-google-api-python-client
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit python-google-api-python-client for openSUSE:Factory

2019-09-27 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2019-09-27 14:46:47

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new.2352 
(New)


Package is "python-google-api-python-client"

Fri Sep 27 14:46:47 2019 rev:10 rq:730379 version:1.7.11

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2019-03-18 10:38:49.439474632 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new.2352/python-google-api-python-client.changes
2019-09-27 14:46:48.893019629 +0200
@@ -1,0 +2,6 @@
+Thu Sep 12 11:34:29 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.7.11:
+  * Various small bugfixes only
+
+---

Old:

  google-api-python-client-1.7.8.tar.gz

New:

  google-api-python-client-1.7.11.tar.gz



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.Coc0k1/_old  2019-09-27 14:46:49.537017954 +0200
+++ /var/tmp/diff_new_pack.Coc0k1/_new  2019-09-27 14:46:49.545017934 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-python-client
-Version:1.7.8
+Version:1.7.11
 Release:0
 Summary:Google APIs Python Client
 License:Apache-2.0

++ google-api-python-client-1.7.8.tar.gz -> 
google-api-python-client-1.7.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-python-client-1.7.8/CHANGELOG 
new/google-api-python-client-1.7.11/CHANGELOG
--- old/google-api-python-client-1.7.8/CHANGELOG2019-01-28 
23:25:02.0 +0100
+++ new/google-api-python-client-1.7.11/CHANGELOG   2019-08-12 
19:42:07.0 +0200
@@ -1,3 +1,44 @@
+v1.7.11
+  Version 1.7.11
+
+  Bugfix release
+
+  Implementation Changes
+  - Pass library and Python version in x-goog-api-client header 
([#734](https://github.com/googleapis/google-api-python-client/pull/734))
+
+  Documentation
+  - Fix typo in filename used in 'docs/auth.md' 
([#736](https://github.com/googleapis/google-api-python-client/pull/736))
+
+  
+v1.7.10
+  Version 1.7.10
+
+  Bugfix release
+
+  Implementation Changes
+  - Decode service to utf-8 
([#723](https://github.com/googleapis/google-api-python-client/pull/723))
+  - Use print() function in both Python2 and Python 3 
([#722](https://github.com/googleapis/google-api-python-client/pull/722))
+  - Make http.MediaFileUpload close its file descriptor 
([#600](https://github.com/googleapis/google-api-python-client/pull/600))
+  - Never make 'body' required 
([#718](https://github.com/googleapis/google-api-python-client/pull/718))
+
+  Documentation
+  - Add compatability check badges to README 
([#691](https://github.com/googleapis/google-api-python-client/pull/691))
+  - Regenerate docs 
([#696](https://github.com/googleapis/google-api-python-client/pull/696), 
[#700](https://github.com/googleapis/google-api-python-client/pull/700))
+  - Create index file for dynamically generated docs 
([#702](https://github.com/googleapis/google-api-python-client/pull/702))
+  - Add docs folder with guides from developers.google.com 
([#706](https://github.com/googleapis/google-api-python-client/pull/706), 
[#710](https://github.com/googleapis/google-api-python-client/pull/710))
+
+  Internal / Testing Changes
+  - Fix http.py, lint errors, unit test 
([#724](https://github.com/googleapis/google-api-python-client/pull/724))
+  - tox.ini: Look for Python syntax errors and undefined names 
([#721](https://github.com/googleapis/google-api-python-client/pull/721))
+
+
+v1.7.9
+  Version 1.7.9
+
+  Bugfix release
+  - Remove Django Samples. 
([#657](https://github.com/googleapis/google-api-python-client/pull/657))
+  - Call request_orig with kwargs 
([#658](https://github.com/googleapis/google-api-python-client/pull/658))
+
 v1.7.8
   Version 1.7.8
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-python-client-1.7.8/PKG-INFO 
new/google-api-python-client-1.7.11/PKG-INFO
--- old/google-api-python-client-1.7.8/PKG-INFO 2019-01-28 23:25:34.0 
+0100
+++ new/google-api-python-client-1.7.11/PKG-INFO2019-08-12 
19:42:50.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: google-api-python-client
-Version: 1.7.8
+Version: 1.7.11
 Summary: Google API Client Library for Python
 Home-page: http://github.com/google/google-api-python-client/
 Author: Google Inc.
diff -urN 

commit python-google-api-python-client for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2019-03-18 10:38:44

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new.28833 
(New)


Package is "python-google-api-python-client"

Mon Mar 18 10:38:44 2019 rev:9 rq:685321 version:1.7.8

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2018-12-19 13:53:45.134924957 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new.28833/python-google-api-python-client.changes
   2019-03-18 10:38:49.439474632 +0100
@@ -1,0 +2,9 @@
+Thu Mar 14 16:26:11 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.7.8:
+  * bunch of small bugfixes
+  * python2 exec prints warning now about deprecation
+- Remove hidePythonDeps.patch does not make sense
+- Add back unittest2 dep, upstream hardcoded it
+
+---

Old:

  google-api-python-client-1.7.4.tar.gz
  hidePythonDeps.patch

New:

  google-api-python-client-1.7.8.tar.gz



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.x97I8p/_old  2019-03-18 10:38:50.887473395 +0100
+++ /var/tmp/diff_new_pack.x97I8p/_new  2019-03-18 10:38:50.931473358 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-google-api-python-client
 #
-# 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
@@ -16,43 +16,36 @@
 #
 
 
-# Test scripts not included in source archive
-# https://github.com/google/google-api-python-client/issues/513
-%bcond_with test
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-python-client
-Version:1.7.4
+Version:1.7.8
 Release:0
 Summary:Google APIs Python Client
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/google/google-api-python-client
+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
-Patch0: hidePythonDeps.patch
+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 oauth2client >= 1.5.0}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.6.1}
+BuildRequires:  %{python_module unittest2}
 BuildRequires:  %{python_module uritemplate  >= 3.0.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-# Test requirements
-BuildRequires:  %{python_module nose}
-# Python 2 test requirements
-BuildRequires:  python-mock
-%endif
+Requires:   python-google-auth >= 1.4.1
+Requires:   python-google-auth-httplib2 >= 0.0.3
 Requires:   python-httplib2 >= 0.9.2
-Requires:   python-oauth2client >= 1.5.0
 Requires:   python-six >= 1.6.1
 Requires:   python-uritemplate  >= 3.0.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 # Package renamed in SLE 12, do not remove Provides, Obsolete directives
 # until after SLE 12 EOL
 Provides:   google-api-python-client = %{version}
 Obsoletes:  google-api-python-client < %{version}
+BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -60,7 +53,6 @@
 
 %prep
 %setup -q -n google-api-python-client-%{version}
-%patch0
 
 %build
 %python_build
@@ -69,13 +61,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_expand nosetests-%{$python_bin_suffix}
-%endif
+%pytest
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG
 %license LICENSE
 %{python_sitelib}/*

++ google-api-python-client-1.7.4.tar.gz -> 
google-api-python-client-1.7.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-python-client-1.7.4/CHANGELOG 
new/google-api-python-client-1.7.8/CHANGELOG
--- old/google-api-python-client-1.7.4/CHANGELOG2018-07-11 
21:37:44.0 +0200
+++ new/google-api-python-client-1.7.8/CHANGELOG2019-01-28 
23:25:02.0 +0100
@@ -1,6 +1,40 @@
+v1.7.8
+  

commit python-google-api-python-client for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2018-12-19 13:53:41

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new.28833 
(New)


Package is "python-google-api-python-client"

Wed Dec 19 13:53:41 2018 rev:8 rq:659396 version:1.7.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2018-08-24 17:04:04.314069102 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new.28833/python-google-api-python-client.changes
   2018-12-19 13:53:45.134924957 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:48:33 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.uiDhvZ/_old  2018-12-19 13:53:46.110923612 +0100
+++ /var/tmp/diff_new_pack.uiDhvZ/_new  2018-12-19 13:53:46.110923612 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -30,7 +30,6 @@
 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
 Patch0: hidePythonDeps.patch
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module httplib2 >= 0.9.2}
 BuildRequires:  %{python_module oauth2client >= 1.5.0}
 BuildRequires:  %{python_module setuptools}




commit python-google-api-python-client for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2018-08-24 17:04:01

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new (New)


Package is "python-google-api-python-client"

Fri Aug 24 17:04:01 2018 rev:7 rq:628979 version:1.7.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2018-06-02 12:13:20.669357369 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new/python-google-api-python-client.changes
 2018-08-24 17:04:04.314069102 +0200
@@ -1,0 +2,6 @@
+Mon Aug 13 12:54:11 UTC 2018 - mc...@suse.com
+
+- Remove dependency on unittest2
+- Upgrade to 1.7.4: just series of minor bugfixes
+
+---

Old:

  google-api-python-client-1.6.7.tar.gz

New:

  google-api-python-client-1.7.4.tar.gz



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.gQSFLa/_old  2018-08-24 17:04:04.678069534 +0200
+++ /var/tmp/diff_new_pack.gQSFLa/_new  2018-08-24 17:04:04.678069534 +0200
@@ -22,7 +22,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-python-client
-Version:1.6.7
+Version:1.7.4
 Release:0
 Summary:Google APIs Python Client
 License:Apache-2.0
@@ -43,7 +43,6 @@
 BuildRequires:  %{python_module nose}
 # Python 2 test requirements
 BuildRequires:  python-mock
-BuildRequires:  python-unittest2
 %endif
 Requires:   python-httplib2 >= 0.9.2
 Requires:   python-oauth2client >= 1.5.0

++ google-api-python-client-1.6.7.tar.gz -> 
google-api-python-client-1.7.4.tar.gz ++
 16623 lines of diff (skipped)




commit python-google-api-python-client for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2018-06-02 12:12:43

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new (New)


Package is "python-google-api-python-client"

Sat Jun  2 12:12:43 2018 rev:6 rq:613288 version:1.6.7

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2018-05-30 12:37:57.499127521 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new/python-google-api-python-client.changes
 2018-06-02 12:13:20.669357369 +0200
@@ -1,0 +2,5 @@
+Thu May 31 15:05:04 UTC 2018 - toddrme2...@gmail.com
+
+- Add bug report about tests
+
+---



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.jivu7i/_old  2018-06-02 12:13:21.149339765 +0200
+++ /var/tmp/diff_new_pack.jivu7i/_new  2018-06-02 12:13:21.149339765 +0200
@@ -17,6 +17,7 @@
 
 
 # Test scripts not included in source archive
+# https://github.com/google/google-api-python-client/issues/513
 %bcond_with test
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}




commit python-google-api-python-client for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2018-05-30 12:23:48

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new (New)


Package is "python-google-api-python-client"

Wed May 30 12:23:48 2018 rev:5 rq:612922 version:1.6.7

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2017-10-09 19:40:58.774680524 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new/python-google-api-python-client.changes
 2018-05-30 12:37:57.499127521 +0200
@@ -1,0 +2,29 @@
+Tue May 29 18:36:55 UTC 2018 - tbecht...@suse.com
+
+- update to 1.6.7:
+  - Make body optional for requests with no parameters. (#446)
+  - Fix retying on socket.timeout. (#495)
+  - Match travis matrix with tox testenv. (#498)
+  - Remove oauth2client._helpers dependency. (#493)
+  - Remove unused keyring test dependency. (#496)
+  - discovery.py: remove unused oauth2client import. (#492)
+  - Update README to reference GCP API client libraries. (#490)
+  - Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
+  - Increase the default media chunksize to 100MB. (#482)
+  - Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
+  - Proactively refresh credentials when applying and treat a missing
+`access_token` as invalid. Note: This change reveals surprising behavior
+between default credentials and batches. If you allow
+`googleapiclient.discovery.build` to use default credentials *and* specify
+different credentials by providing `batch.execut()` with an explicit `http`
+argument, your individual requests will use the default credentials and
+*not* the credentials specified to the batch http. To avoid this, tell
+`build` explicitly not to use default credentials by specifying
+`build(..., http=httplib2.Http()`. (#469)
+  - Remove mutual exclusivity check for developerKey and credentials (#465)
+  - Handle unknown media length. (#406)
+  - Handle variant error format gracefully. (#459)
+  - Avoid testing against Django >= 2.0.0 on Python 2. (#460)
+- Use %license
+
+---

Old:

  google-api-python-client-1.6.4.tar.gz

New:

  google-api-python-client-1.6.7.tar.gz



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.gN7bL9/_old  2018-05-30 12:37:58.123107644 +0200
+++ /var/tmp/diff_new_pack.gN7bL9/_new  2018-05-30 12:37:58.127107517 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-google-api-python-client
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,7 +21,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-python-client
-Version:1.6.4
+Version:1.6.7
 Release:0
 Summary:Google APIs Python Client
 License:Apache-2.0
@@ -77,7 +77,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc CHANGELOG LICENSE
+%doc CHANGELOG
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog

++ google-api-python-client-1.6.4.tar.gz -> 
google-api-python-client-1.6.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-python-client-1.6.4/CHANGELOG 
new/google-api-python-client-1.6.7/CHANGELOG
--- old/google-api-python-client-1.6.4/CHANGELOG2017-09-20 
17:54:26.0 +0200
+++ new/google-api-python-client-1.6.7/CHANGELOG2018-04-27 
22:59:17.0 +0200
@@ -1,3 +1,48 @@
+v1.6.7
+  Version 1.6.7
+
+  Bugfix release
+
+  **Note**: The next release of this library will no longer directly depend on
+oauth2client. If you need to use oauth2client, you'll need to explicitly
+install it.
+
+  - Make body optional for requests with no parameters. (#446)
+  - Fix retying on socket.timeout. (#495)
+  - Match travis matrix with tox testenv. (#498)
+  - Remove oauth2client._helpers dependency. (#493)
+  - Remove unused keyring test dependency. (#496)
+  - discovery.py: remove unused oauth2client import. (#492)
+  - Update README to reference GCP API client libraries. (#490)
+
+v1.6.6
+  Version 1.6.6
+
+  Bugfix release
+
+  - Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
+  - Increase the default media chunksize to 100MB. (#482)

commit python-google-api-python-client for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2017-10-09 19:40:54

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new (New)


Package is "python-google-api-python-client"

Mon Oct  9 19:40:54 2017 rev:4 rq:530446 version:1.6.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2017-07-19 12:21:43.802254936 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new/python-google-api-python-client.changes
 2017-10-09 19:40:58.774680524 +0200
@@ -1,0 +2,22 @@
+Sat Sep 30 16:36:20 UTC 2017 - a...@gmx.de
+
+- update to version 1.6.4:
+  * Warn when google-auth credentials are used but
+google-auth-httplib2 isn't available. (#443)
+
+- changes from version 1.6.3:
+  * Add notification of maintenance mode to README. (#410)
+  * Fix generation of methods with abnormal page token
+conventions. (#338)
+  * Raise ValueError is credentials and developerKey are both
+specified. (#358)
+  * Re-generate documentation. (#364, #373, #401)
+  * Fix method signature documentation for multiline required
+parameters. (#374)
+  * Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
+  * Fix dead link to WebTest in README. (#378)
+  * Fix details missing in googleapiclient.errors.HttpError. (#412)
+  * Don't treat httplib2.Credentials as oauth credentials. (#425)
+  * Various fixes to the Django sample. (#413)
+
+---

Old:

  google-api-python-client-1.6.2.tar.gz

New:

  google-api-python-client-1.6.4.tar.gz



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.FMrlBQ/_old  2017-10-09 19:40:59.386653627 +0200
+++ /var/tmp/diff_new_pack.FMrlBQ/_new  2017-10-09 19:40:59.390653451 +0200
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # Test scripts not included in source archive
 %bcond_with test
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-python-client
-Version:1.6.2
+Version:1.6.4
 Release:0
 Summary:Google APIs Python Client
 License:Apache-2.0
@@ -28,14 +29,14 @@
 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
 Patch0: hidePythonDeps.patch
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module httplib2 >= 0.9.2}
 BuildRequires:  %{python_module oauth2client >= 1.5.0}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.6.1}
 BuildRequires:  %{python_module uritemplate  >= 3.0.0}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %if %{with test}
 # Test requirements
 BuildRequires:  %{python_module nose}

++ google-api-python-client-1.6.2.tar.gz -> 
google-api-python-client-1.6.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-python-client-1.6.2/CHANGELOG 
new/google-api-python-client-1.6.4/CHANGELOG
--- old/google-api-python-client-1.6.2/CHANGELOG2017-02-08 
19:21:11.0 +0100
+++ new/google-api-python-client-1.6.4/CHANGELOG2017-09-20 
17:54:26.0 +0200
@@ -1,3 +1,26 @@
+v1.6.4
+  Version 1.6.4
+
+  Bugfix release
+
+  - Warn when google-auth credentials are used but google-auth-httplib2 isn't 
available. (#443)
+
+v1.6.3
+  Version 1.6.3
+
+  Bugfix release
+
+  - Add notification of maintenance mode to README. (#410)
+  - Fix generation of methods with abnormal page token conventions. (#338)
+  - Raise ValueError is credentials and developerKey are both specified. (#358)
+  - Re-generate documentation. (#364, #373, #401)
+  - Fix method signature documentation for multiline required parameters. 
(#374)
+  - Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
+  - Fix dead link to WebTest in README. (#378)
+  - Fix details missing in googleapiclient.errors.HttpError. (#412)
+  - Don't treat httplib2.Credentials as oauth credentials. (#425)
+  - Various fixes to the Django sample. (#413)
+
 v1.6.2
   Version 1.6.2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-python-client-1.6.2/PKG-INFO 
new/google-api-python-client-1.6.4/PKG-INFO
--- 

commit python-google-api-python-client for openSUSE:Factory

2017-07-19 Thread root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2017-07-19 11:20:44

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new (New)


Package is "python-google-api-python-client"

Wed Jul 19 11:20:44 2017 rev:3 rq:509221 version:1.6.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2016-11-10 13:23:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new/python-google-api-python-client.changes
 2017-07-19 12:21:43.802254936 +0200
@@ -1,0 +2,33 @@
+Mon Jul 10 14:25:33 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+- Update source URL.
+- Update to Version 1.6.2
+  * Fixed a bug where application default credentials would still be used even
+when a developerKey was specified. (#347)
+  * Official support for Python 3.5 and 3.6. (#341)
+- Update to Version 1.6.1
+  * Fixed a bug where using google-auth with scoped credentials would fail. 
(#328)
+- Update to Version 1.6.0
+  * Support for Python 2.6 has been dropped. (#319)
+  * The credentials argument to discovery.build and 
discovery.build_from_document
+can be either oauth2client credentials or google-auth credentials. (#319)
+  * discovery.build and discovery.build_from_document now unambiguously use the
+http argument to make all requests, including the request for the discovery
+document. (#319)
+  * The http and credentials arguments to discovery.build and
+discovery.build_from_document are now mutually exclusive, eliminating a
+buggy edge case. (#319)
+  * If neither http or credentials is specified to discovery.build and
+discovery.build_from_document, then Application Default Credentials will
+be used. The library prefers google-auth for this if it is available, but
+can also use oauth2client's implementation. (#319)
+  * Fixed resumable upload failure when receiving a 308 response. (#312)
+  * Clarified the support versions of Python 3. (#316)
+- Update to Version 1.5.5
+  * Allow explicit MIME type specification with media_mime_type keyword 
argument.
+  * Fix unprintable representation of BatchError with default constructor. 
(#165)
+  * Refresh all discovery docs, not just the preferred ones. (#298)
+  * Update minimum httplib2 dependency to >=0.9.2.
+
+---

Old:

  google-api-python-client-1.5.4.tar.gz

New:

  google-api-python-client-1.6.2.tar.gz



Other differences:
--
++ python-google-api-python-client.spec ++
--- /var/tmp/diff_new_pack.2SxcCI/_old  2017-07-19 12:21:44.918097478 +0200
+++ /var/tmp/diff_new_pack.2SxcCI/_new  2017-07-19 12:21:44.922096913 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-google-api-python-client
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,69 +15,68 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# Test scripts not included in source archive
+%bcond_with test
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-python-client
-Version:1.5.4
+Version:1.6.2
 Release:0
 Summary:Google APIs Python Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/google/google-api-python-client
-Source0:google-api-python-client-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/g/google-api-python-client/google-api-python-client-%{version}.tar.gz
 Patch0: hidePythonDeps.patch
-Requires:   python
-Requires:   python-httplib2 >= 0.8
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module httplib2 >= 0.9.2}
+BuildRequires:  %{python_module oauth2client >= 1.5.0}
+BuildRequires:  %{python_module six >= 1.6.1}
+BuildRequires:  %{python_module uritemplate  >= 3.0.0}
+%if %{with test}
+# Test requirements
+BuildRequires:  %{python_module nose}
+# Python 2 test requirements
+BuildRequires:  python-mock
+BuildRequires:  python-unittest2
+%endif
+Requires:   python-httplib2 >= 0.9.2
 Requires:   python-oauth2client >= 1.5.0
 Requires:   python-six  >= 1.6.1
 Requires:   

commit python-google-api-python-client for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package python-google-api-python-client for 
openSUSE:Factory checked in at 2016-11-10 13:23:01

Comparing /work/SRC/openSUSE:Factory/python-google-api-python-client (Old)
 and  /work/SRC/openSUSE:Factory/.python-google-api-python-client.new (New)


Package is "python-google-api-python-client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-python-client/python-google-api-python-client.changes
  2016-11-07 10:07:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-python-client.new/python-google-api-python-client.changes
 2016-11-10 13:23:05.0 +0100
@@ -25 +25 @@
-  + Conform with openSUSE/SUSE naming policy
+  * Conform with openSUSE/SUSE naming policy
@@ -31,3 +31,3 @@
-  + Properly handle errors when the API returns a mapping or sequence. (#289)
-  + Upgrade to unified uritemplate 3.0.0. (#293)
-  + Allow oauth2client 4.0.0, with the caveat that file-based discovery
+  * Properly handle errors when the API returns a mapping or sequence. (#289)
+  * Upgrade to unified uritemplate 3.0.0. (#293)
+  * Allow oauth2client 4.0.0, with the caveat that file-based discovery
@@ -36,5 +36,5 @@
-  + Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
-  + Fix project_id argument description. (#257)
-  + Retry chunk uploaded on rate limit exceeded errors. (#255)
-  + Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
-  + Warn when running tests using HttpMock without having a cache. (#261)
+  * Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
+  * Fix project_id argument description. (#257)
+  * Retry chunk uploaded on rate limit exceeded errors. (#255)
+  * Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
+  * Warn when running tests using HttpMock without having a cache. (#261)
@@ -42,7 +42,7 @@
-  + Allow using versions of oauth2client < 2.0.0. (#197)
-  + Check both current and new API discovery URL. (#202)
-  + Retry http requests on connection errors and timeouts. (#218)
-  + Retry http requests on rate limit responses. (#201)
-  + Import guards for ssl (for Google App Engine). (#220)
-  + Use named loggers instead of the root logger. (#206)
-  + New search console example. (#212)
+  * Allow using versions of oauth2client < 2.0.0. (#197)
+  * Check both current and new API discovery URL. (#202)
+  * Retry http requests on connection errors and timeouts. (#218)
+  * Retry http requests on rate limit responses. (#201)
+  * Import guards for ssl (for Google App Engine). (#220)
+  * Use named loggers instead of the root logger. (#206)
+  * New search console example. (#212)
@@ -50,5 +50,5 @@
-  + Fix file stream recognition in Python 3 (#141)
-  + Fix non-resumable binary uploads in Python 3 (#147)
-  + Default to 'octet-stream' if mimetype detection fails (#157)
-  + Handle SSL errors with retries (#160)
-  + Fix incompatibility with oauth2client v2.0.0 (#182)
+  * Fix file stream recognition in Python 3 (#141)
+  * Fix non-resumable binary uploads in Python 3 (#147)
+  * Default to 'octet-stream' if mimetype detection fails (#157)
+  * Handle SSL errors with retries (#160)
+  * Fix incompatibility with oauth2client v2.0.0 (#182)
@@ -60,2 +60,2 @@
-  + oauth2client is now a separate package python-oauth2client
-  + Need to update this version as the previous embedded version for
+  * oauth2client is now a separate package python-oauth2client
+  * Need to update this version as the previous embedded version for
@@ -63,3 +63,3 @@
-  + remove patch no_embed_uritempl_dep.patch
-  + add patch hidePythonDeps.patch
-  + Add automatic caching for the discovery docs.
+  * remove patch no_embed_uritempl_dep.patch
+  * add patch hidePythonDeps.patch
+  * Add automatic caching for the discovery docs.
@@ -67 +67 @@
-+ Add the googleapiclient.discovery.Resource.new_batch_http_request method.
+* Add the googleapiclient.discovery.Resource.new_batch_http_request method.
@@ -69 +69 @@
-+ Python 3 support.
+* Python 3 support.
@@ -71,4 +71,4 @@
-+ Fix an infinite loop for downloading small files.
-+ Fix a unicode error in error encoding.
-+ Better handling of `content-length` in media requests.
-+ Add support for methodPath entries containing colon.
+* Fix an infinite loop for downloading small files.
+* Fix a unicode error in error encoding.
+* Better handling of `content-length` in media requests.
+* Add support for methodPath entries containing colon.
@@ -76 +76 @@
-+ Quick release for a fix around aliasing in v1.3.
+* Quick release for a fix around aliasing in v1.3.
@@ -78,5 +78,5 @@
-+ Add support for the Google Application Default Credentials.
-+ Require python 2.6 as a minimum version.
-+ Update several API samples.
-+ Finish splitting out oauth2client repo and