[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/204: gnu: python-notebook: Update to 6.4.10.
From: |
guix-commits |
Subject: |
117/204: gnu: python-notebook: Update to 6.4.10. |
Date: |
Wed, 20 Apr 2022 02:03:30 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 8a7b678cd80e99ebbb7d3512e4d95395b99068ee
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 13 21:53:25 2022 -0400
gnu: python-notebook: Update to 6.4.10.
* gnu/packages/python-xyz.scm (python-notebook): Update to 6.4.10.
[phases]{check}: Remove add-installed-pythonpath.
[native-inputs]: python-nest-asyncio.
---
gnu/packages/python-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 69e531004d..f37ac4449d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13706,13 +13706,13 @@ convert an @code{.ipynb} notebook file into various
static formats including:
(define-public python-notebook
(package
(name "python-notebook")
- (version "6.3.0")
+ (version "6.4.10")
(source (origin
(method url-fetch)
(uri (pypi-uri "notebook" version))
(sha256
(base32
- "0zfwr87ndjzmdp9adpc9lby1hdqdkjp2q7c9vff3wiw1dj6kkjfb"))))
+ "03p976xq1l9xf4djwk0snmywd0zck3i6gjngxsl874i8qrmsf214"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -13731,10 +13731,9 @@ convert an @code{.ipynb} notebook file into various
static formats including:
(setenv "HOME" (getcwd))))
(replace 'check
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
- ;; These tests require a browser
+ ;; These tests require a browser.
(delete-file-recursively "notebook/tests/selenium")
(when tests?
- (add-installed-pythonpath inputs outputs)
;; Interferes with test expectations.
(unsetenv "JUPYTER_CONFIG_PATH")
;; Some tests do not expect all files to be installed in the
@@ -13751,6 +13750,7 @@ convert an @code{.ipynb} notebook file into various
static formats including:
python-jinja2
python-jupyter-client
python-jupyter-core
+ python-nest-asyncio
python-nbconvert
python-nbformat
python-prometheus-client
- 111/204: gnu: Add texlive-unicode-math., (continued)
- 111/204: gnu: Add texlive-unicode-math., guix-commits, 2022/04/20
- 114/204: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/04/20
- 115/204: gnu: python-nbval: Fix build., guix-commits, 2022/04/20
- 126/204: gnu: python-ipython-documentation: Also build info and pdf targets., guix-commits, 2022/04/20
- 150/204: gnu: python-llvmlite: Update to 0.38.0., guix-commits, 2022/04/20
- 175/204: gnu: Add python-argparse-addons., guix-commits, 2022/04/20
- 180/204: gnu: Add python-mergedeep., guix-commits, 2022/04/20
- 198/204: gnu: emacsy: Use webkitgtk-with-libsoup2., guix-commits, 2022/04/20
- 203/204: gnu: python-flask-login: Update to 0.6.0., guix-commits, 2022/04/20
- 113/204: gnu: python-nbconvert: Update to 6.5.0., guix-commits, 2022/04/20
- 117/204: gnu: python-notebook: Update to 6.4.10.,
guix-commits <=
- 118/204: gnu: Add python-nbdime., guix-commits, 2022/04/20
- 119/204: gnu: Add python-docrepr., guix-commits, 2022/04/20
- 128/204: gnu: Add python-strict-rfc3339., guix-commits, 2022/04/20
- 129/204: gnu: Add python-rfc3339-validator., guix-commits, 2022/04/20
- 134/204: gnu: Add python-httpcore-bootstrap., guix-commits, 2022/04/20
- 135/204: gnu: Add python-httpx-bootstrap., guix-commits, 2022/04/20
- 137/204: gnu: python-uvicorn: Update to 0.17.6., guix-commits, 2022/04/20
- 149/204: gnu: python-numpy: Update to 1.21.6 and parallelize build/tests., guix-commits, 2022/04/20
- 83/204: gnu: Add python-compreffor., guix-commits, 2022/04/20
- 121/204: gnu: Add python-pep621., guix-commits, 2022/04/20