automatic version update by autodist [release 3.0.1-1mamba;Fri Jun 20 2025]

This commit is contained in:
2025-06-21 15:50:05 +02:00
parent 9450ef8646
commit 16ce22ec60

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-latexcodec
Version: 3.0.0
Version: 3.0.1
Release: 1mamba
Summary: A lexer and codec to work with LaTeX code in Python
Group: System/Libraries
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/mcmtroffaes/latexcodec
Source: https://pypi.debian.net/latexcodec/latexcodec-%{version}.tar.gz
License: MIT
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
@ -46,5 +47,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/*
%changelog
* Fri Jun 20 2025 Automatic Build System <autodist@openmamba.org> 3.0.1-1mamba
- automatic version update by autodist
* Tue Dec 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0-1mamba
- package created using the webbuild interface