From 2860b871e578f68ffdd675669548e9bea99170d0d059a809fb69314ca9854c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Sep 2019 10:33:03 +0000 Subject: [PATCH] - Update to 1.0.3: * Make Client.build_api_url an instance method. * Prevent requests from hanging on SSL handshake OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-core?expand=0&rev=9 --- google-cloud-core-1.0.0.tar.gz | 3 --- google-cloud-core-1.0.3.tar.gz | 3 +++ python-google-cloud-core.changes | 7 +++++++ python-google-cloud-core.spec | 14 +++++--------- 4 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 google-cloud-core-1.0.0.tar.gz create mode 100644 google-cloud-core-1.0.3.tar.gz diff --git a/google-cloud-core-1.0.0.tar.gz b/google-cloud-core-1.0.0.tar.gz deleted file mode 100644 index 1705670..0000000 --- a/google-cloud-core-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cf75936e3265cbfec028599ad013bccf10b855c79348b81488f7890ca3a3534 -size 31267 diff --git a/google-cloud-core-1.0.3.tar.gz b/google-cloud-core-1.0.3.tar.gz new file mode 100644 index 0000000..bc12171 --- /dev/null +++ b/google-cloud-core-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10750207c1a9ad6f6e082d91dbff3920443bdaf1c344a782730489a9efa802f1 +size 30706 diff --git a/python-google-cloud-core.changes b/python-google-cloud-core.changes index 4c41ed7..9f6dd4a 100644 --- a/python-google-cloud-core.changes +++ b/python-google-cloud-core.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 12 10:32:12 UTC 2019 - Tomáš Chvátal + +- Update to 1.0.3: + * Make Client.build_api_url an instance method. + * Prevent requests from hanging on SSL handshake + ------------------------------------------------------------------- Thu May 16 18:06:22 UTC 2019 - kwu@suse.com diff --git a/python-google-cloud-core.spec b/python-google-cloud-core.spec index 94ce7f7..32c52e6 100644 --- a/python-google-cloud-core.spec +++ b/python-google-cloud-core.spec @@ -18,29 +18,25 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-cloud-core -Version: 1.0.0 +Version: 1.0.3 Release: 0 Summary: Google Cloud 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-cloud-core/google-cloud-core-%{version}.tar.gz -BuildRequires: %{python_module grpcio} +BuildRequires: %{python_module google-api-core >= 1.14.0} +BuildRequires: %{python_module grpcio >= 1.8.2} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-futures BuildRequires: python-rpm-macros -Requires: python-google-api-core >= 1.11.0 +Requires: python-google-api-core >= 1.14.0 Recommends: python-grpcio >= 1.8.2 BuildArch: noarch %ifpython2 -BuildRequires: python2-futures -%endif -# SECTION test requirements -BuildRequires: %{python_module google-api-core >= 0.1.1} -# /SECTION -%ifpython2 Requires: python-futures >= 3.2.0 %endif %python_subpackages