From 7ccd9d495bf2a3370c0128cce97fcb849fe7952905862184805a6ae53e8a61a0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 Nov 2021 11:07:06 +0000 Subject: [PATCH] Accepting request 931849 from home:benoit_monin:branches:devel:languages:python update to version 3.3.5: bug-fix release OBS-URL: https://build.opensuse.org/request/show/931849 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=71 --- Markdown-3.3.4.tar.gz | 3 --- Markdown-3.3.5.tar.gz | 3 +++ python-Markdown.changes | 14 ++++++++++++++ python-Markdown.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 Markdown-3.3.4.tar.gz create mode 100644 Markdown-3.3.5.tar.gz diff --git a/Markdown-3.3.4.tar.gz b/Markdown-3.3.4.tar.gz deleted file mode 100644 index 85d9629..0000000 --- a/Markdown-3.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49 -size 322192 diff --git a/Markdown-3.3.5.tar.gz b/Markdown-3.3.5.tar.gz new file mode 100644 index 0000000..98969d1 --- /dev/null +++ b/Markdown-3.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e9546bfbcde5fcd072bd8f612c9c1b6e2677cb8aadbdf65206674f46dde069 +size 323578 diff --git a/python-Markdown.changes b/python-Markdown.changes index 22e50af..1a3d888 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Nov 16 19:19:38 UTC 2021 - Benoît Monin + +- update to version 3.3.5: bug-fix release + * Make the slugify_unicode function not remove diacritical marks + (#1118). + * Fix [toc] detection when used with nl2br extension (#1160). + * Re-use compiled regex for block level checks (#1169). + * Don't process shebangs in fenced code blocks when using + CodeHilite (#1156). + * Improve email address validation for Automatic Links (#1165). + * Ensure tags are parsed correctly (#1079). + * Support Python 3.10 (#1124). + ------------------------------------------------------------------- Thu Feb 25 21:02:24 UTC 2021 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index fc9efa8..dba530b 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Markdown -Version: 3.3.4 +Version: 3.3.5 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause @@ -37,7 +37,7 @@ BuildRequires: python-rpm-macros Requires: python-importlib-metadata Requires: python-xml Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages