[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/242: gnu: python-readme-renderer: Update to 34.0.
From: |
guix-commits |
Subject: |
172/242: gnu: python-readme-renderer: Update to 34.0. |
Date: |
Thu, 12 May 2022 14:14:26 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit ef4473051e82d94560b38ca76e9a0ad4b7f410ae
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 d3f9109ec7..a2713caa0f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27441,14 +27441,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
@@ -27460,7 +27460,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
- 143/242: gnu: python-uvicorn: Update to 0.17.6., (continued)
- 143/242: gnu: python-uvicorn: Update to 0.17.6., guix-commits, 2022/05/12
- 145/242: gnu: python-sqlalchemy: Run tests in parallel via xdist., guix-commits, 2022/05/12
- 146/242: gnu: python-sqlalchemy: Update to 1.4.35., guix-commits, 2022/05/12
- 150/242: gnu: python-falcon: Update to 3.1.0., guix-commits, 2022/05/12
- 156/242: gnu: python-llvmlite: Update to 0.38.0., guix-commits, 2022/05/12
- 160/242: gnu: python-scikit-learn: Parallelize build and test suite., guix-commits, 2022/05/12
- 162/242: gnu: python-umap-learn: Update to 0.5.3., guix-commits, 2022/05/12
- 167/242: gnu: python-jupyter-protocol: Update to 0.2.0., guix-commits, 2022/05/12
- 174/242: gnu: conan: Update to 1.47.0 and relax PyYAML requirement., guix-commits, 2022/05/12
- 175/242: gnu: python-parse-type: Update to 0.6.0, fixing build., guix-commits, 2022/05/12
- 172/242: gnu: python-readme-renderer: Update to 34.0.,
guix-commits <=
- 183/242: gnu: Add python-toolrack., guix-commits, 2022/05/12
- 197/242: gnu: Remove python-orator due to being broken and unmaintained., guix-commits, 2022/05/12
- 161/242: gnu: python-pynndescent: Update to 0.5.6., guix-commits, 2022/05/12
- 194/242: gnu: Remove python2-jmespath., guix-commits, 2022/05/12
- 195/242: gnu: python-croniter: Update to 1.3.4., guix-commits, 2022/05/12
- 185/242: gnu: python-multipart: Fix build with PyYAML 6., guix-commits, 2022/05/12
- 180/242: gnu: python-celery: Update to 5.2.6 and enable tests., guix-commits, 2022/05/12
- 179/242: gnu: python-kombu: Update to 5.2.4., guix-commits, 2022/05/12
- 191/242: gnu: Add python-crccheck., guix-commits, 2022/05/12
- 203/242: gnu: setzer: Add python-wrapper to fix build., guix-commits, 2022/05/12