From 451d45f163d751952ad9a67df8b8678aaf5e09d67dc74a9ebc8c65d6358ae726 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 5 Mar 2024 20:49:14 +0000 Subject: [PATCH] - 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 --- python-google-api-core.changes | 5 +++++ python-google-api-core.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-google-api-core.changes b/python-google-api-core.changes index 34982fe..6cdc02c 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 5 20:20:17 UTC 2024 - Robert Schweikert + +- 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 diff --git a/python-google-api-core.spec b/python-google-api-core.spec index c980958..17b7793 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -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}}