diff --git a/python-myst-parser-2.0.0.tar.gz b/python-myst-parser-2.0.0.tar.gz deleted file mode 100644 index 4075d96..0000000 --- a/python-myst-parser-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d03d257af6e7a4f336aaccd400e13537a85a0c260a58f95de51618c46b51579 -size 815453 diff --git a/python-myst-parser-3.0.1.tar.gz b/python-myst-parser-3.0.1.tar.gz new file mode 100644 index 0000000..2fb3ebc --- /dev/null +++ b/python-myst-parser-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1686c63164d55db5f3e7ebea9a2c3a541f973f89b33a4e49390ef69ee89bd6a5 +size 823769 diff --git a/python-myst-parser.changes b/python-myst-parser.changes index 12126df..e547fab 100644 --- a/python-myst-parser.changes +++ b/python-myst-parser.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu May 9 08:37:35 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-myst-parser.spec b/python-myst-parser.spec index 6e99703..6636163 100644 --- a/python-myst-parser.spec +++ b/python-myst-parser.spec @@ -1,7 +1,7 @@ # # spec file for package python-myst-parser # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-myst-parser -Version: 2.0.0 +Version: 3.0.1 Release: 0 Summary: An extended commonmark compliant parser, with bridges to docutils & sphinx License: MIT @@ -30,7 +30,7 @@ BuildRequires: %{python_module flit-core} BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module Sphinx} -BuildRequires: %{python_module docutils >= 0.16} +BuildRequires: %{python_module docutils >= 0.18 with %python-docutils < 0.22} BuildRequires: %{python_module markdown-it-py} BuildRequires: %{python_module markdown-it-py} BuildRequires: %{python_module mdit-py-plugins} @@ -56,11 +56,11 @@ BuildRequires: %{python_module pytest} Requires: python-Jinja2 Requires: python-PyYAML Requires: python-Sphinx -Requires: python-docutils >= 0.16 +Requires: python-docutils >= 0.18 Requires: python-markdown-it-py Requires: python-mdit-py-plugins Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages