Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-myst-parser
From: Adam Ciarcinski
Date: 2024-08-10 09:59:52
Message id: 20240810075952.66E8BFC74@cvs.NetBSD.org
Log Message:
py-myst-parser: updated to 4.0.0
4.0.0 - 2024-08-05
This release bumps the supported versions of:
- Python to ``3.10`` and greater
- Sphinx to ``>=7,<9``
- Docutils to ``>=0.19,<0.22``
Additionally, footnotes are now parsed similar to the corresponding \
reStructuredText, in that resolution (between definitions and references) and \
ordering is now deferred to transforms on the doctree (in <gh-pr:931>).
This allows for the proper interaction with other docutils/sphinx transforms, \
including those that perform translations,
and logging of warnings for duplicate/unreferenced footnote definitions and also \
for footnote references with no definitions.
Files: