[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/222: gnu: python-traitlets: Update to 5.14.1.
From: |
guix-commits |
Subject: |
30/222: gnu: python-traitlets: Update to 5.14.1. |
Date: |
Fri, 1 Nov 2024 10:56:17 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit fa472a5762dbd40f552ce5599e96afeb1a266683
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 9751479dd6..db55fb7604 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12466,20 +12466,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
- 01/222: gnu: python-pygments: Update to 2.15.1., (continued)
- 01/222: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/01
- 04/222: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/01
- 02/222: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/01
- 06/222: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/01
- 08/222: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/11/01
- 10/222: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/01
- 11/222: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/01
- 21/222: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/01
- 38/222: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/01
- 42/222: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/01
- 30/222: gnu: python-traitlets: Update to 5.14.1.,
guix-commits <=
- 40/222: gnu: java-testng: Disable one test., guix-commits, 2024/11/01
- 48/222: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/01
- 09/222: guix: toml: Add TOML parser., guix-commits, 2024/11/01
- 05/222: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/01
- 15/222: gnu: Add missing import., guix-commits, 2024/11/01
- 18/222: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/01
- 14/222: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/01
- 28/222: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/01
- 45/222: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/11/01
- 07/222: gnu: criu: Remove temporary workaround., guix-commits, 2024/11/01