automatic version update by autodist [release 1.3.0-1mamba;Mon May 12 2025]

This commit is contained in:
2025-05-12 23:10:03 +02:00
parent 9b09223a6e
commit 3d89aa1065

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-exceptiongroup
Version: 1.2.2
Version: 1.3.0
Release: 1mamba
Summary: Backport of PEP 654 (exception groups)
Group: System/Libraries
@ -10,8 +10,10 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/agronholm/exceptiongroup
Source: https://pypi.debian.net/exceptiongroup/exceptiongroup-%{version}.tar.gz
License: MIT
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(typing-extensions)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
BuildRequires: python-flit_scm-py3
@ -49,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Mon May 12 2025 Automatic Build System <autodist@openmamba.org> 1.3.0-1mamba
- automatic version update by autodist
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 1.2.2-1mamba
- automatic version update by autodist