automatic version update by autodist [release 0.6.3-1mamba;Sun Oct 01 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:44:09 +01:00
parent f3325d477e
commit 244e2eb7a7

View File

@ -1,20 +1,20 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-stack_data Name: python-stack_data
Version: 0.6.2 Version: 0.6.3
Release: 1mamba Release: 1mamba
Summary: Extract data from python stack frames and tracebacks for informative displays Summary: Extract data from python stack frames and tracebacks for informative displays
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/stack_data URL: https://github.com/alexmojaki/stack_data
Source: https://pypi.debian.net/stack-data/stack_data-%{version}.tar.gz Source: https://pypi.debian.net/stack-data/stack_data-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel BuildRequires: libpython311-devel
BuildRequires: python3.10dist(asttokens) BuildRequires: python3.11dist(asttokens)
BuildRequires: python3.10dist(executing) BuildRequires: python3.11dist(executing)
BuildRequires: python3.10dist(pure-eval) BuildRequires: python3.11dist(pure-eval)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -49,5 +49,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.6.3-1mamba
- automatic version update by autodist
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.2-1mamba * Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.2-1mamba
- package created using the webbuild interface - package created using the webbuild interface