17
0

2 Commits

Author SHA256 Message Date
3cf7d7b091 Accepting request 1327387 from 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 (forwarded request 1327379 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1327387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-core?expand=0&rev=18
2026-01-15 16:02:16 +00:00
3c64d8459b - 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/package/show/devel:languages:python:google/python-google-cloud-core?expand=0&rev=10
2026-01-15 13:01:04 +00:00
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fab62d7102844b278fe6dead3af32408b1df3eb06f5c7e8634cbd40edc4da53
size 35861

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c1b7ef5c92311717bd05301aa1a91ffbc565673d3b0b4163a52d8413a186963
size 36027

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 15 12:43:41 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>

View File

@@ -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}