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

update to version 3.5.2

OBS-URL: https://build.opensuse.org/request/show/1138179
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=89
This commit is contained in:
Dirk Mueller 2024-01-13 20:32:32 +00:00 committed by Git OBS Bridge
parent 2142e4c3a5
commit 5fbc95b254
4 changed files with 22 additions and 5 deletions

View File

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

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

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-Markdown
Version: 3.5.1
Version: 3.5.2
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause