- 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,8 +1,13 @@
-------------------------------------------------------------------
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>
- Update to 3.0.2
* fix RecursionError for lists
* fix RecursionError for lists
-------------------------------------------------------------------
Fri Sep 15 15:15:40 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
@ -56,7 +61,7 @@ Thu May 4 19:14:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
@ -75,13 +80,13 @@ Mon Sep 19 09:14:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
* Fix url plugin in <a> 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 <dmueller@suse.com>
- 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 <mcepl@suse.com>
-------------------------------------------------------------------
Tue Apr 14 10:24:24 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Switch from nose to pytest
- Switch from nose to pytest
-------------------------------------------------------------------
Mon Mar 4 08:56:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.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