From b510141ac0c9b43ff89d4e851aee5b7309724914c7c1ff1088abb2e114f86038 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 21 Nov 2023 08:53:58 +0000 Subject: [PATCH] - 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 --- python-mistune.changes | 15 ++++++++++----- python-mistune.spec | 2 ++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/python-mistune.changes b/python-mistune.changes index 4cd5442..6416f05 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,8 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 21 08:53:35 UTC 2023 - Dirk Müller + +- add conflicts with python-mistune2 + ------------------------------------------------------------------- Mon Oct 16 10:36:17 UTC 2023 - Ondřej Súkup - Update to 3.0.2 - * fix RecursionError for lists + * fix RecursionError for lists ------------------------------------------------------------------- Fri Sep 15 15:15:40 UTC 2023 - Sebastian Wagner @@ -56,7 +61,7 @@ Thu May 4 19:14:54 UTC 2023 - Dirk Müller - update to 2.0.5: * Improve on parsing list. Make it possible to customize list - regex + regex ------------------------------------------------------------------- Fri Apr 21 12:28:10 UTC 2023 - Dirk Müller @@ -75,13 +80,13 @@ Mon Sep 19 09:14:34 UTC 2022 - Dirk Müller * Fix url plugin in tag * Fix * formatting * Fix table plugin - * Security fix for CVE-2022-34749 + * Security fix for CVE-2022-34749 ------------------------------------------------------------------- Wed Feb 16 23:12:46 UTC 2022 - Dirk Müller - update to 2.0.2: - * Fix escape_url + * Fix escape_url - drop 295-overagreesive-escape_url.patch (upstream) ------------------------------------------------------------------- @@ -129,7 +134,7 @@ Fri Oct 23 14:42:42 UTC 2020 - Matej Cepl ------------------------------------------------------------------- Tue Apr 14 10:24:24 UTC 2020 - Paolo Stivanin -- Switch from nose to pytest +- Switch from nose to pytest ------------------------------------------------------------------- Mon Mar 4 08:56:53 UTC 2019 - Tomáš Chvátal diff --git a/python-mistune.spec b/python-mistune.spec index bd5b227..5607339 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -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