14
0

Accepting request 1299146 from home:mcepl:branches:devel:languages:python:Factory

- Add fix-py314.patch to fix failing tests on 3.14.* or 3.13.6+
  (gh#Python-Markdown/markdown#1547).

OBS-URL: https://build.opensuse.org/request/show/1299146
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=110
This commit is contained in:
2025-08-12 20:30:50 +00:00
committed by Git OBS Bridge
parent 621c3f0e4a
commit 71afb60f39
3 changed files with 63 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ Group: Development/Languages/Python
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
# PATCH-FIX-UPSTREAM fix-py314.patch gh#Python-Markdown/markdown#1547 mcepl@suse.com
# Fix failing cases for Python 3.14
Patch1: fix-py314.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module importlib-metadata >= 4.4 if %python-base < 3.10}
BuildRequires: %{python_module pip}