[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/203: gnu: python-sphinx: Update to 4.2.0.
From: |
guix-commits |
Subject: |
38/203: gnu: python-sphinx: Update to 4.2.0. |
Date: |
Wed, 3 Nov 2021 21:09:52 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 9960253712acb566b85c4a5cd180d1ca8c98ff93
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)
- 21/203: gnu: gst-plugins-base: Enable more features., (continued)
- 21/203: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/11/03
- 33/203: gnu: bluez: Update to 5.59., guix-commits, 2021/11/03
- 18/203: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/03
- 14/203: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/11/03
- 20/203: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/11/03
- 27/203: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/03
- 32/203: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/11/03
- 40/203: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/11/03
- 12/203: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/03
- 42/203: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/11/03
- 38/203: gnu: python-sphinx: Update to 4.2.0.,
guix-commits <=
- 43/203: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/11/03
- 45/203: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/11/03
- 49/203: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/11/03
- 51/203: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/03
- 124/203: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/11/03
- 130/203: gnu: webkitgtk: Use libsoup 3 and build with GCC., guix-commits, 2021/11/03
- 133/203: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/03
- 146/203: gnu: nspr: Normalize inputs., guix-commits, 2021/11/03
- 138/203: profiles: Add a gdk-pixbuf-loaders-cache-file hook., guix-commits, 2021/11/03
- 154/203: gnu: python-dbusmock: Update to 0.24.0., guix-commits, 2021/11/03