[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/169: gnu: python-sphinx: Update to 4.2.0.
From: |
guix-commits |
Subject: |
38/169: gnu: python-sphinx: Update to 4.2.0. |
Date: |
Thu, 28 Oct 2021 02:08:20 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 1c08a9f5d6b2b93721eff37a0eadc80f33e6822d
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)
- 118/169: gnu: cmake-bootstrap: Update to 3.21.3., (continued)
- 118/169: gnu: cmake-bootstrap: Update to 3.21.3., guix-commits, 2021/10/28
- 120/169: gnu: mit-krb5: Absorb 1.19.2 graft., guix-commits, 2021/10/28
- 133/169: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/10/28
- 116/169: gnu: mesa: Update to 21.2.4., guix-commits, 2021/10/28
- 119/169: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/10/28
- 128/169: gnu: libsoup: Reverse inheritance relationship with libsoup-minimal., guix-commits, 2021/10/28
- 140/169: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/10/28
- 141/169: gnu: librsvg: Preserve the loaders.cache file., guix-commits, 2021/10/28
- 66/169: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/10/28
- 71/169: gnu: dbus-c++: Fix build., guix-commits, 2021/10/28
- 38/169: gnu: python-sphinx: Update to 4.2.0.,
guix-commits <=
- 36/169: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/10/28
- 39/169: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/10/28
- 55/169: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/10/28
- 54/169: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/10/28
- 58/169: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/10/28
- 60/169: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/10/28
- 61/169: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/10/28
- 62/169: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/10/28
- 69/169: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/10/28
- 72/169: gnu: libnice: Update to 0.1.18-0.47a9633., guix-commits, 2021/10/28