17
0

4 Commits

Author SHA256 Message Date
77d19d3a09 Accepting request 1301771 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1301771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistletoe?expand=0&rev=4
2025-08-29 16:35:42 +00:00
3e894f9cb9 - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistletoe?expand=0&rev=10
2025-08-21 09:37:57 +00:00
c0b77d3348 Accepting request 1217429 from devel:languages:python
- update to 1.4.0:
  * Add `parent` attribute/property (#71 via #206).
  * `MarkdownRenderer`: Keep the original content spacing before
    the list marker (#213 via #215).
  * Bump build/CI scripts.

OBS-URL: https://build.opensuse.org/request/show/1217429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistletoe?expand=0&rev=3
2024-10-25 17:18:39 +00:00
2e596fd1fb - update to 1.4.0:
* Add `parent` attribute/property (#71 via #206).
  * `MarkdownRenderer`: Keep the original content spacing before
    the list marker (#213 via #215).
  * Bump build/CI scripts.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistletoe?expand=0&rev=8
2024-10-23 20:46:51 +00:00
4 changed files with 4 additions and 16 deletions

BIN
mistletoe-1.4.0.tar.gz LFS Normal file

Binary file not shown.

View File

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

View File

@@ -1,15 +1,3 @@
-------------------------------------------------------------------
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.5.0
Version: 1.4.0
Release: 0
Summary: A Markdown parser in pure Python
License: MIT