From 7d58e324bd57d230dda6017cf9dcb3e649176f3ccdcd8540464ac40bedec5a8f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 19:16:51 +0000 Subject: [PATCH] - update to 2.0.5: * Improve on parsing list. Make it possible to customize list regex OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=43 --- mistune-2.0.4.tar.gz | 3 --- mistune-2.0.5.tar.gz | 3 +++ python-mistune.changes | 7 +++++++ python-mistune.spec | 3 +-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 mistune-2.0.4.tar.gz create mode 100644 mistune-2.0.5.tar.gz diff --git a/mistune-2.0.4.tar.gz b/mistune-2.0.4.tar.gz deleted file mode 100644 index 1eff4d6..0000000 --- a/mistune-2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04d862e67524acb83108199215589135616a7889b2a435ae091eab09cb5fd593 -size 83469 diff --git a/mistune-2.0.5.tar.gz b/mistune-2.0.5.tar.gz new file mode 100644 index 0000000..42e3394 --- /dev/null +++ b/mistune-2.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cc615cdd55c52a29815053bf11f7397ce3812b04b0fdf17375d69fc1d2aee7 +size 83485 diff --git a/python-mistune.changes b/python-mistune.changes index cf293d0..108ff18 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Fri Apr 21 12:28:10 UTC 2023 - Dirk Müller diff --git a/python-mistune.spec b/python-mistune.spec index 9e58f06..7c76d9b 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -21,7 +21,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-%{modname} -Version: 2.0.4 +Version: 2.0.5 Release: 0 Summary: Python Markdown parser with renderers and plugins License: BSD-3-Clause @@ -30,7 +30,6 @@ URL: https://github.com/lepture/mistune Source: https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros