Accepting request 1138497 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1138497 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=45
This commit is contained in:
commit
c26dbe2a41
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b65d7beb248dc22f2e8a31fb706d93798093c308dc1aba295aedeb9d41a813bd
|
|
||||||
size 348575
|
|
3
Markdown-3.5.2.tar.gz
Normal file
3
Markdown-3.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8
|
||||||
|
size 349398
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 11 21:37:02 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- update to version 3.5.2:
|
||||||
|
* Fix type annotations for convertFile - it accepts only
|
||||||
|
bytes-based buffers. Also remove legacy checks from Python 2
|
||||||
|
(#1400)
|
||||||
|
* Remove legacy import needed only in Python 2 (#1403)
|
||||||
|
* Fix typo that left the attribute
|
||||||
|
AdmonitionProcessor.content_indent unset (#1404)
|
||||||
|
* Fix edge-case crash in InlineProcessor with AtomicString
|
||||||
|
(#1406).
|
||||||
|
* Fix edge-case crash in codehilite with an empty code tag
|
||||||
|
(#1405).
|
||||||
|
* Improve and expand type annotations in the code base (#1401).
|
||||||
|
* Fix handling of bogus comments (#1425).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 1 20:56:04 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
Wed Nov 1 20:56:04 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Markdown
|
# spec file for package python-Markdown
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Markdown
|
Name: python-Markdown
|
||||||
Version: 3.5.1
|
Version: 3.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of Markdown
|
Summary: Python implementation of Markdown
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user