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

2020-10-15 Thread root
Hello community,

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

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


Package is "python-google-api-core"

Thu Oct 15 13:49:16 2020 rev:15 rq:840186 version:1.22.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2020-08-20 22:31:02.008043191 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.3486/python-google-api-core.changes
  2020-10-15 13:49:35.581279108 +0200
@@ -1,0 +2,45 @@
+Wed Oct  7 06:13:07 UTC 2020 - John Vandenberg 
+
+- Update URL to match PyPI: https://github.com/googleapis/python-api-core
+- Update to v1.22.4
+  * use version.py instead of pkg_resources.get_distribution
+- from v1.22.3
+  * require six >= 1.13.0
+
+---
+Thu Sep 10 11:52:56 UTC 2020 - John Paul Adrian Glaubitz 

+
+- Update to 1.22.2
+  * only add quota project id if supported (#75)
+- from version 1.22.1
+  * fix spelling errors for amount in retry (#69)
+- from version 1.22.0
+  * allow quota project to be passed to create_channel (#58)
+  * _determine_timeout problem handling float type timeout (#64)
+  * change the documentation for using 'six.moves.collections_abc.Mapping'
+instead of 'dict' in 'client_options.from_dict()' (#53)
+- from version 1.21.0
+  * allow credentials files to be passed for channel creation (#50)
+- from version 1.20.1
+  * **dependencies:** increase protobuf version (#49), closes (#48)
+- from version 1.20.0
+  * allow disabling response stream pre-fetch (#30), closes (#25)
+- from version 1.19.1
+  * bump up grpcio minimum version to 1.29.0 (#41)
+- from version 1.19.0
+  * **client_options:** add new client options 'quota_project_id', 'scopes',
+and 'credentials_file'
+- from version 1.18.0
+  * [CBT-6 helper] Exposing Retry._deadline as a property (#20)
+  * add client_encryped_cert_source to ClientOptions (#31)
+  * AsyncIO Integration [Part 2] (#28), closes (#23)
+  * First batch of AIO integration (#26)
+  * third batch of AsyncIO integration (#29)
+- Update BuildRequires and Requires from setup.py
+
+---
+Fri Aug 28 12:20:45 UTC 2020 - Tomáš Chvátal 
+
+- Fix dependency on google-auth to have proper version constrain
+
+---

Old:

  google-api-core-1.17.0.tar.gz

New:

  google-api-core-1.22.4.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.rgKdjH/_old  2020-10-15 13:49:36.921279668 +0200
+++ /var/tmp/diff_new_pack.rgKdjH/_new  2020-10-15 13:49:36.921279668 +0200
@@ -19,34 +19,34 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-google-api-core
-Version:1.17.0
+Version:1.22.4
 Release:0
 Summary:Google API client core library
 License:Apache-2.0
 Group:  Development/Languages/Python
-URL:https://github.com/GoogleCloudPlatform/google-cloud-python
+URL:https://github.com/googleapis/python-api-core
 Source: 
https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
-BuildRequires:  %{python_module google-auth >= 0.4.0}
+BuildRequires:  %{python_module google-auth >= 1.21.1}
 BuildRequires:  %{python_module googleapis-common-protos >= 1.6.0}
-BuildRequires:  %{python_module grpcio >= 1.8.2}
+BuildRequires:  %{python_module grpcio >= 1.29.0}
 BuildRequires:  %{python_module grpcio-gcp >= 0.2.2}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module protobuf >= 3.4.0}
+BuildRequires:  %{python_module protobuf >= 3.12.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module requests >= 2.18.0}
 BuildRequires:  %{python_module setuptools >= 34.0.0}
-BuildRequires:  %{python_module six >= 1.10.0}
+BuildRequires:  %{python_module six >= 1.13.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-google-auth >= 0.4.0
+Requires:   python-google-auth >= 1.21.1
 Requires:   python-googleapis-common-protos >= 1.6.0
-Requires:   python-grpcio >= 1.8.2
-Requires:   python-protobuf >= 3.4.0
+Requires:   python-grpcio >= 1.29.0
+Requires:   python-protobuf >= 3.12.0
 Requires:   python-pytz
 Requires:   python-requests >= 2.18.0
 Requires:   python-setuptools >= 34.0.0
-Requires:   python-six >= 1.10.0

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

2020-08-20 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2020-08-20 22:30:53

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


Package is "python-google-api-core"

Thu Aug 20 22:30:53 2020 rev:14 rq:828031 version:1.17.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2020-06-10 00:45:29.098494759 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.3399/python-google-api-core.changes
  2020-08-20 22:31:02.008043191 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 08:02:56 UTC 2020 - Tomáš Chvátal 
+
+- Disable test test___call___and_execute_retry_hitting_deadline
+  to make leap buildable
+
+---



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.DOBVzu/_old  2020-08-20 22:31:03.944044096 +0200
+++ /var/tmp/diff_new_pack.DOBVzu/_new  2020-08-20 22:31:03.948044098 +0200
@@ -73,7 +73,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# test___call___and_execute_retry_hitting_deadline - broken on Leap with old 
mock
+%pytest -k 'not test___call___and_execute_retry_hitting_deadline'
 
 %files %{python_files}
 %license LICENSE




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

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2020-06-10 00:45:21

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


Package is "python-google-api-core"

Wed Jun 10 00:45:21 2020 rev:13 rq:810893 version:1.17.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2020-04-21 13:10:56.240844602 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.3606/python-google-api-core.changes
  2020-06-10 00:45:29.098494759 +0200
@@ -1,0 +2,8 @@
+Tue Jun  2 16:14:34 UTC 2020 - Dirk Mueller 
+
+- update to 1.17.0:
+  * api_core: add retry param into PollingFuture() and it’s inheritors (#9923) 
(14f1f34), closes #6197
+  * api-core: add client_cert_source to ClientOptions (#17) (748c935)
+  * consume part of StreamingResponseIterator to support failure while under a 
retry context (#10206) (2b103b6)
+
+---

Old:

  google-api-core-1.16.0.tar.gz

New:

  google-api-core-1.17.0.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.LdM8rq/_old  2020-06-10 00:45:30.974499442 +0200
+++ /var/tmp/diff_new_pack.LdM8rq/_new  2020-06-10 00:45:30.978499452 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-google-api-core
-Version:1.16.0
+Version:1.17.0
 Release:0
 Summary:Google API client core library
 License:Apache-2.0

++ google-api-core-1.16.0.tar.gz -> google-api-core-1.17.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.16.0/LICENSE 
new/google-api-core-1.17.0/LICENSE
--- old/google-api-core-1.16.0/LICENSE  2020-01-14 02:27:31.0 +0100
+++ new/google-api-core-1.17.0/LICENSE  2020-04-15 01:18:41.0 +0200
@@ -1,7 +1,6 @@
-
- Apache License
+Apache License
Version 2.0, January 2004
-http://www.apache.org/licenses/
+https://www.apache.org/licenses/
 
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 
@@ -193,7 +192,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
 
-   http://www.apache.org/licenses/LICENSE-2.0
+   https://www.apache.org/licenses/LICENSE-2.0
 
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.16.0/MANIFEST.in 
new/google-api-core-1.17.0/MANIFEST.in
--- old/google-api-core-1.16.0/MANIFEST.in  2020-01-14 02:27:31.0 
+0100
+++ new/google-api-core-1.17.0/MANIFEST.in  2020-04-15 01:18:41.0 
+0200
@@ -1,3 +1,6 @@
+# Generated by synthtool. DO NOT EDIT!
 include README.rst LICENSE
+recursive-include google *.json *.proto
 recursive-include tests *
-global-exclude *.pyc __pycache__
+global-exclude *.py[co]
+global-exclude __pycache__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.16.0/PKG-INFO 
new/google-api-core-1.17.0/PKG-INFO
--- old/google-api-core-1.16.0/PKG-INFO 2020-01-14 02:30:51.890481700 +0100
+++ new/google-api-core-1.17.0/PKG-INFO 2020-04-15 01:20:13.933496000 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 2.1
 Name: google-api-core
-Version: 1.16.0
+Version: 1.17.0
 Summary: Google API client core library
-Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
+Home-page: https://github.com/googleapis/python-api-core
 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-core-1.16.0/google/api_core/client_options.py 
new/google-api-core-1.17.0/google/api_core/client_options.py
--- old/google-api-core-1.16.0/google/api_core/client_options.py
2020-01-14 02:27:31.0 +0100
+++ new/google-api-core-1.17.0/google/api_core/client_options.py
2020-04-15 01:18:41.0 +0200
@@ -24,7 +24,12 @@
 from google.api_core.client_options import ClientOptions
 from google.cloud.vision_v1 import ImageAnnotatorClient
 
-options = ClientOptions(api_endpoint="foo.googleapis.com")
+def get_client_cert():
+# code to load 

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

2020-04-21 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2020-04-21 13:10:53

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


Package is "python-google-api-core"

Tue Apr 21 13:10:53 2020 rev:12 rq:795815 version:1.16.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2020-04-10 23:53:24.652705749 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.2738/python-google-api-core.changes
  2020-04-21 13:10:56.240844602 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 11:56:55 UTC 2020 - Tomáš Chvátal 
+
+- Fix condition for py2 only packages
+
+---



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.Q1lv9H/_old  2020-04-21 13:10:56.928845974 +0200
+++ /var/tmp/diff_new_pack.Q1lv9H/_new  2020-04-21 13:10:56.928845974 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-google-api-core
 Version:1.16.0
 Release:0
@@ -48,7 +49,7 @@
 Requires:   python-six >= 1.10.0
 Suggests:   python-grpcio-gcp >= 0.2.2
 BuildArch:  noarch
-%ifpython2
+%if %{with python2}
 BuildRequires:  python2-enum34
 BuildRequires:  python2-futures >= 3.2.0
 %endif




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

2020-04-10 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2020-04-10 23:52:53

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


Package is "python-google-api-core"

Fri Apr 10 23:52:53 2020 rev:11 rq:792337 version:1.16.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2019-08-13 13:25:04.873358120 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.3248/python-google-api-core.changes
  2020-04-10 23:53:24.652705749 +0200
@@ -1,0 +2,10 @@
+Wed Apr  8 07:20:04 UTC 2020 - Marketa Calabkova 
+
+- Update to 1.16.0
+  * feat(storage): support optionsRequestedPolicyVersion
+  * feat(api_core): support version 3 policy bindings
+  * Make the last retry happen at deadline.
+  * Add a repr method for ClientOptions.
+  * Provide a raw_page field for page_iterator.Page.
+
+---

Old:

  google-api-core-1.14.2.tar.gz

New:

  google-api-core-1.16.0.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.mpLmBm/_old  2020-04-10 23:53:25.328706245 +0200
+++ /var/tmp/diff_new_pack.mpLmBm/_new  2020-04-10 23:53:25.332706248 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-google-api-core
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-core
-Version:1.14.2
+Version:1.16.0
 Release:0
 Summary:Google API client core library
 License:Apache-2.0

++ google-api-core-1.14.2.tar.gz -> google-api-core-1.16.0.tar.gz ++
 1757 lines of diff (skipped)




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

2019-08-13 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2019-08-13 13:25:02

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


Package is "python-google-api-core"

Tue Aug 13 13:25:02 2019 rev:10 rq:722805 version:1.14.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2019-07-04 15:43:02.814088156 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.9556/python-google-api-core.changes
  2019-08-13 13:25:04.873358120 +0200
@@ -1,0 +2,9 @@
+Mon Aug 12 14:15:35 UTC 2019 - Marketa Calabkova 
+
+- Update to 1.14.2
+  * Forward ‘timeout’ arg from ‘exception’ to _blocking_poll.
+  * Update intersphinx mapping for requests. 
+  * Firestore: Add should_terminate predicate for clean BiDi shutdown.
+  * Update pins of ‘googleapis-common-protos. 
+
+---

Old:

  google-api-core-1.13.0.tar.gz

New:

  google-api-core-1.14.2.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.nzaMu3/_old  2019-08-13 13:25:05.645357917 +0200
+++ /var/tmp/diff_new_pack.nzaMu3/_new  2019-08-13 13:25:05.649357916 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-core
-Version:1.13.0
+Version:1.14.2
 Release:0
 Summary:Google API client core library
 License:Apache-2.0
@@ -26,11 +26,11 @@
 URL:https://github.com/GoogleCloudPlatform/google-cloud-python
 Source: 
https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
 BuildRequires:  %{python_module google-auth >= 0.4.0}
-BuildRequires:  %{python_module googleapis-common-protos >= 1.5.3}
+BuildRequires:  %{python_module googleapis-common-protos >= 1.6.0}
 BuildRequires:  %{python_module grpcio >= 1.8.2}
 BuildRequires:  %{python_module grpcio-gcp >= 0.2.2}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module protobuf}
+BuildRequires:  %{python_module protobuf >= 3.4.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module requests >= 2.18.0}
@@ -38,12 +38,10 @@
 BuildRequires:  %{python_module six >= 1.10.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-enum34
-BuildRequires:  python2-futures >= 3.2.0
 Requires:   python-google-auth >= 0.4.0
-Requires:   python-googleapis-common-protos >= 1.5.3
+Requires:   python-googleapis-common-protos >= 1.6.0
 Requires:   python-grpcio >= 1.8.2
-Requires:   python-protobuf >= 3.0.0
+Requires:   python-protobuf >= 3.4.0
 Requires:   python-pytz
 Requires:   python-requests >= 2.18.0
 Requires:   python-setuptools >= 34.0.0
@@ -52,7 +50,7 @@
 BuildArch:  noarch
 %ifpython2
 BuildRequires:  python2-enum34
-BuildRequires:  python2-futures
+BuildRequires:  python2-futures >= 3.2.0
 %endif
 %ifpython2
 Requires:   python-enum34

++ google-api-core-1.13.0.tar.gz -> google-api-core-1.14.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.13.0/PKG-INFO 
new/google-api-core-1.14.2/PKG-INFO
--- old/google-api-core-1.13.0/PKG-INFO 2019-06-24 23:08:07.0 +0200
+++ new/google-api-core-1.14.2/PKG-INFO 2019-07-31 01:27:20.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-api-core
-Version: 1.13.0
+Version: 1.14.2
 Summary: Google API client core library
 Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
 Author: Google LLC
@@ -9,7 +9,7 @@
 Description: Core Library for Google Client Libraries
 
 
-|pypi| |versions|
+|pypi| |versions| |compat_check_pypi| |compat_check_github|
 
 This library is not meant to stand-alone. Instead it defines
 common helpers used by all Google API clients. For more information, 
see the
@@ -19,7 +19,11 @@
:target: https://pypi.org/project/google-api_core/
 .. |versions| image:: 
https://img.shields.io/pypi/pyversions/google-api_core.svg
:target: https://pypi.org/project/google-api_core/
-.. _documentation: 
https://googleapis.github.io/google-cloud-python/latest/core/
+.. _documentation: https://googleapis.dev/python/google-api-core/latest
+.. |compat_check_pypi| image:: 

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

2019-07-04 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2019-07-04 15:43:02

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


Package is "python-google-api-core"

Thu Jul  4 15:43:02 2019 rev:9 rq:713078 version:1.13.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2019-05-16 22:11:14.610220864 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.4615/python-google-api-core.changes
  2019-07-04 15:43:02.814088156 +0200
@@ -1,0 +2,6 @@
+Tue Jul  2 14:51:05 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.13.0:
+  * Various fixes for new updated dependencies
+
+---

Old:

  google-api-core-1.11.0.tar.gz

New:

  google-api-core-1.13.0.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.jLWvg3/_old  2019-07-04 15:43:03.582089356 +0200
+++ /var/tmp/diff_new_pack.jLWvg3/_new  2019-07-04 15:43:03.586089362 +0200
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-core
-Version:1.11.0
+Version:1.13.0
 Release:0
 Summary:Google API client core library
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/GoogleCloudPlatform/google-cloud-python
+URL:https://github.com/GoogleCloudPlatform/google-cloud-python
 Source: 
https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
 BuildRequires:  %{python_module google-auth >= 0.4.0}
 BuildRequires:  %{python_module googleapis-common-protos >= 1.5.3}
@@ -40,25 +40,24 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  python2-enum34
 BuildRequires:  python2-futures >= 3.2.0
-%ifpython2
-BuildRequires:  python2-enum34
-BuildRequires:  python2-futures
-%endif
 Requires:   python-google-auth >= 0.4.0
 Requires:   python-googleapis-common-protos >= 1.5.3
+Requires:   python-grpcio >= 1.8.2
 Requires:   python-protobuf >= 3.0.0
 Requires:   python-pytz
 Requires:   python-requests >= 2.18.0
 Requires:   python-setuptools >= 34.0.0
 Requires:   python-six >= 1.10.0
+Suggests:   python-grpcio-gcp >= 0.2.2
+BuildArch:  noarch
+%ifpython2
+BuildRequires:  python2-enum34
+BuildRequires:  python2-futures
+%endif
 %ifpython2
 Requires:   python-enum34
 Requires:   python-futures >= 3.2.0
 %endif
-Requires:   python-grpcio >= 1.8.2
-Suggests:   python-grpcio-gcp >= 0.2.2
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -75,7 +74,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec -m pytest
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ google-api-core-1.11.0.tar.gz -> google-api-core-1.13.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.11.0/.coveragerc 
new/google-api-core-1.13.0/.coveragerc
--- old/google-api-core-1.11.0/.coveragerc  2018-09-13 21:58:16.0 
+0200
+++ new/google-api-core-1.13.0/.coveragerc  1970-01-01 01:00:00.0 
+0100
@@ -1,13 +0,0 @@
-[run]
-branch = True
-
-[report]
-fail_under = 100
-show_missing = True
-exclude_lines =
-# Re-enable the standard pragma
-pragma: NO COVER
-# Ignore debug-only repr
-def __repr__
-# Ignore abstract methods
-raise NotImplementedError
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.11.0/.flake8 
new/google-api-core-1.13.0/.flake8
--- old/google-api-core-1.11.0/.flake8  2018-12-03 18:45:52.0 +0100
+++ new/google-api-core-1.13.0/.flake8  1970-01-01 01:00:00.0 +0100
@@ -1,11 +0,0 @@
-[flake8]
-import-order-style=google
-# Note: this forces all google imports to be in the third group. See
-# https://github.com/PyCQA/flake8-import-order/issues/111
-application-import-names=google
-ignore = E203, E266, E501, W503
-exclude =
-  __pycache__,
-  .git,
-  *.pyc,
-  conf.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.11.0/CHANGELOG.md 
new/google-api-core-1.13.0/CHANGELOG.md
--- old/google-api-core-1.11.0/CHANGELOG.md 2019-05-15 19:57:02.0 
+0200
+++ new/google-api-core-1.13.0/CHANGELOG.md 1970-01-01 01:00:00.0 
+0100
@@ -1,281 +0,0 @@
-# Changelog
-
-[PyPI History][1]
-
-[1]: https://pypi.org/project/google-api-core/#history
-
-## 1.11.0
-

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

2019-05-16 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2019-05-16 22:10:39

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


Package is "python-google-api-core"

Thu May 16 22:10:39 2019 rev:8 rq:703515 version:1.11.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2019-03-28 22:48:31.291056536 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.5148/python-google-api-core.changes
  2019-05-16 22:11:14.610220864 +0200
@@ -1,0 +2,6 @@
+Thu May 16 17:48:16 UTC 2019 - k...@suse.com
+
+- Update to 1.11.0:
+  * Refactor ‘client_info’ support. (#7849)
+
+---

Old:

  google-api-core-1.8.2.tar.gz

New:

  google-api-core-1.11.0.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.MgdGW9/_old  2019-05-16 22:11:15.302220271 +0200
+++ /var/tmp/diff_new_pack.MgdGW9/_new  2019-05-16 22:11:15.346220233 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-core
-Version:1.8.2
+Version:1.11.0
 Release:0
 Summary:Google API client core library
 License:Apache-2.0

++ google-api-core-1.8.2.tar.gz -> google-api-core-1.11.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.8.2/.coveragerc 
new/google-api-core-1.11.0/.coveragerc
--- old/google-api-core-1.8.2/.coveragerc   1970-01-01 01:00:00.0 
+0100
+++ new/google-api-core-1.11.0/.coveragerc  2018-09-13 21:58:16.0 
+0200
@@ -0,0 +1,13 @@
+[run]
+branch = True
+
+[report]
+fail_under = 100
+show_missing = True
+exclude_lines =
+# Re-enable the standard pragma
+pragma: NO COVER
+# Ignore debug-only repr
+def __repr__
+# Ignore abstract methods
+raise NotImplementedError
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.8.2/.flake8 
new/google-api-core-1.11.0/.flake8
--- old/google-api-core-1.8.2/.flake8   1970-01-01 01:00:00.0 +0100
+++ new/google-api-core-1.11.0/.flake8  2018-12-03 18:45:52.0 +0100
@@ -0,0 +1,11 @@
+[flake8]
+import-order-style=google
+# Note: this forces all google imports to be in the third group. See
+# https://github.com/PyCQA/flake8-import-order/issues/111
+application-import-names=google
+ignore = E203, E266, E501, W503
+exclude =
+  __pycache__,
+  .git,
+  *.pyc,
+  conf.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.8.2/CHANGELOG.md 
new/google-api-core-1.11.0/CHANGELOG.md
--- old/google-api-core-1.8.2/CHANGELOG.md  1970-01-01 01:00:00.0 
+0100
+++ new/google-api-core-1.11.0/CHANGELOG.md 2019-05-15 19:57:02.0 
+0200
@@ -0,0 +1,281 @@
+# Changelog
+
+[PyPI History][1]
+
+[1]: https://pypi.org/project/google-api-core/#history
+
+## 1.11.0
+
+05-15-2019 10:29 PDT
+
+### New Features
+
+- Refactor 'client_info' support. 
([#7849](https://github.com/googleapis/google-cloud-python/pull/7849))
+
+## 1.10.0
+
+04-29-2019 10:12 PDT
+
+### Implementation Changes
+
+- Append leading zeros for nanosecond precision DateTimes
+  ([#7663](https://github.com/googleapis/google-cloud-python/pull/7663))
+
+### New Features
+
+- Add `user_agent` property to `ClientInfo`
+  ([#7799](https://github.com/googleapis/google-cloud-python/pull/7799))
+
+## 1.9.0
+
+04-05-2019 10:38 PDT
+
+
+### Implementation Changes
+- Allow passing metadata as part of creating a bidi 
([#7514](https://github.com/googleapis/google-cloud-python/pull/7514))
+
+### Internal / Testing Changes
+- Update setup.py
+- API Core: specify a pytype output directory in setup.cfg. 
([#7639](https://github.com/googleapis/google-cloud-python/pull/7639))
+
+## 1.8.2
+
+03-22-2019 16:27 PDT
+
+
+### Implementation Changes
+- Remove classifier for Python 3.4 for end-of-life. 
([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
+
+### Internal / Testing Changes
+- When re-opening a `ResumableBidiRPC` set `_request_queue_generator` to 
`None`. ([#7548](https://github.com/googleapis/google-cloud-python/pull/7548))
+
+## 1.8.1
+
+03-12-2019 12:45 PDT
+
+### Implementation Changes
+- Protect the creation of a background thread in BackgroundConsumer and wait 
on it starting. 
([#7499](https://github.com/googleapis/google-cloud-python/pull/7499))
+
+## 1.8.0
+
+02-23-2019 15:46 PST
+
+
+### New Features
+- Add 

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

2019-03-28 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2019-03-28 22:48:30

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


Package is "python-google-api-core"

Thu Mar 28 22:48:30 2019 rev:7 rq:688734 version:1.8.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2019-03-14 22:43:02.578626490 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.25356/python-google-api-core.changes
 2019-03-28 22:48:31.291056536 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 13:51:01 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.8.2:
+  * Remove classifier for Python 3.4 for end-of-life. (#7535)
+
+---

Old:

  google-api-core-1.8.1.tar.gz

New:

  google-api-core-1.8.2.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.aobW6m/_old  2019-03-28 22:48:32.079056394 +0100
+++ /var/tmp/diff_new_pack.aobW6m/_new  2019-03-28 22:48:32.079056394 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-core
-Version:1.8.1
+Version:1.8.2
 Release:0
 Summary:Google API client core library
 License:Apache-2.0

++ google-api-core-1.8.1.tar.gz -> google-api-core-1.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.8.1/PKG-INFO 
new/google-api-core-1.8.2/PKG-INFO
--- old/google-api-core-1.8.1/PKG-INFO  2019-03-14 00:38:07.0 +0100
+++ new/google-api-core-1.8.2/PKG-INFO  2019-03-23 03:25:46.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-api-core
-Version: 1.8.1
+Version: 1.8.2
 Summary: Google API client core library
 Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
 Author: Google LLC
@@ -24,7 +24,7 @@
 
 Supported Python Versions
 -
-Python >= 3.4
+Python >= 3.5
 
 Deprecated Python Versions
 --
@@ -43,6 +43,6 @@
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
 Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
-Provides-Extra: grpcio-gcp
-Provides-Extra: grpc
 Provides-Extra: grpcgcp
+Provides-Extra: grpc
+Provides-Extra: grpcio-gcp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.8.1/README.rst 
new/google-api-core-1.8.2/README.rst
--- old/google-api-core-1.8.1/README.rst2019-03-14 00:36:13.0 
+0100
+++ new/google-api-core-1.8.2/README.rst2019-03-23 00:26:34.0 
+0100
@@ -16,7 +16,7 @@
 
 Supported Python Versions
 -
-Python >= 3.4
+Python >= 3.5
 
 Deprecated Python Versions
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.8.1/google/api_core/bidi.py 
new/google-api-core-1.8.2/google/api_core/bidi.py
--- old/google-api-core-1.8.1/google/api_core/bidi.py   2019-03-14 
00:36:13.0 +0100
+++ new/google-api-core-1.8.2/google/api_core/bidi.py   2019-03-23 
00:26:34.0 +0100
@@ -350,7 +350,7 @@
 self.call = None
 # Request generator should exit cleanly since the RPC its bound to
 # has exited.
-self.request_generator = None
+self._request_generator = None
 
 # Note: we do not currently do any sort of backoff here. The
 # assumption is that re-establishing the stream under normal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-api-core-1.8.1/google_api_core.egg-info/PKG-INFO 
new/google-api-core-1.8.2/google_api_core.egg-info/PKG-INFO
--- old/google-api-core-1.8.1/google_api_core.egg-info/PKG-INFO 2019-03-14 
00:38:07.0 +0100
+++ new/google-api-core-1.8.2/google_api_core.egg-info/PKG-INFO 2019-03-23 
03:25:46.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-api-core
-Version: 1.8.1
+Version: 1.8.2
 Summary: Google API client core library
 Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
 Author: Google LLC
@@ -24,7 +24,7 @@
 
 Supported Python Versions
 -
-Python >= 3.4
+Python >= 3.5
 
 Deprecated Python Versions
 --
@@ -43,6 +43,6 @@
 Classifier: Operating System :: OS 

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

2019-03-14 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2019-03-14 22:43:01

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


Package is "python-google-api-core"

Thu Mar 14 22:43:01 2019 rev:6 rq:685062 version:1.8.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2019-02-28 21:41:51.133564846 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.28833/python-google-api-core.changes
 2019-03-14 22:43:02.578626490 +0100
@@ -1,0 +2,8 @@
+Thu Mar 14 16:21:46 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.8.1:
+  * Protect the creation of a background thread in BackgroundConsumer and wait 
on it starting. (#7499)
+  * Add support to unwrap Anys into wrapped pb2 objects. (#7430)
+  * Add Operation.deserialize. (#7427)
+
+---

Old:

  google-api-core-1.7.0.tar.gz

New:

  google-api-core-1.8.1.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.uDpyMD/_old  2019-03-14 22:43:04.134625950 +0100
+++ /var/tmp/diff_new_pack.uDpyMD/_new  2019-03-14 22:43:04.214625923 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-core
-Version:1.7.0
+Version:1.8.1
 Release:0
 Summary:Google API client core library
 License:Apache-2.0

++ google-api-core-1.7.0.tar.gz -> google-api-core-1.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.7.0/PKG-INFO 
new/google-api-core-1.8.1/PKG-INFO
--- old/google-api-core-1.7.0/PKG-INFO  2018-12-17 23:23:33.0 +0100
+++ new/google-api-core-1.8.1/PKG-INFO  2019-03-14 00:38:07.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-api-core
-Version: 1.7.0
+Version: 1.8.1
 Summary: Google API client core library
 Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
 Author: Google LLC
@@ -19,7 +19,7 @@
:target: https://pypi.org/project/google-api_core/
 .. |versions| image:: 
https://img.shields.io/pypi/pyversions/google-api_core.svg
:target: https://pypi.org/project/google-api_core/
-.. _documentation: 
https://googlecloudplatform.github.io/google-cloud-python/latest/core/
+.. _documentation: 
https://googleapis.github.io/google-cloud-python/latest/core/
 
 
 Supported Python Versions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.7.0/README.rst 
new/google-api-core-1.8.1/README.rst
--- old/google-api-core-1.7.0/README.rst2018-12-17 18:10:25.0 
+0100
+++ new/google-api-core-1.8.1/README.rst2019-03-14 00:36:13.0 
+0100
@@ -11,7 +11,7 @@
:target: https://pypi.org/project/google-api_core/
 .. |versions| image:: 
https://img.shields.io/pypi/pyversions/google-api_core.svg
:target: https://pypi.org/project/google-api_core/
-.. _documentation: 
https://googlecloudplatform.github.io/google-cloud-python/latest/core/
+.. _documentation: 
https://googleapis.github.io/google-cloud-python/latest/core/
 
 
 Supported Python Versions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.7.0/google/api_core/bidi.py 
new/google-api-core-1.8.1/google/api_core/bidi.py
--- old/google-api-core-1.7.0/google/api_core/bidi.py   2018-12-03 
18:45:52.0 +0100
+++ new/google-api-core-1.8.1/google/api_core/bidi.py   2019-03-14 
00:36:13.0 +0100
@@ -505,8 +505,9 @@
 # when the RPC has terminated.
 self.resume()
 
-def _thread_main(self):
+def _thread_main(self, ready):
 try:
+ready.set()
 self._bidi_rpc.add_done_callback(self._on_call_done)
 self._bidi_rpc.open()
 
@@ -555,11 +556,19 @@
 def start(self):
 """Start the background thread and begin consuming the thread."""
 with self._operational_lock:
+ready = threading.Event()
 thread = threading.Thread(
-name=_BIDIRECTIONAL_CONSUMER_NAME, target=self._thread_main
+name=_BIDIRECTIONAL_CONSUMER_NAME,
+target=self._thread_main,
+args=(ready,)
 )
 thread.daemon = True
 thread.start()
+# Other parts of the code rely on `thread.is_alive` which
+# isn't sufficient to know if a thread is active, 

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

2019-02-28 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2019-02-28 21:41:00

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


Package is "python-google-api-core"

Thu Feb 28 21:41:00 2019 rev:5 rq:676923 version:1.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2018-12-19 13:53:40.874930828 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.28833/python-google-api-core.changes
 2019-02-28 21:41:51.133564846 +0100
@@ -1,0 +2,36 @@
+Mon Feb 18 05:48:46 UTC 2019 - John Vandenberg 
+
+- Activate tests
+- Update to version 1.7.0
+  * New Features
++ Support converting DatetimeWithNanos to / from
+  google.protobuf.timestamp_pb2.Timestamp
+  * Documentation
++ Document Python 2 deprecation. (#6910)
++ Add usage example for google.api_core.iam.Polcy. (#6855)
+  * Internal / Testing Changes
++ Work around pytype big for ABCMeta.register
+- from version 1.6.0
+  (not documented)
+- from version 1.5.2
+  * Implementation Changes
++ Retry transient errors in 'PollingFuture.result'
+  * Dependencies
++ Remove hyphen from named extra in api_core. (#6468)
++ Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
++ Avoid broken 'google-common-apis 1.5.4' release
+- from version 1.5.1
+  * Implementation Changes
++ Don't URL-encode slashes in gRPC request headers
+  * Internal / Testing Changes
++ Back out changes from #6267
+- from version 1.5.0
+  * New Features
++ Add bidi, Bidirection Streaming, to api-core
+  * Internal / Testing Changes
++ Use new Nox
+- from version 1.4.1
+  * Internal / Testing Changes
++ Add type-checking via pytype to api_core
+
+---

Old:

  google-api-core-1.4.0.tar.gz

New:

  google-api-core-1.7.0.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.WaQloo/_old  2019-02-28 21:41:51.737564588 +0100
+++ /var/tmp/diff_new_pack.WaQloo/_new  2019-02-28 21:41:51.737564588 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-google-api-core
 #
-# 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
@@ -18,24 +18,28 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-core
-Version:1.4.0
+Version:1.7.0
 Release:0
 Summary:Google API client core library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/GoogleCloudPlatform/google-cloud-python
 Source: 
https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
-BuildRequires:  %{python_module google-auth}
-BuildRequires:  %{python_module googleapis-common-protos}
-BuildRequires:  %{python_module grpcio}
+BuildRequires:  %{python_module google-auth >= 0.4.0}
+BuildRequires:  %{python_module googleapis-common-protos >= 1.5.3}
+BuildRequires:  %{python_module grpcio >= 1.8.2}
+BuildRequires:  %{python_module grpcio-gcp >= 0.2.2}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module protobuf}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}
-BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module requests >= 2.18.0}
+BuildRequires:  %{python_module setuptools >= 34.0.0}
+BuildRequires:  %{python_module six >= 1.10.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  python2-enum34
+BuildRequires:  python2-futures >= 3.2.0
 %ifpython2
 BuildRequires:  python2-enum34
 BuildRequires:  python2-futures
@@ -52,6 +56,7 @@
 Requires:   python-futures >= 3.2.0
 %endif
 Requires:   python-grpcio >= 1.8.2
+Suggests:   python-grpcio-gcp >= 0.2.2
 BuildArch:  noarch
 
 %python_subpackages
@@ -69,8 +74,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-#%%check
-#%%python_expand PYTHONPATH=. py.test-%{$python_version} tests/unit
+%check
+%python_exec -m pytest
 
 %files %{python_files}
 %license LICENSE

++ google-api-core-1.4.0.tar.gz -> google-api-core-1.7.0.tar.gz ++
 7643 lines of diff (skipped)




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

2018-12-19 Thread root
Hello community,

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

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


Package is "python-google-api-core"

Wed Dec 19 13:53:39 2018 rev:4 rq:659395 version:1.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2018-09-13 12:14:01.398124007 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.28833/python-google-api-core.changes
 2018-12-19 13:53:40.874930828 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:48:31 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.N0Km3b/_old  2018-12-19 13:53:41.318930216 +0100
+++ /var/tmp/diff_new_pack.N0Km3b/_new  2018-12-19 13:53:41.318930216 +0100
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 Url:https://github.com/GoogleCloudPlatform/google-cloud-python
 Source: 
https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module google-auth}
 BuildRequires:  %{python_module googleapis-common-protos}
 BuildRequires:  %{python_module grpcio}




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

2018-09-13 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2018-09-13 12:12:17

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


Package is "python-google-api-core"

Thu Sep 13 12:12:17 2018 rev:3 rq:635277 version:1.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2018-05-30 12:37:56.475160126 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new/python-google-api-core.changes
   2018-09-13 12:14:01.398124007 +0200
@@ -1,0 +2,10 @@
+Wed Sep 12 08:06:43 UTC 2018 - Thomas Bechtold 
+
+- update to version 1.4.0
+  * Add support for gRPC connection management (available when using
+optional grpc_gcp dependency) (#5553) (#5904)
+  * Update classifiers to drop Python 3.4 and add Python 3.7 (#5702)
+  * Add protobuf_helpers.field_mask to calculate a field mask from
+two messages (#5320)
+
+---

Old:

  google-api-core-1.2.0.tar.gz

New:

  google-api-core-1.4.0.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.z8CwgB/_old  2018-09-13 12:14:01.782123572 +0200
+++ /var/tmp/diff_new_pack.z8CwgB/_new  2018-09-13 12:14:01.782123572 +0200
@@ -12,13 +12,13 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-core
-Version:1.2.0
+Version:1.4.0
 Release:0
 Summary:Google API client core library
 License:Apache-2.0

++ google-api-core-1.2.0.tar.gz -> google-api-core-1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.2.0/PKG-INFO 
new/google-api-core-1.4.0/PKG-INFO
--- old/google-api-core-1.2.0/PKG-INFO  2018-05-25 23:28:52.0 +0200
+++ new/google-api-core-1.4.0/PKG-INFO  2018-09-11 20:19:45.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-api-core
-Version: 1.2.0
+Version: 1.4.0
 Summary: Google API client core library
 Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
 Author: Google LLC
@@ -29,9 +29,10 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
 Provides-Extra: grpc
+Provides-Extra: grpcio-gcp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-api-core-1.2.0/google/api_core/gapic_v1/client_info.py 
new/google-api-core-1.4.0/google/api_core/gapic_v1/client_info.py
--- old/google-api-core-1.2.0/google/api_core/gapic_v1/client_info.py   
2018-04-25 19:05:26.0 +0200
+++ new/google-api-core-1.4.0/google/api_core/gapic_v1/client_info.py   
2018-05-28 18:24:01.0 +0200
@@ -23,8 +23,13 @@
 import pkg_resources
 
 _PY_VERSION = platform.python_version()
-_GRPC_VERSION = pkg_resources.get_distribution('grpcio').version
 _API_CORE_VERSION = pkg_resources.get_distribution('google-api-core').version
+
+try:
+_GRPC_VERSION = pkg_resources.get_distribution('grpcio').version
+except pkg_resources.DistributionNotFound:  # pragma: NO COVER
+_GRPC_VERSION = None
+
 METRICS_METADATA_KEY = 'x-goog-api-client'
 
 
@@ -38,7 +43,7 @@
 Args:
 python_version (str): The Python interpreter version, for example,
 ``'2.7.13'``.
-grpc_version (str): The gRPC library version.
+grpc_version (Optional[str]): The gRPC library version.
 api_core_version (str): The google-api-core library version.
 gapic_version (Optional[str]): The sversion of gapic-generated client
 library, if the library was generated by gapic.
@@ -66,15 +71,18 @@
 # expects these items to be in specific locations.
 ua = 'gl-python/{python_version} '
 
-if self.client_library_version is not None:
-ua += 'gccl/{client_library_version} '
+if self.grpc_version is not None:
+ua += 'grpc/{grpc_version} '
+
+ua += 'gax/{api_core_version} '
 
   

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

2018-05-30 Thread root
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2018-05-30 12:24:17

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


Package is "python-google-api-core"

Wed May 30 12:24:17 2018 rev:2 rq:612992 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2018-05-29 10:43:47.266999338 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new/python-google-api-core.changes
   2018-05-30 12:37:56.475160126 +0200
@@ -1,0 +2,9 @@
+Tue May 29 15:45:49 UTC 2018 - tbecht...@suse.com
+
+- update to 1.2.0:
+  * Add close method to grpc Channel (#5333)
+  * Fix tests after grpcio update (#5333)
+  * Add Test runs for Python 3.7 and remove 3.4 (#5295)
+- use %license
+
+---

Old:

  google-api-core-1.1.2.tar.gz

New:

  google-api-core-1.2.0.tar.gz



Other differences:
--
++ python-google-api-core.spec ++
--- /var/tmp/diff_new_pack.Lc4Bwh/_old  2018-05-30 12:37:57.291134145 +0200
+++ /var/tmp/diff_new_pack.Lc4Bwh/_new  2018-05-30 12:37:57.295134018 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-google-api-core
-Version:1.1.2
+Version:1.2.0
 Release:0
 Summary:Google API client core library
 License:Apache-2.0
@@ -26,9 +26,21 @@
 Url:https://github.com/GoogleCloudPlatform/google-cloud-python
 Source: 
https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module google-auth}
+BuildRequires:  %{python_module googleapis-common-protos}
+BuildRequires:  %{python_module grpcio}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module protobuf}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytz}
+BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%ifpython2
+BuildRequires:  python2-enum34
+BuildRequires:  python2-futures
+%endif
 Requires:   python-google-auth >= 0.4.0
 Requires:   python-googleapis-common-protos >= 1.5.3
 Requires:   python-protobuf >= 3.0.0
@@ -37,9 +49,10 @@
 Requires:   python-setuptools >= 34.0.0
 Requires:   python-six >= 1.10.0
 %ifpython2
-Suggests:   python-futures >= 3.2.0
+Requires:   python-enum34
+Requires:   python-futures >= 3.2.0
 %endif
-Suggests:   python-grpcio >= 1.8.2
+Requires:   python-grpcio >= 1.8.2
 BuildArch:  noarch
 
 %python_subpackages
@@ -57,8 +70,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+#%%check
+#%%python_expand PYTHONPATH=. py.test-%{$python_version} tests/unit
+
 %files %{python_files}
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ google-api-core-1.1.2.tar.gz -> google-api-core-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google-api-core-1.1.2/PKG-INFO 
new/google-api-core-1.2.0/PKG-INFO
--- old/google-api-core-1.1.2/PKG-INFO  2018-05-01 18:37:46.0 +0200
+++ new/google-api-core-1.2.0/PKG-INFO  2018-05-25 23:28:52.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: google-api-core
-Version: 1.1.2
+Version: 1.2.0
 Summary: Google API client core library
 Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
 Author: Google LLC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-api-core-1.1.2/google/api_core/grpc_helpers.py 
new/google-api-core-1.2.0/google/api_core/grpc_helpers.py
--- old/google-api-core-1.1.2/google/api_core/grpc_helpers.py   2018-04-25 
19:05:26.0 +0200
+++ new/google-api-core-1.2.0/google/api_core/grpc_helpers.py   2018-05-18 
18:12:51.0 +0200
@@ -358,3 +358,7 @@
 def unsubscribe(self, callback):
 """grpc.Channel.unsubscribe implementation."""
 pass
+
+def close(self):
+"""grpc.Channel.close implementation."""
+pass
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-api-core-1.1.2/google_api_core.egg-info/PKG-INFO 
new/google-api-core-1.2.0/google_api_core.egg-info/PKG-INFO
--- old/google-api-core-1.1.2/google_api_core.egg-info/PKG-INFO 2018-05-01 
18:37:45.0 +0200
+++ new/google-api-core-1.2.0/google_api_core.egg-info/PKG-INFO