From 47d21f018112985d32718df453958b87af94138d2e6726d738f8443060c740b3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 26 Mar 2022 18:38:07 +0000 Subject: [PATCH] - update to 2.4.2: - [pull #408] Fix for fenced code blocks issue #396 - [pull #410] Be more strict on auto linking urls, RE DOS fix - [pull #389] Tables extra: allow whitespace at the end of the underline row - [pull #392] Pyshell extra: enable syntax highlighting if `fenced-code-blocks` is loaded. - [pull #402] Regex DOS bandaid fix OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=22 --- markdown2-2.4.0.tar.gz | 3 --- markdown2-2.4.2.tar.gz | 3 +++ python-markdown2.changes | 10 ++++++++++ python-markdown2.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 markdown2-2.4.0.tar.gz create mode 100644 markdown2-2.4.2.tar.gz diff --git a/markdown2-2.4.0.tar.gz b/markdown2-2.4.0.tar.gz deleted file mode 100644 index 0bbb27f..0000000 --- a/markdown2-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28d769f0e544e6f68f684f01e9b186747b079a6927d9ca77ebc8c640a2829b1b -size 96596 diff --git a/markdown2-2.4.2.tar.gz b/markdown2-2.4.2.tar.gz new file mode 100644 index 0000000..b5a5619 --- /dev/null +++ b/markdown2-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91113caf23aa662570fe21984f08fe74f814695c0a0ea8e863a8b4c4f63f9f6e +size 96270 diff --git a/python-markdown2.changes b/python-markdown2.changes index e3540c1..043be2b 100644 --- a/python-markdown2.changes +++ b/python-markdown2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Mar 26 18:36:07 UTC 2022 - Dirk Müller + +- update to 2.4.2: + - [pull #408] Fix for fenced code blocks issue #396 + - [pull #410] Be more strict on auto linking urls, RE DOS fix + - [pull #389] Tables extra: allow whitespace at the end of the underline row + - [pull #392] Pyshell extra: enable syntax highlighting if `fenced-code-blocks` is loaded. + - [pull #402] Regex DOS bandaid fix + ------------------------------------------------------------------- Wed Jan 27 23:10:18 UTC 2021 - Matej Cepl diff --git a/python-markdown2.spec b/python-markdown2.spec index 848dda6..d55c674 100644 --- a/python-markdown2.spec +++ b/python-markdown2.spec @@ -1,7 +1,7 @@ # # spec file for package python-markdown2 # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-markdown2 -Version: 2.4.0 +Version: 2.4.2 Release: 0 Summary: A Python implementation of Markdown License: MIT @@ -31,7 +31,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages