From da07f3f1a10a943a60dd1f0c3f53fb9c61fffca2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:33:36 +0100 Subject: [PATCH] automatic version update by autodist [release 0.31.0-1mamba;Wed Nov 15 2023] --- python-referencing.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-referencing.spec b/python-referencing.spec index 8a25ff8..27a12a5 100644 --- a/python-referencing.spec +++ b/python-referencing.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-referencing -Version: 0.30.2 +Version: 0.31.0 Release: 1mamba Summary: JSON Referencing + Python Group: System/Libraries @@ -11,9 +11,9 @@ URL: https://github.com/python-jsonschema/referencing Source: http://pypi.debian.net/referencing/referencing-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython310-devel -BuildRequires: python3.10dist(attrs) -BuildRequires: python3.10dist(rpds-py) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(attrs) +BuildRequires: python3.11dist(rpds-py) ## AUTOBUILDREQ-END %description @@ -49,5 +49,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc COPYING %changelog +* Wed Nov 15 2023 Automatic Build System 0.31.0-1mamba +- automatic version update by autodist + * Sat Sep 09 2023 Silvan Calarco 0.30.2-1mamba - package created using the webbuild interface