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
This commit is contained in:
Robert Schweikert 2024-02-15 21:01:29 +00:00 committed by Git OBS Bridge
parent abe244591d
commit 1491804692
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 1 21:08:03 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- 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 <dmueller@suse.com>

View File

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