From a405138c3406a7c8e8b6259bdbda6ed4aa11a119 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:27:42 +0100 Subject: [PATCH] automatic version update by autodist [release 3.0.2-1mamba;Sat Sep 30 2023] --- python-mistune.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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