[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/233: gnu: python-readme-renderer: Update to 34.0.
From: |
guix-commits |
Subject: |
172/233: gnu: python-readme-renderer: Update to 34.0. |
Date: |
Sun, 24 Apr 2022 23:40:00 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 37665d6fb95352beeed4294a25e38e74400b695b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 19 01:26:59 2022 -0400
gnu: python-readme-renderer: Update to 34.0.
* gnu/packages/python-xyz.scm (python-readme-renderer): Update to 34.0.
[phases]{check}: Skip GFM tests for now.
---
gnu/packages/python-xyz.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2fd7e69e3d..c5a9869eaf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27325,14 +27325,14 @@ positioning, and keyboard input.")
(define-public python-readme-renderer
(package
(name "python-readme-renderer")
- (version "32.0")
+ (version "34.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "readme_renderer" version))
(sha256
(base32
- "11av194kgq6mvp2afpapkb6vyn3y14gingmgsp3n10krlspvw4mm"))))
+ "1c75h9znffc2lh4j56yg23l5ifj5l8fbdq3kfigi8vbh45zx3d6z"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
@@ -27344,7 +27344,12 @@ positioning, and keyboard input.")
"cmarkgfm>=0.5.0"))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
- (when tests? (invoke "pytest" "-vv")))))))
+ (when tests?
+ ;; The GFM tests fail due to slight differences in the
+ ;; generated vs expected HTML due to using a more
+ ;; recent bleach version (see:
+ ;; https://github.com/pypa/readme_renderer/issues/234).
+ (invoke "pytest" "-vv" "-k" "not GFM")))))))
(propagated-inputs
(list python-bleach python-docutils python-pygments
- 189/233: gnu: Add python-mdx-gh-links., (continued)
- 189/233: gnu: Add python-mdx-gh-links., guix-commits, 2022/04/24
- 130/233: gnu: Add texlive-cm-lgc., guix-commits, 2022/04/24
- 135/233: gnu: Add python-rfc3339-validator., guix-commits, 2022/04/24
- 141/233: gnu: Add python-httpx-bootstrap., guix-commits, 2022/04/24
- 149/233: gnu: python-fakeredis: Update to 1.7.1., guix-commits, 2022/04/24
- 159/233: gnu: python-pandas: Update to 1.4.2., guix-commits, 2022/04/24
- 160/233: gnu: python-scikit-learn: Parallelize build and test suite., guix-commits, 2022/04/24
- 163/233: gnu: python-jupyter-server: Update to 1.16.0., guix-commits, 2022/04/24
- 165/233: gnu: python-sparqlwrapper: Update to 2.0.0., guix-commits, 2022/04/24
- 169/233: gnu: xeus: Update to 2.4.1., guix-commits, 2022/04/24
- 172/233: gnu: python-readme-renderer: Update to 34.0.,
guix-commits <=
- 176/233: gnu: Add python-bson., guix-commits, 2022/04/24
- 183/233: gnu: Add python-toolrack., guix-commits, 2022/04/24
- 173/233: gnu: mbed-tools: Update to 7.53.0 and relax click version requirement., guix-commits, 2022/04/24
- 185/233: gnu: python-multipart: Fix build with PyYAML 6., guix-commits, 2022/04/24
- 188/233: gnu: python-ghp-import: Update to 2.0.2., guix-commits, 2022/04/24
- 191/233: gnu: Add python-crccheck., guix-commits, 2022/04/24
- 196/233: gnu: python-miio: Update to 0.5.11., guix-commits, 2022/04/24
- 198/233: gnu: Add python-pydyf., guix-commits, 2022/04/24
- 202/233: gnu: libgrss: Use libsoup-minimal-2 to fix build., guix-commits, 2022/04/24
- 200/233: gnu: seed: Use webkitgtk-with-libsoup2., guix-commits, 2022/04/24