- add conflicts with python-mistune2

* fix RecursionError for lists
    regex
  * Security fix for CVE-2022-34749
  * Fix escape_url
- Switch from nose to pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=53
This commit is contained in:
Dirk Mueller 2023-11-21 08:53:58 +00:00 committed by Git OBS Bridge
parent 307983ff45
commit b510141ac0
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 21 08:53:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add conflicts with python-mistune2
-------------------------------------------------------------------
Mon Oct 16 10:36:17 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -31,6 +31,8 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
Conflicts: python-mistune2 < %{version}
Obsoletes: python-mistune2 < %{version}
%python_subpackages
%description