[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/474: gnu: python-traitlets: Update to 5.14.1.
From: |
guix-commits |
Subject: |
30/474: gnu: python-traitlets: Update to 5.14.1. |
Date: |
Sat, 30 Nov 2024 18:19:42 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 945a7187e6f83330b935fd06a47eeaf99d34be3d
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 1c5c115692..671cb7fc95 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
- 13/474: doc: Document new options for pyproject-build-system., (continued)
- 13/474: doc: Document new options for pyproject-build-system., guix-commits, 2024/11/30
- 06/474: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/30
- 09/474: guix: toml: Add TOML parser., guix-commits, 2024/11/30
- 15/474: gnu: Add missing import., guix-commits, 2024/11/30
- 26/474: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/30
- 27/474: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/30
- 10/474: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/30
- 16/474: gnu: Add missing import (again)., guix-commits, 2024/11/30
- 18/474: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/30
- 20/474: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/11/30
- 30/474: gnu: python-traitlets: Update to 5.14.1.,
guix-commits <=
- 32/474: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/30
- 19/474: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/30
- 29/474: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/30
- 11/474: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/30
- 14/474: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/30
- 17/474: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/30
- 21/474: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/30
- 22/474: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/30
- 23/474: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/30
- 24/474: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/30