gnu: python-pydantic-settings: Update to 2.7.1.

* gnu/packages/python-xyz.scm (python-pydantic-settings): Update to 2.7.1.
[arguments]: Ignore tests from test_docs.py.
[propagated-inputs]: Remove python-pyaml and python-tomli.

Change-Id: Ie43e098c1a7787923a3cc92313832089b835a986
This commit is contained in:
Ricardo Wurmus 2025-01-03 23:25:06 +01:00
parent 821576544c
commit aeef83b53d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8579,13 +8579,13 @@ Interfaces} via data models provided in the JSON format.")
(define-public python-pydantic-settings
(package
(name "python-pydantic-settings")
(version "2.2.1")
(version "2.7.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pydantic_settings" version))
(sha256
(base32 "1vf58f398ngk6wpf0jn51ghw65mjs3m03yn06h25jlsmx6jzdf80"))))
(base32 "14zcbl32m53zfh054bkqk4jcjp72q1wa0w5z5wygnjz66nnwmj8h"))))
(build-system pyproject-build-system)
(arguments
(list
@ -8607,7 +8607,8 @@ Interfaces} via data models provided in the JSON format.")
" and not test_docs_examples[docs/index.md:553-585]"
" and not test_docs_examples[docs/index.md:620-645]"
" and not test_docs_examples[docs/index.md:654-732]"
" and not test_docs_examples[docs/index.md:738-772]"))
" and not test_docs_examples[docs/index.md:738-772]")
"--ignore=tests/test_docs.py")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'relax-requirements
@ -8625,10 +8626,7 @@ Interfaces} via data models provided in the JSON format.")
;; '/homeless-shelter/
(setenv "HOME" "/tmp"))))))
(propagated-inputs
(list python-dotenv
python-pydantic-2
python-pyaml
python-tomli))
(list python-dotenv python-pydantic-2))
(native-inputs
(list python-hatchling
python-pytest