[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/204: gnu: python-traitlets: Update to 5.1.1.
From: |
guix-commits |
Subject: |
07/204: gnu: python-traitlets: Update to 5.1.1. |
Date: |
Wed, 20 Apr 2022 02:03:09 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit ae4bd9324694194a86666add05d1773271805725
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 30 18:05:08 2022 -0400
gnu: python-traitlets: Update to 5.1.1.
* gnu/packages/python-xyz.scm (python-traitlets): Update to 5.1.1.
[phases]{check}: Honor TESTS?.
[propagated-inputs]: Delete field.
---
gnu/packages/python-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6415c554ae..df3140fb1f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8722,21 +8722,21 @@ connect strings, then issue SQL commands within IPython
or IPython Notebook.")
(define-public python-traitlets
(package
(name "python-traitlets")
- (version "4.3.3")
+ (version "5.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "traitlets" version))
(sha256
(base32
- "1xsrwgivpkxlbr4dfndfsi098s29yqgswgjc1qqn69yxklvfw8yh"))))
+ "1ivhxglsrnhqw4g98ihddn7i5f6976gpk31fijwq473wb9n4b7q5"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
- (replace 'check (lambda _ (invoke "pytest" "-vv" "traitlets"))))))
- (propagated-inputs
- (list python-ipython-genutils python-decorator python-six))
+ (replace 'check (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv" "traitlets")))))))
(native-inputs
(list python-pytest))
(home-page "https://ipython.org")
- branch wip-ipython-polyglossia created (now 01f3a9e285), guix-commits, 2022/04/20
- 01/204: gnu: python-ipython: Re-order fields., guix-commits, 2022/04/20
- 04/204: gnu: Add python-asttokens., guix-commits, 2022/04/20
- 03/204: gnu: Add python-pure-eval., guix-commits, 2022/04/20
- 06/204: gnu: Add python-stack-data., guix-commits, 2022/04/20
- 07/204: gnu: python-traitlets: Update to 5.1.1.,
guix-commits <=
- 08/204: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/04/20
- 13/204: gnu: Add texlive-stix2-otf., guix-commits, 2022/04/20
- 17/204: gnu: Add texlive-cs., guix-commits, 2022/04/20
- 24/204: gnu: Add python-unicodedata2., guix-commits, 2022/04/20
- 28/204: gnu: Add python-booleanoperations., guix-commits, 2022/04/20
- 36/204: gnu: Add python-types-toml., guix-commits, 2022/04/20
- 23/204: gnu: Add python-fontmath., guix-commits, 2022/04/20
- 32/204: gnu: Add python-fontparts., guix-commits, 2022/04/20
- 37/204: gnu: Add python-pytest-mypy., guix-commits, 2022/04/20
- 05/204: gnu: Add python-littleutils., guix-commits, 2022/04/20