- 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
This commit is contained in:
Robert Schweikert 2024-02-26 12:50:07 +00:00 committed by Git OBS Bridge
parent 1491804692
commit 1273332b13
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 26 12:47:18 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- 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 <rjschwei@suse.com>

View File

@ -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