From 51990694faffa0d5f0397a5f425be5149f3fc3d238a3781503ce7f836241c543 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 9 Feb 2021 01:39:02 +0000 Subject: [PATCH] - Add Obsoletes for python3-base when primary interpreter is set to properly replace it during upgrades. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=50 --- python38.changes | 6 ++++++ python38.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python38.changes b/python38.changes index d58f94f..1c117f8 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 9 01:37:01 UTC 2021 - Steve Kowalik + +- Add Obsoletes for python3-base when primary interpreter is set to + properly replace it during upgrades. + ------------------------------------------------------------------- Fri Feb 5 15:35:29 UTC 2021 - Ben Greiner diff --git a/python38.spec b/python38.spec index 68a8f45..da96ce4 100644 --- a/python38.spec +++ b/python38.spec @@ -307,8 +307,9 @@ Provides: %{python_pkg_name}-typing = %{version} Provides: %{python_pkg_name}-xml = %{version} %if %{primary_interpreter} Provides: python3-asyncio = %{version} -Provides: python3-base = %{version} Obsoletes: python3-asyncio < %{version} +Provides: python3-base = %{version} +Obsoletes: python3-base < %{version} Provides: python3-typing = %{version} Obsoletes: python3-typing < %{version} Provides: python3-xml = %{version}