From 5e93865b1bf22cd749afe19bddceff9c0deb710a57f7f510a6ec8b3835f09ef4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 5 May 2022 21:18:42 +0000 Subject: [PATCH] Accepting request 975261 from home:benoit_monin:branches:devel:languages:python update to version 3.3.7: bug-fix release OBS-URL: https://build.opensuse.org/request/show/975261 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=74 --- Markdown-3.3.6.tar.gz | 3 --- Markdown-3.3.7.tar.gz | 3 +++ python-Markdown.changes | 8 ++++++++ python-Markdown.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 Markdown-3.3.6.tar.gz create mode 100644 Markdown-3.3.7.tar.gz diff --git a/Markdown-3.3.6.tar.gz b/Markdown-3.3.6.tar.gz deleted file mode 100644 index 1b7dee9..0000000 --- a/Markdown-3.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006 -size 323584 diff --git a/Markdown-3.3.7.tar.gz b/Markdown-3.3.7.tar.gz new file mode 100644 index 0000000..eca1192 --- /dev/null +++ b/Markdown-3.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb516f16218e643d8e0a95b309f77eb118cb138d39a4f27851e6a63581db874 +size 324130 diff --git a/python-Markdown.changes b/python-Markdown.changes index 694d39d..0dc599c 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 5 20:08:38 UTC 2022 - Benoît Monin + +- update to version 3.3.7: bug-fix release + * Disallow square brackets in reference link ids (#1209) + * Retain configured pygments_style after first code block (#1240) + * Ensure fenced code attributes are properly escaped (#1247) + ------------------------------------------------------------------- Wed Nov 24 21:21:34 UTC 2021 - Dirk Müller diff --git a/python-Markdown.spec b/python-Markdown.spec index 5f37ed7..b8f966b 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,7 +1,7 @@ # # spec file for package python-Markdown # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Markdown -Version: 3.3.6 +Version: 3.3.7 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause