15
0

- Add patch support-python314.patch:

* Don't use ast.Str to parse the version if it isn't available.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=59
This commit is contained in:
2025-11-04 00:18:59 +00:00
committed by Git OBS Bridge
commit 24e2ba5196
9 changed files with 586 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Index: html5lib-1.1/html5lib/tests/test_meta.py
===================================================================
--- html5lib-1.1.orig/html5lib/tests/test_meta.py 2020-06-23 01:23:02.000000000 +0200
+++ html5lib-1.1/html5lib/tests/test_meta.py 2022-03-21 14:42:19.011204038 +0100
@@ -1,7 +1,7 @@
from __future__ import absolute_import, division, unicode_literals
import six
-from mock import Mock
+from unittest.mock import Mock
from . import support