17
0

- Update to 4.0.1:

* Minor fix for sphinx 8.2 compat
  * Fix type of MockIncludeDirective’s klass parameter
  * Support python>=3.10, sphinx >=7,<9, docutils>=0.19,<0.22
  * Improve footnote def/ref warnings and translations
- Add patch support-docutils-0.22.patch:
  * Support docutils output changes.
- Sprinkle in pytest-param-files, since it's packaged now.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-myst-parser?expand=0&rev=16
This commit is contained in:
2025-10-02 04:37:13 +00:00
committed by Git OBS Bridge
parent 99812ca21d
commit c9d4898c5c
5 changed files with 290 additions and 15 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 2 04:36:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.0.1:
* Minor fix for sphinx 8.2 compat
* Fix type of MockIncludeDirectives klass parameter
* Support python>=3.10, sphinx >=7,<9, docutils>=0.19,<0.22
* Improve footnote def/ref warnings and translations
- Add patch support-docutils-0.22.patch:
* Support docutils output changes.
- Sprinkle in pytest-param-files, since it's packaged now.
-------------------------------------------------------------------
Thu Aug 21 09:47:54 UTC 2025 - Markéta Machová <mmachova@suse.com>