Compare commits
2 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 3cf7d7b091 | |||
| 3c64d8459b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fab62d7102844b278fe6dead3af32408b1df3eb06f5c7e8634cbd40edc4da53
|
||||
size 35861
|
||||
3
google_cloud_core-2.5.0.tar.gz
Normal file
3
google_cloud_core-2.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c1b7ef5c92311717bd05301aa1a91ffbc565673d3b0b4163a52d8413a186963
|
||||
size 36027
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user