15
0

Accepting request 1315972 from devel:languages:python

Forwarded request #1315735 from glaubitz

- Update to 1.5.0
    * LaTeXRenderer: Render thematic break on a new line (#224).
    * LaTeXRenderer: Properly escape caret ("^") within raw text (#234).
    * Incomplete configuration for tox and tests (#220, #221).
    * Add types to __init__.py's markdown function (#251).
    * Fix typos in the in-line documentation, while also resolving problems
      within the docs folder (#226).
    * Describe Document's constructor and how end-of-lines are treated (#64).

OBS-URL: https://build.opensuse.org/request/show/1315972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistletoe?expand=0&rev=5
This commit is contained in:
2025-11-07 17:20:56 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

Binary file not shown.

3
mistletoe-1.5.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 5 14:02:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.5.0
* LaTeXRenderer: Render thematic break on a new line (#224).
* LaTeXRenderer: Properly escape caret ("^") within raw text (#234).
* Incomplete configuration for tox and tests (#220, #221).
* Add types to __init__.py's markdown function (#251).
* Fix typos in the in-line documentation, while also resolving problems
within the docs folder (#226).
* Describe Document's constructor and how end-of-lines are treated (#64).
-------------------------------------------------------------------
Thu Aug 21 09:35:22 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -23,7 +23,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-mistletoe
Version: 1.4.0
Version: 1.5.0
Release: 0
Summary: A Markdown parser in pure Python
License: MIT