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