From 494c8ba11df94c82d3d8942cbadfd0177b5383b1034e7fed0f59fd9e63eec535 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 8 Sep 2022 11:35:49 +0000 Subject: [PATCH] Accepting request 1001882 from home:glaubitz:branches:devel:languages:python - Update to 2.3.2: * require python 3.7+ (#201) - from version 2.3.1: * fix changelog header to consistent size (#194) - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1001882 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-core?expand=0&rev=22 --- google-cloud-core-2.3.0.tar.gz | 3 --- google-cloud-core-2.3.2.tar.gz | 3 +++ python-google-cloud-core.changes | 9 +++++++++ python-google-cloud-core.spec | 10 +++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 google-cloud-core-2.3.0.tar.gz create mode 100644 google-cloud-core-2.3.2.tar.gz diff --git a/google-cloud-core-2.3.0.tar.gz b/google-cloud-core-2.3.0.tar.gz deleted file mode 100644 index 54f4ecf..0000000 --- a/google-cloud-core-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdaa629e6174b4177c2d56eb8ab1ddd87661064d0a3e9bb06b62e4d7e2344669 -size 35195 diff --git a/google-cloud-core-2.3.2.tar.gz b/google-cloud-core-2.3.2.tar.gz new file mode 100644 index 0000000..429455a --- /dev/null +++ b/google-cloud-core-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9529ee7047fd8d4bf4a2182de619154240df17fbe60ead399078c1ae152af9a +size 35224 diff --git a/python-google-cloud-core.changes b/python-google-cloud-core.changes index 28783f9..e348b2d 100644 --- a/python-google-cloud-core.changes +++ b/python-google-cloud-core.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 8 08:37:03 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 2.3.2: + * require python 3.7+ (#201) +- from version 2.3.1: + * fix changelog header to consistent size (#194) +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Sat Apr 16 08:53:50 UTC 2022 - Matej Cepl diff --git a/python-google-cloud-core.spec b/python-google-cloud-core.spec index 791d5d3..987e6a9 100644 --- a/python-google-cloud-core.spec +++ b/python-google-cloud-core.spec @@ -19,23 +19,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-google-cloud-core -Version: 2.3.0 +Version: 2.3.2 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.31.5} +BuildRequires: %{python_module google-api-core >= 1.31.6} BuildRequires: %{python_module google-auth >= 1.25.0} -BuildRequires: %{python_module grpcio >= 1.8.2} +BuildRequires: %{python_module grpcio >= 1.38.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-google-api-core >= 1.31.5 +Requires: python-google-api-core >= 1.31.6 Requires: python-google-auth >= 1.25.0 Requires: python-six >= 1.12.0 -Recommends: python-grpcio >= 1.8.2 +Recommends: python-grpcio >= 1.38.0 BuildArch: noarch %if %{with python2} BuildRequires: python-futures