[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/242: gnu: python-notebook: Update to 6.4.10.
From: |
guix-commits |
Subject: |
117/242: gnu: python-notebook: Update to 6.4.10. |
Date: |
Thu, 12 May 2022 14:14:16 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 73728b3942fc29aadd0cc6c8935a6704cf646858
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 2bcb51a651..ca293f5f54 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13722,13 +13722,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
@@ -13747,10 +13747,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
@@ -13767,6 +13766,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
- 23/242: gnu: Add python-fontmath., (continued)
- 23/242: gnu: Add python-fontmath., guix-commits, 2022/05/12
- 74/242: gnu: python-scipy: Move input fields below arguments field., guix-commits, 2022/05/12
- 76/242: gnu: Add java-antlr4-runtime-cpp., guix-commits, 2022/05/12
- 82/242: gnu: Add python-ufolib2., guix-commits, 2022/05/12
- 100/242: gnu: python-pytest-xdist-next: Update to 2.5.0., guix-commits, 2022/05/12
- 94/242: gnu: pylint: Run tests in parallel., guix-commits, 2022/05/12
- 111/242: gnu: Add texlive-unicode-math., guix-commits, 2022/05/12
- 103/242: gnu: python-jupyter-core: Update to 4.10.0., guix-commits, 2022/05/12
- 38/242: gnu: Add python-jaraco-context-bootstrap., guix-commits, 2022/05/12
- 77/242: gnu: Add python-fonttools-next., guix-commits, 2022/05/12
- 117/242: gnu: python-notebook: Update to 6.4.10.,
guix-commits <=
- 123/242: gnu: Add python-sphinx-sitemap., guix-commits, 2022/05/12
- 127/242: gnu: Add texlive-cbfonts., guix-commits, 2022/05/12
- 134/242: gnu: Add python-strict-rfc3339., guix-commits, 2022/05/12
- 151/242: gnu: Add python-dictpath., guix-commits, 2022/05/12
- 170/242: gnu: python-types-dataclasses: Fix typo., guix-commits, 2022/05/12
- 171/242: gnu: python-cmarkgfm: Update to 0.8.0., guix-commits, 2022/05/12
- 188/242: gnu: python-ghp-import: Update to 2.0.2., guix-commits, 2022/05/12
- 35/242: gnu: Add python-ufonormalizer., guix-commits, 2022/05/12
- 06/242: gnu: Add python-stack-data., guix-commits, 2022/05/12
- 13/242: gnu: Add texlive-stix2-otf., guix-commits, 2022/05/12