Accepting request 722804 from home:mcalabkova:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/722804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal 2019-08-12 14:26:43 +00:00 committed by Git OBS Bridge
parent 5cac53ec94
commit 60c084488a
4 changed files with 18 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f45d74aef41e1de49ceadebf382e1291ddcbe431a8b533aff8a1140a35531465
size 72439

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c23fbc81c76b941ffb71301bb975ed66a610e9b03f918feacd1ed59cf43a6ec
size 72467

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 12 14:15:35 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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.
-------------------------------------------------------------------
Tue Jul 2 14:51:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -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 @@ 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 >= 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 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
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 @@ Suggests: python-grpcio-gcp >= 0.2.2
BuildArch: noarch
%ifpython2
BuildRequires: python2-enum34
BuildRequires: python2-futures
BuildRequires: python2-futures >= 3.2.0
%endif
%ifpython2
Requires: python-enum34