Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
7ed4f1c52b | |||
3e39398b1d |
BIN
markdown-3.7.tar.gz
(Stored with Git LFS)
BIN
markdown-3.7.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
markdown-3.8.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
markdown-3.8.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,58 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 19 19:01:44 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- update to version 3.8.2:
|
||||||
|
* Fix codecs deprecation in Python 3.14.
|
||||||
|
* Fix issue with unclosed comment parsing in Python 3.14.
|
||||||
|
* Fix issue with unclosed declarations in Python 3.14.
|
||||||
|
* Fix issue with unclosed HTML tag <foo and Python 3.14.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 18 16:36:45 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- update to version 3.8.1:
|
||||||
|
* Ensure incomplete markup declaration in raw HTML doesn’t crash
|
||||||
|
parser (#1534).
|
||||||
|
* Fixed dropped content in md_in_html (#1526).
|
||||||
|
* Fixed HTML handling corner case that prevented some content
|
||||||
|
from not being rendered (#1528).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 11 20:28:38 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- update to version 3.8:
|
||||||
|
* Changed
|
||||||
|
+ DRY fix in abbr extension by introducing method
|
||||||
|
create_element (#1483).
|
||||||
|
+ Clean up test directory by removing some redundant tests and
|
||||||
|
port non-redundant cases to the newer test framework.
|
||||||
|
+ Improved performance of the raw HTML post-processor (#1510).
|
||||||
|
* Fixed
|
||||||
|
+ Backslash Unescape IDs set via attr_list on toc (#1493).
|
||||||
|
+ Ensure md_in_html processes content inside “markdown” blocks
|
||||||
|
as they are parsed outside of “markdown” blocks to keep
|
||||||
|
things more consistent for third-party extensions (#1503).
|
||||||
|
+ md_in_html handle tags within inline code blocks better
|
||||||
|
(#1075).
|
||||||
|
+ md_in_html fix handling of one-liner block HTML handling
|
||||||
|
(#1074).
|
||||||
|
+ Ensure <center> is treated like a block-level element
|
||||||
|
(#1481).
|
||||||
|
+ Ensure that abbr extension respects AtomicString and does not
|
||||||
|
process perceived abbreviations in these strings (#1512).
|
||||||
|
+ Ensure smarty extension correctly renders nested closing
|
||||||
|
quotes (#1514).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 11:32:19 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Make the metadata directory name case-insensitive.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 25 03:13:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Lowercase metadata directory name.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 17 10:27:01 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
Sat Aug 17 10:27:01 UTC 2024 - 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) 2024 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-Markdown%{psuffix}
|
Name: python-Markdown%{psuffix}
|
||||||
Version: 3.7
|
Version: 3.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of Markdown
|
Summary: Python implementation of Markdown
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -91,8 +91,8 @@ supported by the [Available Extensions][].
|
|||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc README.md docs/*
|
%doc README.md docs/*
|
||||||
%python_alternative %{_bindir}/markdown_py
|
%python_alternative %{_bindir}/markdown_py
|
||||||
%{python_sitelib}/Markdown-%{version}*-info
|
|
||||||
%{python_sitelib}/markdown
|
%{python_sitelib}/markdown
|
||||||
|
%{python_sitelib}/[mM]arkdown-%{version}.dist-info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user