automatic version update by autodist [release 4.0.1-1mamba;Thu Feb 13 2025]

This commit is contained in:
Automatic Build System 2025-02-14 19:19:50 +01:00
parent a91e6eecb2
commit 4a8c19f06b

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-myst_parser
Version: 4.0.0
Version: 4.0.1
Release: 1mamba
Summary: An extended CommonMark compliant parser
Group: System/Libraries
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/executablebooks/MyST-Parser
Source: https://pypi.debian.net/myst-parser/myst_parser-%{version}.tar.gz
License: MIT
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.11dist(markdown-it-py) >= 3 with python3.11dist(markdown-it-py) < 4)
BuildRequires: (python3.11dist(mdit-py-plugins) >= 0.4 with python3.11dist(mdit-py-plugins) < 1)
@ -63,6 +64,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Thu Feb 13 2025 Automatic Build System <autodist@openmamba.org> 4.0.1-1mamba
- automatic version update by autodist
* Tue Aug 06 2024 Automatic Build System <autodist@openmamba.org> 4.0.0-1mamba
- automatic version update by autodist