Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2824ac8ea0 | |||
| 4f265a26f5 | |||
| d4cbd6b630 | |||
| 193fdbce6e | |||
| 1c046dc542 | |||
| d69efac404 |
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-core
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -37,6 +37,9 @@ Requires: python-google-api-core >= 1.31.6
|
||||
Requires: python-google-auth >= 1.25.0
|
||||
Recommends: python-grpcio >= 1.38.0
|
||||
BuildArch: noarch
|
||||
%if 0%{?sle_version} >= 150400
|
||||
Obsoletes: python3-google-cloud-core < %{version}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user