[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77400] [PATCH 04/26] gnu: python-jsonargparse: Update to 4.37.0.
From: |
Nicolas Graves |
Subject: |
[bug#77400] [PATCH 04/26] gnu: python-jsonargparse: Update to 4.37.0. |
Date: |
Mon, 31 Mar 2025 08:18:32 +0200 |
* gnu/packages/python-xyz.scm (python-jsonargparse): Update to 4.37.0.
[arguments]{test-flags}: Remove uneeded test-flags.
[propagated-inputs]: Remove python-contextvars,
python-docstring-parser, python-pyyaml, python-typeshed-client.
[native-inputs]: Add python-pypa-build. Remove python-coverage,
python-pycodestyle, python-tox, python-types-requests.
---
gnu/packages/python-xyz.scm | 26 ++++++--------------------
1 file changed, 6 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1139f0eaf9..573aa026c6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5300,40 +5300,26 @@ (define-public python-jsonalias
(define-public python-jsonargparse
(package
(name "python-jsonargparse")
- (version "4.21.1")
+ (version "4.37.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "jsonargparse" version))
(sha256
(base32
- "1k3b60x0zf86fh50y2jyby30gksqriyvvpfnf5mqq0qn7jih01y7"))))
+ "1b9w9j27phj5j00pmhp11lzf53yc4dnwknhxacv2bfyiiaq0af2s"))))
(build-system pyproject-build-system)
(arguments
- (list
- #:test-flags
- '(list "-k" (string-append "not test_env_prefix"
- " and not test_basemodel"
- " and not test_field_default_factory"
- " and not test_field_description"
- " and not
test_get_param_relative_import_from_init"
- ;; Strangely, the arguments are interpreted
- ;; as arguments to pytest.
- " and not test_pydantic_types"))))
+ (list #:test-flags
+ '(list "-k" "not test_env_prefix")))
(propagated-inputs
- (list python-contextvars
- python-docstring-parser
- python-pyyaml
- python-typeshed-client))
+ (list python-pyyaml))
(native-inputs
(list python-attrs
- python-coverage
- python-pycodestyle
+ python-pypa-build
python-pydantic
python-pytest
python-pytest-subtests
python-responses
- python-tox
- python-types-requests
python-setuptools
python-wheel))
(home-page "https://github.com/omni-us/jsonargparse/")
--
2.49.0
- [bug#77400] [PATCH 24/26] gnu: libei: Update to 1.4.0., (continued)
- [bug#77400] [PATCH 24/26] gnu: libei: Update to 1.4.0., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 17/26] gnu: Add python-pybktree., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 11/26] gnu: seqmagick: Update to 0.8.6-0.dee6ab9., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 14/26] gnu: python-rstr: Update to 3.2.2. Enable tests., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 22/26] gnu: conan: Update to 2.7.1., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 08/26] gnu: python-pyquery: Update to 2.0.1., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 15/26] gnu: reprotest: Update to 0.7.29., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 19/26] gnu: cpplint: Update to 2.0.0., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 26/26] gnu: python-mechanize: Update to 0.4.10., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 10/26] gnu: rseqc: Switch to pyproject-build-system., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 04/26] gnu: python-jsonargparse: Update to 4.37.0.,
Nicolas Graves <=
- [bug#77400] [PATCH 13/26] gnu: taxtastic: Update to 0.11.1., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 23/26] gnu: python-cu2qu: Fix tests., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 06/26] gnu: Remove python-parameterizedtestcase., Nicolas Graves, 2025/03/31
- bug#77400: [PATCH python-team 00/26] Some further updates, Sharlatan Hellseher, 2025/03/31