14
0

- update to 3.0.1:

* Account for the final directive option having an empty value
  * Re-allow indented directive option blocks
  * Add support for Python 3.12
  * Update docutils requirement from >=0.16,<0.21 to
    >=0.18,<0.22
  * Allow for use of the `line-block` directive
  * Emits sphinx include-read event
  * Nested parse attribution in `attr_block`
  * Directive option parsing
  * Improve directive parsing warnings
  * Allow for opening external links in new tabs (#856)
  * Replace black, isort, pyupgrade with ruff formatter
  * remove redundant mypy config
  * Add additional Ruff lints (and fix issues)
  * mypy- disallow 'any generics'
  * Fix docutils deprecation in option parsing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-myst-parser?expand=0&rev=10
This commit is contained in:
2024-05-09 08:40:14 +00:00
committed by Git OBS Bridge
parent e888de2b88
commit 82f6c956e9
4 changed files with 29 additions and 8 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu May 9 08:37:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.0.1:
* Account for the final directive option having an empty value
* Re-allow indented directive option blocks
* Add support for Python 3.12
* Update docutils requirement from >=0.16,<0.21 to
>=0.18,<0.22
* Allow for use of the `line-block` directive
* Emits sphinx include-read event
* Nested parse attribution in `attr_block`
* Directive option parsing
* Improve directive parsing warnings
* Allow for opening external links in new tabs (#856)
* Replace black, isort, pyupgrade with ruff formatter
* remove redundant mypy config
* Add additional Ruff lints (and fix issues)
* mypy- disallow 'any generics'
* Fix docutils deprecation in option parsing
-------------------------------------------------------------------
Thu Nov 23 07:46:00 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>