From 1273332b133243bc50aee42b61fc0a6c79f54b5bc7677c20e2e1b619aa596f0c Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 26 Feb 2024 12:50:07 +0000 Subject: [PATCH] - Remove the forced switch to Python 3.11 in SLE 15 SP4 and openSUSE Leap 15.4 and later. However the updated version will only be available as a Python 3.11 build. (jsc#PED-4514) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=56 --- python-jmespath.changes | 7 +++++++ python-jmespath.spec | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-jmespath.changes b/python-jmespath.changes index 96657ae..ef25ec9 100644 --- a/python-jmespath.changes +++ b/python-jmespath.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 26 12:47:18 UTC 2024 - Robert Schweikert + +- Remove the forced switch to Python 3.11 in SLE 15 SP4 and + openSUSE Leap 15.4 and later. However the updated version will only + be available as a Python 3.11 build. (jsc#PED-4514) + ------------------------------------------------------------------- Thu Feb 1 21:08:03 UTC 2024 - Robert Schweikert diff --git a/python-jmespath.spec b/python-jmespath.spec index 9983167..c9bfe56 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -37,10 +37,6 @@ Requires: python-ply >= 3.4 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch -%if 0%{?sle_version} >= 150400 -Provides: python3-jmespath = %{version} -Obsoletes: python3-jmespath < %{version} -%endif %python_subpackages %description