From 6790c3aba4ef781be6c4746a350f183d2f13b299c8069cf06a861c4af3f51d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 11 Feb 2025 13:40:52 +0000 Subject: [PATCH] Accepting request 1245060 from home:glaubitz:branches:devel:languages:python - Update to 3.1.1 * Change attribute name from markdown to md in the Plugin class * Improve ruby plugin * Fix render_toc_url method for rendering empty iterable OBS-URL: https://build.opensuse.org/request/show/1245060 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=57 --- mistune-3.1.0.tar.gz | 3 --- mistune-3.1.1.tar.gz | 3 +++ python-mistune.changes | 8 ++++++++ python-mistune.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 mistune-3.1.0.tar.gz create mode 100644 mistune-3.1.1.tar.gz diff --git a/mistune-3.1.0.tar.gz b/mistune-3.1.0.tar.gz deleted file mode 100644 index ce95966..0000000 --- a/mistune-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb41d9a6d8ada768065b04e70670b3b865234292cf3e416e12b7314c7d793da8 -size 95262 diff --git a/mistune-3.1.1.tar.gz b/mistune-3.1.1.tar.gz new file mode 100644 index 0000000..d1fda2b --- /dev/null +++ b/mistune-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95751069983f387a073da2be6e2cd38799a5989bc7771007d32bfb518c9e11b +size 95776 diff --git a/python-mistune.changes b/python-mistune.changes index e26349d..ae1c2e1 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 11 10:31:15 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.1.1 + * Change attribute name from markdown to md in the Plugin class + * Improve ruby plugin + * Fix render_toc_url method for rendering empty iterable + ------------------------------------------------------------------- Wed Jan 8 15:56:07 UTC 2025 - Yunus Acar diff --git a/python-mistune.spec b/python-mistune.spec index e68bd73..a63e86a 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -19,7 +19,7 @@ %define modname mistune %{?sle15_python_module_pythons} Name: python-%{modname} -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: Python Markdown parser with renderers and plugins License: BSD-3-Clause