Accepting request 931849 from home:benoit_monin:branches:devel:languages:python
update to version 3.3.5: bug-fix release OBS-URL: https://build.opensuse.org/request/show/931849 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=71
This commit is contained in:
parent
52f4d4ae71
commit
7ccd9d495b
@ -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
3
Markdown-3.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26e9546bfbcde5fcd072bd8f612c9c1b6e2677cb8aadbdf65206674f46dde069
|
||||
size 323578
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user