diff --git a/python-myst_parser.spec b/python-myst_parser.spec index bd604c6..0d17fe7 100644 --- a/python-myst_parser.spec +++ b/python-myst_parser.spec @@ -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 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 4.0.1-1mamba +- automatic version update by autodist + * Tue Aug 06 2024 Automatic Build System 4.0.0-1mamba - automatic version update by autodist