Accepting request 875291 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/875291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=35
This commit is contained in:
commit
57b45a35ce
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d9f2b5ca24bc4c7a390d22323ca4bad200368612b5aaa7796babf971d2b2f18
|
||||
size 319531
|
3
Markdown-3.3.4.tar.gz
Normal file
3
Markdown-3.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49
|
||||
size 322192
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 25 21:02:24 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to version 3.3.4: bug-fix release
|
||||
* Properly parse unclosed tags in code spans (#1066)
|
||||
* Properly parse processing instructions in md_in_html (#1070)
|
||||
* Properly parse code spans in md_in_html (#1069)
|
||||
* Preserve text immediately before an admonition (#1092)
|
||||
* Simplified regex for HTML placeholders (#928) addressing (#932)
|
||||
* Ensure permalinks and anchorlinks are not restricted by
|
||||
toc_depth (#1107)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 25 21:47:36 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Markdown
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 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.3
|
||||
Version: 3.3.4
|
||||
Release: 0
|
||||
Summary: Python implementation of Markdown
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user