diff --git a/python-mistune.spec b/python-mistune.spec index f586011..6780db7 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-mistune Epoch: 1 -Version: 3.0.1 +Version: 3.0.2 Release: 1mamba Summary: A fast markdown parser in pure Python Group: System/Libraries @@ -12,8 +12,9 @@ URL: https://github.com/lepture/mistune Source: https://pypi.debian.net/mistune/mistune-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %if 0%{?with_pyver} %pyver_package @@ -46,6 +47,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Sat Sep 30 2023 Automatic Build System 3.0.2-1mamba +- automatic version update by autodist + +* Tue Sep 26 2023 Automatic Build System 3.0.1-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sun Jun 11 2023 Automatic Build System 3.0.1-1mamba - automatic version update by autodist