From 1491804692dbf8bbecb6c4c8c6042546591d8648e95ee4fc72276eea942d9c32 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 15 Feb 2024 21:01:29 +0000 Subject: [PATCH] Accepting request 1143504 from home:rjschwei:branches:devel:languages:python - Switch users of SLE 15 SP4 and openSUSE Leap 15.4 and later to the Python 3.11 build (jsc#PCT-371). The Python 3.6 build will no longer be maintained OBS-URL: https://build.opensuse.org/request/show/1143504 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=55 --- python-jmespath.changes | 7 +++++++ python-jmespath.spec | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/python-jmespath.changes b/python-jmespath.changes index 647cf4d..96657ae 100644 --- a/python-jmespath.changes +++ b/python-jmespath.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 1 21:08:03 UTC 2024 - Robert Schweikert + +- Switch users of SLE 15 SP4 and openSUSE Leap 15.4 and later to the + Python 3.11 build (jsc#PCT-371). The Python 3.6 build will no longer be + maintained + ------------------------------------------------------------------- Thu Feb 1 14:09:31 UTC 2024 - Dirk Müller diff --git a/python-jmespath.spec b/python-jmespath.spec index c9bfe56..9983167 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -37,6 +37,10 @@ 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