From 5aa43f32931f0b7febbc2441af00ec8fbb2687cf Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:19:57 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 1.0.1-3mamba;Mon Sep 25 2023] --- python-jmespath.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index b9c5860..fbfc4b4 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -1,6 +1,6 @@ Name: python-jmespath Version: 1.0.1 -Release: 2mamba +Release: 3mamba Summary: JMESPath allows you to declaratively specify how to extract elements from a JSON document Group: System/Libraries Vendor: openmamba @@ -10,8 +10,9 @@ URL: https://github.com/jmespath/jmespath.py Source: https://pypi.debian.net/jmespath/jmespath-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 %description %{summary}. @@ -52,6 +53,9 @@ sed -i "\,%{_bindir},d" %{name}.filelist %{python_sitearch}/jmespath-%{version}-py*.egg-info/* %changelog +* Mon Sep 25 2023 Automatic Build System 1.0.1-3mamba +- rebuilt with python3 = 3.11.5 + * Tue Apr 11 2023 Sdk Build System 1.0.1-2mamba - rebuilt with python 3.10