From 5fbc95b2542fd00c50ffaef46f450fd3b59e52d1b0df90c1b94997fdddef82f2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Jan 2024 20:32:32 +0000 Subject: [PATCH] Accepting request 1138179 from home:benoit_monin:branches:devel:languages:python update to version 3.5.2 OBS-URL: https://build.opensuse.org/request/show/1138179 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=89 --- Markdown-3.5.1.tar.gz | 3 --- Markdown-3.5.2.tar.gz | 3 +++ python-Markdown.changes | 17 +++++++++++++++++ python-Markdown.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 Markdown-3.5.1.tar.gz create mode 100644 Markdown-3.5.2.tar.gz diff --git a/Markdown-3.5.1.tar.gz b/Markdown-3.5.1.tar.gz deleted file mode 100644 index 4a82b90..0000000 --- a/Markdown-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b65d7beb248dc22f2e8a31fb706d93798093c308dc1aba295aedeb9d41a813bd -size 348575 diff --git a/Markdown-3.5.2.tar.gz b/Markdown-3.5.2.tar.gz new file mode 100644 index 0000000..734842a --- /dev/null +++ b/Markdown-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8 +size 349398 diff --git a/python-Markdown.changes b/python-Markdown.changes index 8a7ccac..2b7f305 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 11 21:37:02 UTC 2024 - Benoît Monin + +- update to version 3.5.2: + * Fix type annotations for convertFile - it accepts only + bytes-based buffers. Also remove legacy checks from Python 2 + (#1400) + * Remove legacy import needed only in Python 2 (#1403) + * Fix typo that left the attribute + AdmonitionProcessor.content_indent unset (#1404) + * Fix edge-case crash in InlineProcessor with AtomicString + (#1406). + * Fix edge-case crash in codehilite with an empty code tag + (#1405). + * Improve and expand type annotations in the code base (#1401). + * Fix handling of bogus comments (#1425). + ------------------------------------------------------------------- Wed Nov 1 20:56:04 UTC 2023 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index 8c006d4..4e038bf 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,7 +1,7 @@ # # spec file for package python-Markdown # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Markdown -Version: 3.5.1 +Version: 3.5.2 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause