forked from pool/python-markdown2
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28d769f0e544e6f68f684f01e9b186747b079a6927d9ca77ebc8c640a2829b1b
|
||||
size 96596
|
||||
3
markdown2-2.4.2.tar.gz
Normal file
3
markdown2-2.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91113caf23aa662570fe21984f08fe74f814695c0a0ea8e863a8b4c4f63f9f6e
|
||||
size 96270
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 18:36:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user