From 451b166c3f359a4c823a2bd440e905c8c370cd22 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:22:04 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 0.2.2-2mamba;Sun Oct 01 2023] --- python-pure_eval.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-pure_eval.spec b/python-pure_eval.spec index e4376f7..2cb8a86 100644 --- a/python-pure_eval.spec +++ b/python-pure_eval.spec @@ -1,18 +1,19 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pure_eval Version: 0.2.2 -Release: 1mamba +Release: 2mamba Summary: Safely evaluate AST nodes without side effects Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://github.com/alexmojaki/pure_eval +URL: https://github.com/alexmojaki/pure_eval Source: https://pypi.debian.net/pure-eval/pure_eval-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython310-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 %description %{summary}. @@ -46,5 +47,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Sun Oct 01 2023 Automatic Build System 0.2.2-2mamba +- rebuilt with python3 = 3.11.5 + * Thu Apr 06 2023 Silvan Calarco 0.2.2-1mamba - package created using the webbuild interface