From e65e3784eef68b63ea8ff9fb32f012b6a1307b35 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:08:02 +0100 Subject: [PATCH] automatic version update by autodist [release 2.0.0-1mamba;Sun Oct 01 2023] --- python-executing.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-executing.spec b/python-executing.spec index 0153833..0324867 100644 --- a/python-executing.spec +++ b/python-executing.spec @@ -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 2.0.0-1mamba +- automatic version update by autodist + * Thu Apr 06 2023 Silvan Calarco 1.2.0-1mamba - package created using the webbuild interface