c67262f50f
Accepting request 1308493 from devel:languages:python
...
- 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/request/show/1308493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-myst-parser?expand=0&rev=8
2025-10-03 13:43:12 +00:00
48a46516d5
- 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
2025-10-02 04:37:13 +00:00
2ef28054d3
Accepting request 1300749 from devel:languages:python
...
- Convert to libalternatives on SLE-16-based and newer systems only
OBS-URL: https://build.opensuse.org/request/show/1300749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-myst-parser?expand=0&rev=7
2025-08-21 15:00:19 +00:00
be42392698
- Convert to libalternatives on SLE-16-based and newer systems only
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-myst-parser?expand=0&rev=14
2025-08-21 09:50:29 +00:00
0e276a0171
Accepting request 1293645 from devel:languages:python
...
- Convert to libalternatives
OBS-URL: https://build.opensuse.org/request/show/1293645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-myst-parser?expand=0&rev=6
2025-07-17 15:18:17 +00:00
7bc89e30d9
- Convert to libalternatives
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-myst-parser?expand=0&rev=12
2025-07-16 08:59:48 +00:00
563baf17cc
Accepting request 1172883 from devel:languages:python
...
- 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/request/show/1172883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-myst-parser?expand=0&rev=5
2024-05-11 16:18:50 +00:00
82f6c956e9
- 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
2024-05-09 08:40:14 +00:00
2114bd2ffc
Accepting request 1128268 from devel:languages:python
...
Should be staged with sr#1128267, sr#1128266
- Update to version 2.0.0:
- This release primarily updates core myst-parser dependencies, with
some minor changes to parsing behaviour:
- UPGRADE: markdown-it-py to v3 (#773 )
- This is mainly a non-breaking change, fixing some edge cases in parsing
- See: https://github.com/executablebooks/markdown-it-py/releases/tag/v3.0.0
- and https://github.com/executablebooks/mdit-py-plugins/releases/tag/v0.4.0
- UPGRADE: linkify-it-py to v2 (#675 )
- Also fixes some edge cases in parsing
- See: https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md
- UPGRADE: Add support for docutils v0.20 (#775 )
- No significant changes, see https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04
- UPGRADE: Add support for sphinx v7, and remove v5 support (#776 )
- No significant changes, see https://www.sphinx-doc.org/en/master/changes.html
- UPGRADE: Remove Python 3.7 support and add testing for Python
3.11 (#772 )
- Improve default slug generation for heading anchors, thanks to
@Cimbali (#777 )
- This change makes the slug generation closer to GitHub, in
that, starting/ending whitespace will not be stripped.
- For example, # ` a` b `c ` will now correctly create the slug
-a-b-c- and not a-b-c
- IMPROVE: Substitution extension (#777 )
- Allow any value type (including dict, list, datetime) and emit
a myst.substitution warning for errors in resolving the
substitution content.
- Introduce a gate/check GHA job, thanks to @webknjaz (#635 )
- v1.0.0:
- This changes absolutely nothing in the code, or about the
maintenance/release policy of this project. But it does feel
OBS-URL: https://build.opensuse.org/request/show/1128268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-myst-parser?expand=0&rev=4
2023-11-23 20:38:34 +00:00
e888de2b88
- Update to version 2.0.0:
...
- This release primarily updates core myst-parser dependencies, with
some minor changes to parsing behaviour:
- UPGRADE: markdown-it-py to v3 (#773 )
- This is mainly a non-breaking change, fixing some edge cases in parsing
- See: https://github.com/executablebooks/markdown-it-py/releases/tag/v3.0.0
- and https://github.com/executablebooks/mdit-py-plugins/releases/tag/v0.4.0
- UPGRADE: linkify-it-py to v2 (#675 )
- Also fixes some edge cases in parsing
- See: https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md
- UPGRADE: Add support for docutils v0.20 (#775 )
- No significant changes, see https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04
- UPGRADE: Add support for sphinx v7, and remove v5 support (#776 )
- No significant changes, see https://www.sphinx-doc.org/en/master/changes.html
- UPGRADE: Remove Python 3.7 support and add testing for Python
3.11 (#772 )
- Improve default slug generation for heading anchors, thanks to
@Cimbali (#777 )
- This change makes the slug generation closer to GitHub, in
that, starting/ending whitespace will not be stripped.
- For example, # ` a` b `c ` will now correctly create the slug
-a-b-c- and not a-b-c
- IMPROVE: Substitution extension (#777 )
- Allow any value type (including dict, list, datetime) and emit
a myst.substitution warning for errors in resolving the
substitution content.
- Introduce a gate/check GHA job, thanks to @webknjaz (#635 )
- v1.0.0:
- This changes absolutely nothing in the code, or about the
maintenance/release policy of this project. But it does feel
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-myst-parser?expand=0&rev=8
2023-11-23 07:54:33 +00:00
47ac397e49
Accepting request 1092243 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1092243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-myst-parser?expand=0&rev=3
2023-06-12 13:24:42 +00:00
f03c46795b
Accepting request 1092115 from home:ecsos:python
...
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1092115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-myst-parser?expand=0&rev=6
2023-06-11 11:41:11 +00:00
dae73e840f
Accepting request 974413 from devel:languages:python
...
- activate tests
- fix requires
OBS-URL: https://build.opensuse.org/request/show/974413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-myst-parser?expand=0&rev=2
2022-05-02 14:26:11 +00:00
2a8e02a297
Remove unnecessary cruft.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-myst-parser?expand=0&rev=4
2022-05-02 11:53:17 +00:00
8a8d5473f5
Accepting request 974405 from home:sebix:branches:devel:languages:python
...
- activate tests
- fix requires
OBS-URL: https://build.opensuse.org/request/show/974405
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-myst-parser?expand=0&rev=3
2022-05-02 11:52:09 +00:00
01ae1e75b2
Accepting request 972554 from devel:languages:python
...
package is required for update of xonsh (docs)
OBS-URL: https://build.opensuse.org/request/show/972554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-myst-parser?expand=0&rev=1
2022-04-25 21:35:40 +00:00
2f56e475c7
Accepting request 972525 from home:sebix
...
package is required for update of xonsh (docs)
OBS-URL: https://build.opensuse.org/request/show/972525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-myst-parser?expand=0&rev=1
2022-04-25 09:46:09 +00:00