diff --git a/python-jsonslicer.spec b/python-jsonslicer.spec index c91a133..0ccbf7f 100644 --- a/python-jsonslicer.spec +++ b/python-jsonslicer.spec @@ -1,6 +1,6 @@ Name: python-jsonslicer Version: 0.1.8 -Release: 1mamba +Release: 2mamba Summary: Performs a stream or iterative, pull JSON parsing and is able to parse very large JSON files or streams Group: System/Libraries Vendor: openmamba @@ -12,10 +12,11 @@ License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel BuildRequires: libstdc++6-devel BuildRequires: libyajl-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: libpython-devel Requires: python >= %python_version @@ -54,6 +55,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist # %doc README.md %changelog +* Tue Sep 26 2023 Automatic Build System 0.1.8-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Wed Oct 26 2022 Automatic Build System 0.1.8-1mamba - automatic version update by autodist