From 76d2e291efe73c0608258e98dc3f570f06a4b8cb7ec445e6fe7b855767c2719b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 16 Apr 2022 10:44:23 +0000 Subject: [PATCH] Accepting request 970435 from home:mcepl:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/970435 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-core?expand=0&rev=19 --- google-cloud-core-1.7.2.tar.gz | 3 --- google-cloud-core-2.3.0.tar.gz | 3 +++ python-google-cloud-core.changes | 14 ++++++++++++++ python-google-cloud-core.spec | 12 ++++++------ 4 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 google-cloud-core-1.7.2.tar.gz create mode 100644 google-cloud-core-2.3.0.tar.gz diff --git a/google-cloud-core-1.7.2.tar.gz b/google-cloud-core-1.7.2.tar.gz deleted file mode 100644 index 499a9df..0000000 --- a/google-cloud-core-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1030aadcbb2aeb4ee51475426351af83c1072456b918fb8fdb80666c4bb63b5 -size 35444 diff --git a/google-cloud-core-2.3.0.tar.gz b/google-cloud-core-2.3.0.tar.gz new file mode 100644 index 0000000..54f4ecf --- /dev/null +++ b/google-cloud-core-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdaa629e6174b4177c2d56eb8ab1ddd87661064d0a3e9bb06b62e4d7e2344669 +size 35195 diff --git a/python-google-cloud-core.changes b/python-google-cloud-core.changes index 632ac07..b1e7328 100644 --- a/python-google-cloud-core.changes +++ b/python-google-cloud-core.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Apr 16 08:53:50 UTC 2022 - Matej Cepl + +- Update to 2.3.0: + - allow extra_api_info to be passed to api request + - deps: require google-api-core>=1.31.5, >=2.3.2 + - deps: require google-auth 1.25.0 + - correct param type of + _ClientFactoryMixin.from_service_account_info method + - correct Client and Connection type annotations + - add mypy checking + 'py.typed' files + - add support for Python 3.10 + - drop python 2.7 support + ------------------------------------------------------------------- Thu Sep 30 09:03:28 UTC 2021 - Matej Cepl diff --git a/python-google-cloud-core.spec b/python-google-cloud-core.spec index 7df4230..8b06fae 100644 --- a/python-google-cloud-core.spec +++ b/python-google-cloud-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-cloud-core # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,22 +19,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-google-cloud-core -Version: 1.7.2 +Version: 2.3.0 Release: 0 Summary: Google Cloud API client core library License: Apache-2.0 URL: https://github.com/googleapis/python-cloud-core Source: https://files.pythonhosted.org/packages/source/g/google-cloud-core/google-cloud-core-%{version}.tar.gz -BuildRequires: %{python_module google-api-core >= 1.21.0} -BuildRequires: %{python_module google-auth >= 1.24.0} +BuildRequires: %{python_module google-api-core >= 1.31.5} +BuildRequires: %{python_module google-auth >= 1.25.0} BuildRequires: %{python_module grpcio >= 1.8.2} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-google-api-core >= 1.21.0 -Requires: python-google-auth >= 1.24.0 +Requires: python-google-api-core >= 1.31.5 +Requires: python-google-auth >= 1.25.0 Requires: python-six >= 1.12.0 Recommends: python-grpcio >= 1.8.2 BuildArch: noarch