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