Accepting request 932786 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/932786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2021-11-23 21:10:14 +00:00 committed by Git OBS Bridge
commit fb166c7fae
4 changed files with 19 additions and 5 deletions

View File

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

3
Markdown-3.3.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26e9546bfbcde5fcd072bd8f612c9c1b6e2677cb8aadbdf65206674f46dde069
size 323578

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Nov 16 19:19:38 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 3.3.5: bug-fix release
* Make the slugify_unicode function not remove diacritical marks
(#1118).
* Fix [toc] detection when used with nl2br extension (#1160).
* Re-use compiled regex for block level checks (#1169).
* Don't process shebangs in fenced code blocks when using
CodeHilite (#1156).
* Improve email address validation for Automatic Links (#1165).
* Ensure <summary> tags are parsed correctly (#1079).
* Support Python 3.10 (#1124).
-------------------------------------------------------------------
Thu Feb 25 21:02:24 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>

View File

@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Markdown
Version: 3.3.4
Version: 3.3.5
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@ -37,7 +37,7 @@ BuildRequires: python-rpm-macros
Requires: python-importlib-metadata
Requires: python-xml
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages