1
0

Accepting request 722805 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/722805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2019-08-13 11:25:02 +00:00 committed by Git OBS Bridge
commit 3d5ac7fd91
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