From 339c66ef3e736148407b80a38ea808205017b3af0a51bd07ac1ffcdc91c03652 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 1 Mar 2023 20:51:07 +0000 Subject: [PATCH] - Add python310 Obsoletes line to obsolete_python_versioned macro. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=50 --- python311.changes | 5 +++++ python311.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python311.changes b/python311.changes index 727badb..0288245 100644 --- a/python311.changes +++ b/python311.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 1 20:50:04 UTC 2023 - Matej Cepl + +- Add python310 Obsoletes line to obsolete_python_versioned macro. + ------------------------------------------------------------------- Tue Feb 21 11:34:49 UTC 2023 - Matej Cepl diff --git a/python311.spec b/python311.spec index e4ed3ca..3f94053 100644 --- a/python311.spec +++ b/python311.spec @@ -47,7 +47,8 @@ # Obsoleting previous "latest" Python versions # Next versions will get more lines like for older versions %define obsolete_python_versioned() \ -Obsoletes: python39%{?1:-%{1}} +Obsoletes: python39%{?1:-%{1}} \ +Obsoletes: python310%{?1:-%{1}} \ %else %define obsolete_python_versioned() %{nil} %endif