- Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=63
This commit is contained in:
Robert Schweikert 2024-03-05 20:49:14 +00:00 committed by Git OBS Bridge
parent 1324269c55
commit 451d45f163
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 5 20:20:17 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 16:23:40 UTC 2024 - Robert Schweikert <rjschwei@suse.com>

View File

@ -44,6 +44,9 @@ BuildRequires: %{python_module pytz}
BuildRequires: %{python_module requests >= 2.18.0}
BuildRequires: %{python_module setuptools >= 40.3.0}
BuildRequires: %{python_module wheel}
%if 0%{?sle_version} >= 150400
Obsoletes: python3-google-api-core < %{version}
%endif
# START TESTING SECTION
%if %{with test}
BuildRequires: %{python_module google-api-core >= %{version}}