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

This commit is contained in:
Automatic Build System 2024-01-05 16:22:04 +01:00
parent a0b37fae7b
commit 451b166c3f

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 0.2.2-2mamba
- rebuilt with python3 = 3.11.5
* Thu Apr 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
- package created using the webbuild interface