[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/115: gnu: python-sphinx: Update to 4.2.0.
From: |
guix-commits |
Subject: |
38/115: gnu: python-sphinx: Update to 4.2.0. |
Date: |
Fri, 15 Oct 2021 09:48:58 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit e84127b8c0c039b3adbe29cdcc5c5a0a3f0931f9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 1 21:09:23 2021 -0400
gnu: python-sphinx: Update to 4.2.0.
* gnu/packages/sphinx.scm (python-sphinx): Update to 4.2.0.
---
gnu/packages/sphinx.scm | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 7d7e567..5fd63a6 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -17,6 +17,7 @@
;;; Copyright © 2021 Eric Bavier <bavier@posteo.net>
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
+;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -56,26 +57,27 @@
(define-public python-sphinx
(package
(name "python-sphinx")
- (version "4.0.3")
+ (version "4.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Sphinx" version))
(sha256
(base32
- "1f7vnk3g135b2zs9yq3kgrczxa91mhrlfw8243dpxsq8lbk5gwyz"))))
+ "19jq21py7m061v8142y2dbqrbv0adqcdjmharrdy34a432wqs1wl"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
- (lambda _
- ;; Requires Internet access.
- (delete-file "tests/test_build_linkcheck.py")
- (substitute* "tests/test_build_latex.py"
- (("@pytest.mark.sphinx\\('latex', testroot='images'\\)")
- "@pytest.mark.skip()"))
- (invoke "make" "test"))))))
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ ;; Requires Internet access.
+ (delete-file "tests/test_build_linkcheck.py")
+ (substitute* "tests/test_build_latex.py"
+ (("@pytest.mark.sphinx\\('latex', testroot='images'\\)")
+ "@pytest.mark.skip()"))
+ (invoke "make" "test")))))))
(propagated-inputs
`(("python-babel" ,python-babel)
("python-docutils" ,python-docutils)
- 27/115: gnu: gst-editing-services: Update to 1.18.4., (continued)
- 27/115: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/10/15
- 16/115: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 21/115: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/10/15
- 22/115: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/10/15
- 25/115: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/10/15
- 30/115: gnu: farstream: Enable tests., guix-commits, 2021/10/15
- 32/115: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/10/15
- 34/115: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/10/15
- 23/115: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/10/15
- 28/115: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/10/15
- 38/115: gnu: python-sphinx: Update to 4.2.0.,
guix-commits <=
- 39/115: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/10/15
- 40/115: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/10/15
- 43/115: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/10/15
- 41/115: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/10/15
- 47/115: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/10/15
- 49/115: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/10/15
- 24/115: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/10/15
- 26/115: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/10/15
- 33/115: gnu: bluez: Update to 5.59., guix-commits, 2021/10/15
- 29/115: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/10/15