gnu: python-cmd2: Update to 2.5.11.

* gnu/packages/python-xyz.scm (python-cmd2): Update to 2.5.11.
[propagated-inputs]: Remove python-attrs and python-colorama.
[native-inputs]: Remoe python-invoke and python-mock.

Change-Id: I97b98a7eb39e8dd2c83e837cd08ab52965b8a58c
This commit is contained in:
Ricardo Wurmus 2025-02-10 18:03:57 +01:00 committed by Andreas Enge
parent c8435ea369
commit 50cd73c12e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -34338,24 +34338,22 @@ intended for validating data coming into Python as JSON, YAML, etc.")
(define-public python-cmd2
(package
(name "python-cmd2")
(version "2.3.3")
(version "2.5.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cmd2" version))
(sha256
(base32
"0h1naik558qh48gx2iyy0a0khvw5fz0in69y84mbrhsm9nq7w3bm"))))
"0abl9aalyfbncw39d41gd3mmdgjvd7jlaa372r0lmghz0a2x781h"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags '(list "-k" "not test_find_editor_not_specified \
and not test_transcript")))
(propagated-inputs
(list python-attrs python-colorama python-pyperclip python-wcwidth))
(list python-pyperclip python-wcwidth))
(native-inputs
(list python-invoke
python-mock
python-pytest
(list python-pytest
python-pytest-cov
python-pytest-mock
python-setuptools