14
0

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

- update to version 3.5
- set the minimum python version to 3.8

OBS-URL: https://build.opensuse.org/request/show/1116317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=85
This commit is contained in:
2023-10-08 23:15:32 +00:00
committed by Git OBS Bridge
parent f76a6ab794
commit 5722e0ddfe
4 changed files with 27 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-Markdown
Version: 3.4.4
Version: 3.5
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@@ -27,7 +27,7 @@ URL: https://python-markdown.github.io/
Source: https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
Patch0: markdown-3.0-python37.patch
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module importlib-metadata >= 4.4 if %python-base < 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}