From dbfe4831763d1c96aa09c1660683bf665c0d6ecf Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:08:40 +0100 Subject: [PATCH] automatic version update by autodist [release 2.18.1-1mamba;Mon Oct 02 2023] --- python-fastjsonschema.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-fastjsonschema.spec b/python-fastjsonschema.spec index ecf5c9d..7c0d018 100644 --- a/python-fastjsonschema.spec +++ b/python-fastjsonschema.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-fastjsonschema -Version: 2.18.0 +Version: 2.18.1 Release: 1mamba Summary: Fastest Python implementation of JSON schema Group: System/Libraries @@ -11,8 +11,9 @@ URL: https://github.com/horejsek/python-fastjsonschema Source: https://pypi.debian.net/fastjsonschema/fastjsonschema-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -45,6 +46,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Mon Oct 02 2023 Automatic Build System 2.18.1-1mamba +- automatic version update by autodist + +* Tue Sep 26 2023 Automatic Build System 2.18.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sun Jul 23 2023 Automatic Build System 2.18.0-1mamba - automatic version update by autodist