[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/420: gnu: python-traitlets: Update to 5.14.1.
From: |
guix-commits |
Subject: |
30/420: gnu: python-traitlets: Update to 5.14.1. |
Date: |
Tue, 26 Nov 2024 16:28:24 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 38d8b113c27dfd790997c9499cc0c906182e8f10
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 27 16:00:10 2024 +0100
gnu: python-traitlets: Update to 5.14.1.
* gnu/packages/python-xyz.scm (python-traitlets): Update to 5.14.1.
[arguments]: Disable two typing tests.
[native-inputs]: Add python-argcomplete, python-mypy, and
python-pytest-mypy-testing.
Change-Id: Ie77ca0837977147f657cd4daa2f8f90ed07ebdfd
---
gnu/packages/python-xyz.scm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f9b6cab5ff..bc989acd06 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12483,20 +12483,27 @@ connect strings, then issue SQL commands within
IPython or IPython Notebook.")
(define-public python-traitlets
(package
(name "python-traitlets")
- (version "5.9.0")
+ (version "5.14.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "traitlets" version))
(sha256
(base32
- "1ndslgsan1g5xhrvxrv2x03zcfvjb8nzfd90y1m7bkv8khdf5kgn"))))
+ "0zjj8ha4z5lbhhmvcl3q8wp5qmwqq0lwxma3d8qvh10s6xdi11c5"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ '(list "-k" "not mypy_list_typing and not mypy_dict_typing")))
(native-inputs
- (list python-hatchling
+ (list python-argcomplete
+ python-hatchling
+ python-mypy
python-pre-commit
python-pytest
- python-pytest-mock))
+ python-pytest-mock
+ python-pytest-mypy-testing))
(home-page "https://ipython.org")
(synopsis "Configuration system for Python applications")
(description
- 11/420: gnu: python-pytest-xdist: Disable failing test., (continued)
- 11/420: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/26
- 12/420: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/26
- 14/420: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/26
- 15/420: gnu: Add missing import., guix-commits, 2024/11/26
- 20/420: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/11/26
- 18/420: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/26
- 16/420: gnu: Add missing import (again)., guix-commits, 2024/11/26
- 19/420: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/26
- 17/420: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/26
- 25/420: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/26
- 30/420: gnu: python-traitlets: Update to 5.14.1.,
guix-commits <=
- 13/420: doc: Document new options for pyproject-build-system., guix-commits, 2024/11/26
- 32/420: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/26
- 04/420: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/26
- 21/420: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/26
- 24/420: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/26
- 22/420: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/26
- 26/420: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/26
- 23/420: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/26
- 28/420: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/26
- 31/420: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/26