rebuilt with python3 = 3.11.5 [release 2.4.0-2mamba;Sun Oct 01 2023]

This commit is contained in:
Automatic Build System 2024-01-06 10:46:23 +01:00
parent a987be4313
commit 3a0d4a49a3

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-asttokens
Version: 2.4.0
Release: 1mamba
Release: 2mamba
Summary: Annotate AST trees with source code positions
Group: System/Libraries
Vendor: openmamba
@ -11,9 +11,10 @@ URL: https://github.com/gristlabs/asttokens
Source: https://pypi.debian.net/asttokens/asttokens-%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: python3.10dist(six)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(six)
## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11.5
%description
%{summary}.
@ -48,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Sun Oct 01 2023 Automatic Build System <autodist@mambasoft.it> 2.4.0-2mamba
- rebuilt with python3 = 3.11.5
* Tue Sep 05 2023 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
- automatic version update by autodist