[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/420: gnu: python-myst-parser: Update to 3.0.1.
From: |
guix-commits |
Subject: |
115/420: gnu: python-myst-parser: Update to 3.0.1. |
Date: |
Tue, 26 Nov 2024 16:28:43 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 4a8f5c15eeea34c6e6dc85d3263b2e27014ee388
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 10:23:15 2024 +0200
gnu: python-myst-parser: Update to 3.0.1.
* gnu/packages/sphinx.scm (python-myst-parser): Update to 3.0.1.
[arguments]: Adjust tests; remove extra build phases.
Change-Id: I1990d2156958dc437875bf1f7f8b4defc147e58a
---
gnu/packages/sphinx.scm | 26 ++++++--------------------
1 file changed, 6 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 747c526011..c826617a9f 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -924,8 +924,7 @@ and several other projects.")
(define-public python-myst-parser
(package
(name "python-myst-parser")
- ;; The latest version (v2.0.0) require Sphinx >= v6.
- (version "0.18.1")
+ (version "3.0.1")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -934,26 +933,13 @@ and several other projects.")
(file-name (git-file-name name version))
(sha256
(base32
- "0lcz9vvy8hbp6cjmbslrlxn3pinf98jykiq8nx5lw5y0lz0mj162"))))
+ "0lac1mf9pnbmr1jcllhh0sh0y4cnmncx36g2mjbwyd6rm6akbajc"))))
(build-system pyproject-build-system)
(arguments
- ;; There are 3 test failures, seemingly due to expecting a slightly
- ;; different output from Sphinx (see:
- ;; https://github.com/executablebooks/MyST-Parser/issues/645).
- (list #:test-flags #~(list "-k" (string-append
- "not test_basic "
- "and not test_gettext_html "
- "and not test_fieldlist_extension "
- "and not test_syntax_extensions"))
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "pyproject.toml"
- ;; "mdit-py-plugins~=0.3.1"
- (("0.3.1") "0.4.0")
- ;; "markdown-it-py>=1.0.0,<3.0.0"
- (("3.0.0") "4.0.0")))))))
+ (list
+ #:test-flags
+ ;; "Currently only dot format is supported."
+ '(list "--ignore=tests/test_renderers/test_parse_directives.py")))
(native-inputs
(list python-beautifulsoup4
python-docutils
- 331/420: gnu: python-attrs: Update to 24.2.0., (continued)
- 331/420: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/26
- 352/420: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/26
- 346/420: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/26
- 370/420: gnu: python-prettytable: Update to 3.12.0., guix-commits, 2024/11/26
- 385/420: gnu: python-sniffio: Update to 1.3.1., guix-commits, 2024/11/26
- 388/420: gnu: python-vcrpy: Update to 6.0.2., guix-commits, 2024/11/26
- 403/420: gnu: python-aiofiles: Fix indentation., guix-commits, 2024/11/26
- 413/420: gnu: python-jsonpickle: Update to 4.0.0., guix-commits, 2024/11/26
- 416/420: gnu: hypercorn: Update to 0.17.3., guix-commits, 2024/11/26
- 116/420: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/26
- 115/420: gnu: python-myst-parser: Update to 3.0.1.,
guix-commits <=
- 279/420: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/26
- 308/420: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/26
- 322/420: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/26
- 348/420: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/26
- 286/420: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/26
- 350/420: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/26
- 361/420: gnu: python-pydantic: Update to 1.10.19., guix-commits, 2024/11/26
- 329/420: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/26
- 362/420: gnu: python-pytest-asyncio: Update to 0.24.0., guix-commits, 2024/11/26
- 365/420: gnu: Remove python-pytest-catchlog., guix-commits, 2024/11/26