Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3cf7d7b091 | |||
| 3c64d8459b | |||
| 1625c3cc6d | |||
| fbd205797a | |||
| 2824ac8ea0 | |||
| 4f265a26f5 | |||
| d4cbd6b630 | |||
| 193fdbce6e | |||
| 1c046dc542 | |||
| d69efac404 |
BIN
google-cloud-core-2.4.1.tar.gz
LFS
BIN
google-cloud-core-2.4.1.tar.gz
LFS
Binary file not shown.
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,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Update to 2.4.3
|
||||||
|
* Declare support for Python 3.13 (#326)
|
||||||
|
- from version 2.4.2
|
||||||
|
* Client should pass client_options.api_key to auth library (#321)
|
||||||
|
- Adjust upstream source name in spec file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 20:25:21 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||||
|
|
||||||
|
- Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 20:00:14 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||||
|
|
||||||
|
- Version update in SLE 15 SP4 and later (jsc#PED-6697)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 16 19:44:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sat Dec 16 19:44:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-google-cloud-core
|
# spec file for package python-google-cloud-core
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,16 +18,17 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-cloud-core
|
Name: python-google-cloud-core
|
||||||
Version: 2.4.1
|
Version: 2.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Cloud API client core library
|
Summary: Google Cloud API client core library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/googleapis/python-cloud-core
|
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
|
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_core/google_cloud_core-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module google-api-core >= 1.31.6}
|
BuildRequires: %{python_module google-api-core >= 1.31.6}
|
||||||
BuildRequires: %{python_module google-auth >= 1.25.0}
|
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 pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -37,6 +38,9 @@ Requires: python-google-api-core >= 1.31.6
|
|||||||
Requires: python-google-auth >= 1.25.0
|
Requires: python-google-auth >= 1.25.0
|
||||||
Recommends: python-grpcio >= 1.38.0
|
Recommends: python-grpcio >= 1.38.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if 0%{?sle_version} >= 150400
|
||||||
|
Obsoletes: python3-google-cloud-core < %{version}
|
||||||
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -46,7 +50,7 @@ common helpers (e.g. base ``Client`` classes) used by all of the
|
|||||||
``google-cloud-*`` packages.
|
``google-cloud-*`` packages.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n google-cloud-core-%{version}
|
%setup -q -n google_cloud_core-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user