dev-python/pydantic-settings: add 2.7.0, drop 2.6.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2024-12-14 00:20:53 +05:00
parent 7801ffbb7e
commit 7546dce1e1
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
2 changed files with 2 additions and 19 deletions

View File

@ -1,2 +1,2 @@
DIST pydantic_settings-2.6.0.tar.gz 75232 BLAKE2B 1fd0954f4785166433253f28b64e66b5bee2bc3ae0f78170800b5b4b26b5092a3b098ae59a275937de10022c9040e9eba398b62ed1a370364b2126d4ddf69a52 SHA512 c84fda5e343a654ea98ecc6c704be00882a5a1b5e05e2b84c91b7d48c113f79d505a85caa21fa03f1e63cfe6f564073f85556f8db0dedb13f68d6e19484633d3
DIST pydantic_settings-2.6.1.tar.gz 75646 BLAKE2B 5c0ea4ea143d03382f2b1adbda3cc60667cd100044f937d75be9b0f575d0f8e5410631e84d6a60e7b24e02db2d323c5684ddd89061acad9a5832f658aab1d220 SHA512 eead0b0584c0532955cfb7580a62d901870490be19c13fc6ee93851db55838090eb066f273b244e473e02f072a0a2fb27e440fb1ed1c6a21b4357bcb374001d6
DIST pydantic_settings-2.7.0.tar.gz 79743 BLAKE2B b6593a17bfe36fca0554ab969842edefbf92cfff057ca3e022633b3a24439c62cb15190bc5d71b5b3b131b5ee0b90edc2719c1c75245cea426e7cca459dde4c8 SHA512 b87ce1a1b9e137936ed2320e8df5bfcd5aa2be7cdbdfbd8d2d038cbe4748ee5c0d716e62a7e9420b5be9dfb617f977eb8d806b608612a2a9e2eeac88de309289

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..13} pypy3 )
inherit distutils-r1 pypi
@ -36,23 +36,6 @@ BDEPEND="
EPYTEST_IGNORE=(
# Dependencies not packaged: pytest-examples
tests/test_docs.py
# Dependencies not packaged: azure-keyvault-secrets, azure-identity
tests/test_source_azure_key_vault.py
)
EPYTEST_DESELECT=(
# Failed: DID NOT RAISE <class 'UserWarning'>
tests/test_settings.py::test_protected_namespace_defaults
)
distutils_enable_tests pytest
python_test() {
# Parsing --help output is width dependent
local -x COLUMNS=80
# Ebuild's "A" variable conflicts with test expectations
local -x A=
epytest
}