Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pydantic-settings for 
openSUSE:Factory checked in at 2026-03-30 18:30:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydantic-settings (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydantic-settings.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydantic-settings"

Mon Mar 30 18:30:25 2026 rev:11 rq:1343448 version:2.13.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pydantic-settings/python-pydantic-settings.changes
        2026-01-05 14:57:15.040482829 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pydantic-settings.new.1999/python-pydantic-settings.changes
      2026-03-30 18:32:18.369583803 +0200
@@ -1,0 +2,45 @@
+Wed Mar 25 03:11:24 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Switch to using python3 -m pytest for running the testsuite. 
+
+-------------------------------------------------------------------
+Tue Mar 24 16:27:53 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.13.1:
+  * fix: Deterministic alias selection when using
+    validate_by_name
+  * add deep merge functionality to config file sources
+  * Add support for AWS Secrets Manager VersionId parameter
+  * bugfix: Return `None` for inaccessible GCP Secret Manager
+    secrets
+  * Bugfix for cli_kebab_case="all" and CliImplicitFlag[bool]
+  * Unpack type alisases when looking for `NoDecode`
+  * CliToggleFlag and CliDualFlag
+  * Fix for CLI duplicate enum field values.
+  * fixed load nested config from env
+  * Add non-Path files support (for example Traversable) and open
+    files using Path.open method
+  * add one more traversable test
+  * CLI fix fox external list args.
+  * fix: handle case-insensitive retrieval in
+    GoogleSecretManagerSettingsSource
+  * CLI test fixes for help text formatting.
+  * Avoid conflicts with the `NAME` environment variable in WSL
+  * fix: When restoring init kwargs, use deterministic order
+  * Add env_prefix_target
+  * Remove `(default: …)` in the help message for `CliToggleFlag`
+  * Add support for CLI serialize styles.
+  * Add support for overriding default help on CLI internal
+    parser.
+  * CLI format_help method support
+  * feat(gcp): support SecretVersion annotation for per-field
+    secret versioning
+  * Allow `snake_case_conversion` with `env_prefix` for Azure Key
+    Vault source
+  * fix: Only override preferred_key when no value was found
+  * Update deps
+  * CLI coerce numeric types.
+  * CLI Union Discriminator Choices in Help
+  * Add nested path support for yaml_config_section (fixes #772)
+
+-------------------------------------------------------------------

Old:
----
  pydantic_settings-2.12.0.tar.gz

New:
----
  pydantic_settings-2.13.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pydantic-settings.spec ++++++
--- /var/tmp/diff_new_pack.q9Nh6E/_old  2026-03-30 18:32:19.041611899 +0200
+++ /var/tmp/diff_new_pack.q9Nh6E/_new  2026-03-30 18:32:19.045612066 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydantic-settings
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-pydantic-settings%{psuffix}
-Version:        2.12.0
+Version:        2.13.1
 Release:        0
 Summary:        Settings management using Pydantic
 License:        MIT
@@ -75,9 +75,9 @@
 
 %check
 %if %{with test}
-# This test requires azure
-skiptest="test_docs_examples[docs/index.md:1847-1890]"
-%pytest -k "not ($skiptest)"
+# Multibuild, so we don't need to set PYTHONPATH
+export PYTHONDONTWRITEBYTECODE=1
+%python_exec -m pytest
 %endif
 
 %if !%{with test}

++++++ pydantic_settings-2.12.0.tar.gz -> pydantic_settings-2.13.1.tar.gz ++++++
++++ 7182 lines of diff (skipped)

Reply via email to