From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pydantic-settings/
Date: Sun, 3 Nov 2024 13:35:53 +0000 (UTC) [thread overview]
Message-ID: <1730638193.78fdc4a3f4a1ff79d236acfaef4d171f33c210cf.cybertailor@gentoo> (raw)
commit: 78fdc4a3f4a1ff79d236acfaef4d171f33c210cf
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Nov 3 12:49:53 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Nov 3 12:49:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78fdc4a3
dev-python/pydantic-settings: add 2.6.1, drop 2.5.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pydantic-settings/Manifest | 2 +-
...2.5.2.ebuild => pydantic-settings-2.6.1.ebuild} | 22 ++++++++++++++++++----
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/dev-python/pydantic-settings/Manifest b/dev-python/pydantic-settings/Manifest
index 55f8fbb62..82224f5c5 100644
--- a/dev-python/pydantic-settings/Manifest
+++ b/dev-python/pydantic-settings/Manifest
@@ -1,2 +1,2 @@
-DIST pydantic_settings-2.5.2.tar.gz 70938 BLAKE2B ef5f2791c6bfe450096baa694d4512315118d92aca8959e2654d7e832112b4c0a8f468075b31f872ca74a3e40dbc594841f3a69cd487deed94903fac283230e0 SHA512 8aa2585a2b1648630a89f2b271765b240194ce99597d6adf3a61bb705fd0a1504614f7c22ae3fd78f25a598108dc41469c9a7c90810b49f73e07fc7339693dd1
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
diff --git a/dev-python/pydantic-settings/pydantic-settings-2.5.2.ebuild b/dev-python/pydantic-settings/pydantic-settings-2.6.1.ebuild
similarity index 69%
rename from dev-python/pydantic-settings/pydantic-settings-2.5.2.ebuild
rename to dev-python/pydantic-settings/pydantic-settings-2.6.1.ebuild
index f7d1aad65..0dd2ce668 100644
--- a/dev-python/pydantic-settings/pydantic-settings-2.5.2.ebuild
+++ b/dev-python/pydantic-settings/pydantic-settings-2.6.1.ebuild
@@ -33,12 +33,26 @@ BDEPEND="
)
"
-EPYTEST_IGNORE=( tests/test_docs.py )
+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=(
- tests/test_settings.py::test_ignore_empty_with_dotenv_when_empty_uses_default
- tests/test_settings.py::test_ignore_empty_with_dotenv_when_not_empty_uses_value
+ # Failed: DID NOT RAISE <class 'UserWarning'>
tests/test_settings.py::test_protected_namespace_defaults
- tests/test_settings.py::test_cli_help_differentiation
)
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
+}
next reply other threads:[~2024-11-03 13:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-03 13:35 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-25 9:22 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pydantic-settings/ Anna Vyalkova
2025-03-25 9:22 Anna Vyalkova
2025-02-28 14:51 Anna Vyalkova
2025-01-02 8:36 Anna Vyalkova
2024-12-13 20:25 Anna Vyalkova
2024-12-03 6:05 Anna Vyalkova
2024-10-22 15:12 Anna Vyalkova
2024-09-16 12:21 David Roman
2024-08-08 22:58 Anna Vyalkova
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1730638193.78fdc4a3f4a1ff79d236acfaef4d171f33c210cf.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox