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