- 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:
parent
307983ff45
commit
b510141ac0
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user