automatic version update by autodist [release 2.2.0-1mamba;Fri Jan 24 2025]
This commit is contained in:
parent
1fd6c4f02f
commit
0b4468daef
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-executing
|
Name: python-executing
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Get the currently executing AST node of a frame, and other information
|
Summary: Get the currently executing AST node of a frame, and other information
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: https://github.com/alexmojaki/executing
|
URL: https://github.com/alexmojaki/executing
|
||||||
Source: https://pypi.debian.net/executing/executing-%{version}.tar.gz
|
Source: https://pypi.debian.net/executing/executing-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
|
BuildArch: noarch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -46,6 +47,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%{python_sitelib}/%{pkgname}/*
|
%{python_sitelib}/%{pkgname}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 24 2025 Automatic Build System <autodist@openmamba.org> 2.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Sep 02 2024 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
|
* Mon Sep 02 2024 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user