automatic version update by autodist [release 2.0.0-1mamba;Sun Oct 01 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:08:02 +01:00
parent 4d6d47d956
commit e65e3784ee

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-executing
Version: 1.2.0
Version: 2.0.0
Release: 1mamba
Summary: Get the currently executing AST node of a frame, and other information
Group: System/Libraries
@ -11,7 +11,7 @@ URL: https://github.com/alexmojaki/executing
Source: https://pypi.debian.net/executing/executing-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
%description
@ -46,5 +46,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/*
%changelog
* Sun Oct 01 2023 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
- automatic version update by autodist
* Thu Apr 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
- package created using the webbuild interface