automatic version update by autodist [release 0.31.0-1mamba;Wed Nov 15 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:33:36 +01:00
parent dc977d7ba3
commit da07f3f1a1

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-referencing Name: python-referencing
Version: 0.30.2 Version: 0.31.0
Release: 1mamba Release: 1mamba
Summary: JSON Referencing + Python Summary: JSON Referencing + Python
Group: System/Libraries Group: System/Libraries
@ -11,9 +11,9 @@ URL: https://github.com/python-jsonschema/referencing
Source: http://pypi.debian.net/referencing/referencing-%{version}.tar.gz Source: http://pypi.debian.net/referencing/referencing-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel BuildRequires: libpython311-devel
BuildRequires: python3.10dist(attrs) BuildRequires: python3.11dist(attrs)
BuildRequires: python3.10dist(rpds-py) BuildRequires: python3.11dist(rpds-py)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -49,5 +49,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc COPYING %doc COPYING
%changelog %changelog
* Wed Nov 15 2023 Automatic Build System <autodist@mambasoft.it> 0.31.0-1mamba
- automatic version update by autodist
* Sat Sep 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30.2-1mamba * Sat Sep 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30.2-1mamba
- package created using the webbuild interface - package created using the webbuild interface