From 3a0d4a49a3b3d9730e520ffafcce06317127521d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:46:23 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 2.4.0-2mamba;Sun Oct 01 2023] --- python-asttokens.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-asttokens.spec b/python-asttokens.spec index e925bd8..ada59f2 100644 --- a/python-asttokens.spec +++ b/python-asttokens.spec @@ -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 2.4.0-2mamba +- rebuilt with python3 = 3.11.5 + * Tue Sep 05 2023 Automatic Build System 2.4.0-1mamba - automatic version update by autodist