automatic version update by autodist [release 0.25.0-1mamba;Mon Jun 23 2025]

This commit is contained in:
2025-06-23 10:29:48 +02:00
parent 026a8f2fb6
commit 0bd5f2a04a

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pybtex
Version: 0.24.0
Version: 0.25.0
Release: 1mamba
Summary: A BibTeX-compatible bibliography processor in Python
Group: System/Libraries
@ -10,11 +10,11 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pybtex.org/
Source: https://pypi.debian.net/pybtex/pybtex-%{version}.tar.gz
License: MIT
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(latexcodec)
BuildRequires: python3.11dist(pyyaml)
BuildRequires: python3.11dist(six)
## AUTOBUILDREQ-END
%description
@ -55,5 +55,8 @@ rm -rf %{buildroot}%{python3_sitelib}/tests
%doc COPYING
%changelog
* Mon Jun 23 2025 Automatic Build System <autodist@openmamba.org> 0.25.0-1mamba
- automatic version update by autodist
* Tue Dec 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.0-1mamba
- package created using the webbuild interface