Accepting request 875235 from home:benoit_monin:branches:devel:languages:python

update to version 3.3.4: bug-fix release

OBS-URL: https://build.opensuse.org/request/show/875235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=69
This commit is contained in:
Markéta Machová 2021-02-26 08:18:10 +00:00 committed by Git OBS Bridge
parent 546e3289a4
commit 52f4d4ae71
4 changed files with 17 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49
size 322192

View File

@ -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>

View File

@ -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