14
0

Accepting request 1194454 from home:benoit_monin:branches:devel:languages:python

- update to version 3.7
- rename source tarball to markdown to match upstream

OBS-URL: https://build.opensuse.org/request/show/1194454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=95
This commit is contained in:
2024-08-21 11:33:05 +00:00
committed by Git OBS Bridge
parent 44bc1efbb5
commit 733e7a585a
4 changed files with 17 additions and 6 deletions

View File

@@ -27,13 +27,13 @@
%bcond_with test
%endif
Name: python-Markdown%{psuffix}
Version: 3.6
Version: 3.7
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://python-markdown.github.io/
Source: https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/m/markdown/markdown-%{version}.tar.gz
Patch0: markdown-3.0-python37.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module importlib-metadata >= 4.4 if %python-base < 3.10}
@@ -60,7 +60,7 @@ on what exactly is supported and what is not. Additional features are
supported by the [Available Extensions][].
%prep
%autosetup -p1 -n Markdown-%{version}
%autosetup -p1 -n markdown-%{version}
%build
%if %{without test}