update to 3.7 [release 3.7-1mamba;Tue Sep 03 2024]
This commit is contained in:
parent
f189aa0b4b
commit
3c6b605b41
@ -1,6 +1,6 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-Markdown
|
||||
Version: 3.6
|
||||
Version: 3.7
|
||||
Release: 1mamba
|
||||
Summary: a Python implementation of John Gruber’s Markdown
|
||||
Group: System/Libraries
|
||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://pypi.org/project/Markdown/
|
||||
Source: https://pypi.debian.net/Markdown/Markdown-%{version}.tar.gz
|
||||
Source: https://pypi.debian.net/Markdown/markdown-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
@ -23,7 +23,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n Markdown-%{version}
|
||||
%setup -q -n markdown-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
@ -48,6 +48,9 @@ done
|
||||
%{python_sitelib}/markdown/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7-1mamba
|
||||
- update to 3.7
|
||||
|
||||
* Fri Mar 15 2024 Automatic Build System <autodist@openmamba.org> 3.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user