gnu: python-traitlets: Update to 5.14.3.

* gnu/packages/python-xyz.scm (python-traitlets): Update to 5.14.3.
[native-inputs]: Remove python-argcomplete, python-mypy, python-pytest-mock, and
python-pytest-mypy-testing.

Change-Id: I857b475b0b0b35a537429c3741845db327e788b0
This commit is contained in:
Sharlatan Hellseher 2026-01-18 23:32:35 +00:00
parent b3f0b5d35c
commit 0503bd993a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -37697,25 +37697,18 @@ design and layout.")
(define-public python-traitlets
(package
(name "python-traitlets")
(version "5.14.1")
(version "5.14.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "traitlets" version))
(sha256
(base32 "0zjj8ha4z5lbhhmvcl3q8wp5qmwqq0lwxma3d8qvh10s6xdi11c5"))))
(base32 "1dxnjs5vjfsbvr3jhlhl6696zafdfl1i5b1j6x5lpj826nfmgl4y"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
'(list "-k" "not mypy_list_typing and not mypy_dict_typing")))
;; tests: 566 passed, 3 skipped, 1 warning
(native-inputs
(list python-argcomplete
python-hatchling
python-mypy
python-pytest
python-pytest-mock
python-pytest-mypy-testing))
(list python-hatchling
python-pytest))
(home-page "https://ipython.org")
(synopsis "Configuration system for Python applications")
(description