rebuilt with python3 = 3.11.5 [release 0.2.2-2mamba;Sun Oct 01 2023]
This commit is contained in:
parent
a0b37fae7b
commit
451b166c3f
@ -1,18 +1,19 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-pure_eval
|
Name: python-pure_eval
|
||||||
Version: 0.2.2
|
Version: 0.2.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Safely evaluate AST nodes without side effects
|
Summary: Safely evaluate AST nodes without side effects
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: https://pypi.debian.net/pure-eval/pure_eval-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -46,5 +47,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%{python_sitelib}/%{pkgname}/*
|
%{python_sitelib}/%{pkgname}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user