From 5e220e30cdd64ad248ac9fd6d9a334548ba7c438 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Mon, 20 Jan 2025 15:17:13 +0100 Subject: [PATCH] automatic version update by autodist [release 0.36.1-1mamba;Sun Jan 19 2025] --- python-referencing.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-referencing.spec b/python-referencing.spec index 5f397e5..d4eeaef 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.35.1 +Version: 0.36.1 Release: 1mamba Summary: JSON Referencing + Python Group: System/Libraries @@ -10,10 +10,12 @@ Packager: Silvan Calarco URL: https://github.com/python-jsonschema/referencing Source: http://pypi.debian.net/referencing/referencing-%{version}.tar.gz License: MIT +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel BuildRequires: python3.11dist(attrs) BuildRequires: python3.11dist(rpds-py) +BuildRequires: python3.11dist(typing-extensions) ## AUTOBUILDREQ-END %description @@ -49,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc COPYING %changelog +* Sun Jan 19 2025 Automatic Build System 0.36.1-1mamba +- automatic version update by autodist + * Thu May 02 2024 Automatic Build System 0.35.1-1mamba - automatic version update by autodist