[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/166: gnu: python-ipyparallel: Update to 8.2.1.
From: |
guix-commits |
Subject: |
107/166: gnu: python-ipyparallel: Update to 8.2.1. |
Date: |
Tue, 19 Apr 2022 09:18:04 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython+polyglossia
in repository guix.
commit 223910ba79220452f176d56f4288174d775af14f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 13 00:35:21 2022 -0400
gnu: python-ipyparallel: Update to 8.2.1.
* gnu/packages/python-xyz.scm (python-ipyparallel-bootstrap): Update to
8.2.1.
[propagated-inputs]: Add python-entrypoints, python-psutil and python-tqdm.
Update python-tornado to version 6.
(python-ipyparallel)[phases]{check}: Override phase.
[native-inputs]: Remove python-mock and python-nose. Add
python-pytest-asyncio and python-pytest-tornado.
---
gnu/packages/python-xyz.scm | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index da4ce1407a..0fb9f99307 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8748,14 +8748,14 @@ away.")
(hidden-package
(package
(name "python-ipyparallel-bootstrap")
- (version "6.2.4")
+ (version "8.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ipyparallel" version))
(sha256
(base32
- "0rf0dbpxf5z82bw8lsjj45r3wdd4wc74anz4wiiaf2rbjqlb1ivn"))))
+ "0wiwfd7870zbmczzn96jqxxjf2zcbcaxnsl1ddn8hspwa8y4frzj"))))
(build-system python-build-system)
(arguments
(list
@@ -8767,12 +8767,14 @@ away.")
(propagated-inputs
(list python-dateutil
python-decorator
- ;; python-ipykernel is omitted here to avoid a cycle.
+ python-entrypoints
python-ipython
- python-ipython-genutils
+ ;; python-ipykernel is omitted here to break a cycle.
python-jupyter-client-bootstrap
+ python-psutil
python-pyzmq
- python-tornado
+ python-tornado-6
+ python-tqdm
python-traitlets))
(home-page "https://ipython.org/")
(synopsis "Interactive Parallel Computing with IPython")
@@ -8791,13 +8793,19 @@ CLI scripts:
(package
(inherit python-ipyparallel-bootstrap)
(name "python-ipyparallel")
- (arguments (list #:tests? #t))
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (invoke "pytest" "-vv"))))))
(native-inputs
(list python-ipython
- python-mock
- python-nose
python-pytest
+ python-pytest-asyncio
python-pytest-cov
+ python-pytest-tornado
python-testpath))
(propagated-inputs
(modify-inputs (package-propagated-inputs python-ipyparallel-bootstrap)
- 165/166: gnu: python-cmarkgfm: Update to 0.8.0., (continued)
- 165/166: gnu: python-cmarkgfm: Update to 0.8.0., guix-commits, 2022/04/19
- 153/166: gnu: python-pandas: Update to 1.4.2., guix-commits, 2022/04/19
- 161/166: gnu: python-jupyter-protocol: Update to 0.2.0., guix-commits, 2022/04/19
- 105/166: gnu: python-ipykernel: Update to 6.13.0., guix-commits, 2022/04/19
- 91/166: gnu: python-flask: Update to 2.1.1., guix-commits, 2022/04/19
- 96/166: gnu: Add python-pydevd., guix-commits, 2022/04/19
- 99/166: gnu: Add python-pytest-forked-next., guix-commits, 2022/04/19
- 100/166: gnu: python-pytest-xdist-next: Update to 2.5.0., guix-commits, 2022/04/19
- 103/166: gnu: python-jupyter-core: Update to 4.10.0., guix-commits, 2022/04/19
- 104/166: gnu: python-jupyter-client: Update to 7.2.2., guix-commits, 2022/04/19
- 107/166: gnu: python-ipyparallel: Update to 8.2.1.,
guix-commits <=
- 109/166: gnu: python-nbclient: Update to 0.6.0., guix-commits, 2022/04/19
- 112/166: gnu: Add texlive-lm-math., guix-commits, 2022/04/19
- 114/166: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/04/19
- 116/166: gnu: python-send2trash: Update to 1.8.0 and update home page., guix-commits, 2022/04/19
- 118/166: gnu: Add python-nbdime., guix-commits, 2022/04/19
- 117/166: gnu: python-notebook: Update to 6.4.10., guix-commits, 2022/04/19
- 121/166: gnu: Add python-pep621., guix-commits, 2022/04/19
- 122/166: gnu: Add python-sphinx-theme-builder., guix-commits, 2022/04/19
- 123/166: gnu: Add python-sphinx-sitemap., guix-commits, 2022/04/19
- 124/166: gnu: texlive-fontspec: Add missing propagated inputs., guix-commits, 2022/04/19