[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/204: gnu: python-nbformat: Update to 5.3.0.
From: |
guix-commits |
Subject: |
11/204: gnu: python-nbformat: Update to 5.3.0. |
Date: |
Wed, 20 Apr 2022 02:03:10 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 11d26ea27f37ded271a89b8e5c6d2b6453415afc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 13 01:01:33 2022 -0400
gnu: python-nbformat: Update to 5.3.0.
* gnu/packages/python-xyz.scm (python-nbformat): Update to 5.3.0.
[source]: Adjust git URL.
[native-inputs]: Move python-fastjsonschema to...
[propagated-inputs]: ... here. Remove python-ipython-genutils.
---
gnu/packages/python-xyz.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 44011944d9..a303e31875 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12800,16 +12800,16 @@ drafts 04, 06 and 07.")
(define-public python-nbformat
(package
(name "python-nbformat")
- (version "5.1.3")
+ (version "5.3.0")
;; The PyPi release tarball lacks some test cases and test data.
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/jupyter/nbformat.git")
+ (url "https://github.com/jupyter/nbformat")
(commit version)))
(sha256
(base32
- "033v16cfmxzh3jn5phnil4p3silr49iwh9wiigzhv0crc6sanvwz"))
+ "114c5c6cvpxhxj8zrw74351gcfzyzjh1jq3py4xf8wk9rahfay9z"))
(file-name (git-file-name name version))))
(build-system python-build-system)
(arguments
@@ -12820,13 +12820,10 @@ drafts 04, 06 and 07.")
(when tests?
(invoke "pytest" "-vv")))))))
(propagated-inputs
- (list python-ipython-genutils python-jsonschema python-jupyter-core
+ (list python-fastjsonschema python-jsonschema python-jupyter-core
python-traitlets))
(native-inputs
(list python-pytest
- python-fastjsonschema ; This is only active
- ; when setting NBFORMAT_VALIDATOR="fastjsonschema", so include it
for
- ; testing only.
python-testpath))
(home-page "https://jupyter.org")
(synopsis "Jupyter Notebook format")
- 56/204: gnu: Add python-path., (continued)
- 56/204: gnu: Add python-path., guix-commits, 2022/04/20
- 42/204: gnu: Add python-types-pytz., guix-commits, 2022/04/20
- 76/204: gnu: Add java-antlr4-runtime-cpp., guix-commits, 2022/04/20
- 79/204: gnu: Add python-cffsubr., guix-commits, 2022/04/20
- 87/204: gnu: Add font-sil-ezra., guix-commits, 2022/04/20
- 104/204: gnu: python-jupyter-client: Update to 7.2.2., guix-commits, 2022/04/20
- 106/204: gnu: Add python-pytest-tornado., guix-commits, 2022/04/20
- 109/204: gnu: python-nbclient: Update to 0.6.0., guix-commits, 2022/04/20
- 110/204: gnu: python-bleach: Update to 5.0.0., guix-commits, 2022/04/20
- 10/204: gnu: python-ipython: Update to 8.2.0 [fixes CVE-2022-21699]., guix-commits, 2022/04/20
- 11/204: gnu: python-nbformat: Update to 5.3.0.,
guix-commits <=
- 12/204: gnu: Add texlive-paralist., guix-commits, 2022/04/20
- 18/204: gnu: Add texlive-zref., guix-commits, 2022/04/20
- 14/204: gnu: Add texlive-metalogo., guix-commits, 2022/04/20
- 25/204: gnu: python-fonttools-with-test: Rename to python-fonttools-full., guix-commits, 2022/04/20
- 34/204: gnu: Add python-ufoprocessor., guix-commits, 2022/04/20
- 29/204: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/04/20
- 35/204: gnu: Add python-ufonormalizer., guix-commits, 2022/04/20
- 41/204: gnu: Add python-types-freezegun., guix-commits, 2022/04/20
- 48/204: gnu: python-pytest-black: Update to 0.3.12., guix-commits, 2022/04/20
- 60/204: gnu: python-factory-boy: Update to 3.2.1., guix-commits, 2022/04/20