From 60c084488a32455f7c9f8ee4d5a64e58190cc13a377a463de082201e2cbff0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 12 Aug 2019 14:26:43 +0000 Subject: [PATCH] Accepting request 722804 from home:mcalabkova:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- google-api-core-1.13.0.tar.gz | 3 --- google-api-core-1.14.2.tar.gz | 3 +++ python-google-api-core.changes | 9 +++++++++ python-google-api-core.spec | 14 ++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 google-api-core-1.13.0.tar.gz create mode 100644 google-api-core-1.14.2.tar.gz diff --git a/google-api-core-1.13.0.tar.gz b/google-api-core-1.13.0.tar.gz deleted file mode 100644 index 7263189..0000000 --- a/google-api-core-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f45d74aef41e1de49ceadebf382e1291ddcbe431a8b533aff8a1140a35531465 -size 72439 diff --git a/google-api-core-1.14.2.tar.gz b/google-api-core-1.14.2.tar.gz new file mode 100644 index 0000000..e4fe2c6 --- /dev/null +++ b/google-api-core-1.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c23fbc81c76b941ffb71301bb975ed66a610e9b03f918feacd1ed59cf43a6ec +size 72467 diff --git a/python-google-api-core.changes b/python-google-api-core.changes index cf266a4..7fc11ba 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- Tue Jul 2 14:51:05 UTC 2019 - Tomáš Chvátal diff --git a/python-google-api-core.spec b/python-google-api-core.spec index 2f91982..64d51fd 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -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