From d8568b2bc0fe8e2e304851c3ed240cf550675f62ee6910cb5383fab2a4cb2ba0 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 15 Jan 2026 13:01:04 +0000 Subject: [PATCH] Accepting request 1327379 from home:glaubitz:branches:devel:languages:python:google - Update to 2.5.0 * Add Python 3.14 support (#333) * Remove setup.cfg configuration for creating universal wheels (#332) * Resolve issue where pre-release versions of dependencies are installed (#329) - Update BuildRequires from setup.py OBS-URL: https://build.opensuse.org/request/show/1327379 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-core?expand=0&rev=10 --- google_cloud_core-2.4.3.tar.gz | 3 --- google_cloud_core-2.5.0.tar.gz | 3 +++ python-google-cloud-core.changes | 9 +++++++++ python-google-cloud-core.spec | 7 ++++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 google_cloud_core-2.4.3.tar.gz create mode 100644 google_cloud_core-2.5.0.tar.gz diff --git a/google_cloud_core-2.4.3.tar.gz b/google_cloud_core-2.4.3.tar.gz deleted file mode 100644 index 3caf581..0000000 --- a/google_cloud_core-2.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fab62d7102844b278fe6dead3af32408b1df3eb06f5c7e8634cbd40edc4da53 -size 35861 diff --git a/google_cloud_core-2.5.0.tar.gz b/google_cloud_core-2.5.0.tar.gz new file mode 100644 index 0000000..3c3b20b --- /dev/null +++ b/google_cloud_core-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1b7ef5c92311717bd05301aa1a91ffbc565673d3b0b4163a52d8413a186963 +size 36027 diff --git a/python-google-cloud-core.changes b/python-google-cloud-core.changes index 624cbda..39d1a3f 100644 --- a/python-google-cloud-core.changes +++ b/python-google-cloud-core.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 15 12:43:41 UTC 2026 - John Paul Adrian Glaubitz + +- Update to 2.5.0 + * Add Python 3.14 support (#333) + * Remove setup.cfg configuration for creating universal wheels (#332) + * Resolve issue where pre-release versions of dependencies are installed (#329) +- Update BuildRequires from setup.py + ------------------------------------------------------------------- Thu Apr 24 13:52:15 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-google-cloud-core.spec b/python-google-cloud-core.spec index 9486e76..646dafd 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) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-google-cloud-core -Version: 2.4.3 +Version: 2.5.0 Release: 0 Summary: Google Cloud API client core library License: Apache-2.0 @@ -27,7 +27,8 @@ Source: https://files.pythonhosted.org/packages/source/g/google_cloud_co BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module google-api-core >= 1.31.6} BuildRequires: %{python_module google-auth >= 1.25.0} -BuildRequires: %{python_module grpcio >= 1.38.0} +BuildRequires: %{python_module grpcio >= 1.38.0 if %python-base < 3.14} +BuildRequires: %{python_module grpcio >= 1.75.1 if %python-base >= 3.14} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel}