From 89e73e9fb7f378026c62733740f377e5b0f56c35f5ade390dc36c268378e7add Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 1 Jul 2025 09:01:11 +0000 Subject: [PATCH] Accepting request 1289436 from home:nkrapp:branches:devel:languages:python - Update to 2.10.1 * Fix UnboundLocalError error in _replace_field_names_case_insensitively * Remove unknown file reference in documentation * Prepare release 2.10.1 - Update to 2.10.0 * Fix running tests when azure-keyvault-secrets is not installed * Fix running tests when google-cloud-secret-manager is not installed * Support loading a specific nested key from YAML in YamlConfigSettingsSource * Fix CLI suppression for model group help * Fix missing DEFAULT_PATH import * Fix case-insensitive handling of nested aliases in EnvironmentSettingsSource * Azure Key Vault case insensitive support and dash-underscore translation * fix: Respect 'cli_parse_args' from model_config with settings_customise_sources * Bump astral-sh/setup-uv * Update packages by * Update README.md * Fix CI badge * Update dependencies * Fix coverage report * Fix _consume_object_or_array on unbalanced brackets in JSON strings * add region as a parameter to aws secret manager * Expose GCP Secret Manager case sensitive option * Update deps * feat: Add cli_shortcuts to CLI settings * Expose AWS Secrets Manager case sensitive option * Prepare release 2.10.0 - remove otional test dependencies OBS-URL: https://build.opensuse.org/request/show/1289436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic-settings?expand=0&rev=18 --- pydantic_settings-2.10.1.tar.gz | 3 +++ pydantic_settings-2.9.1.tar.gz | 3 --- python-pydantic-settings.changes | 31 +++++++++++++++++++++++++++++++ python-pydantic-settings.spec | 6 +++--- 4 files changed, 37 insertions(+), 6 deletions(-) create mode 100644 pydantic_settings-2.10.1.tar.gz delete mode 100644 pydantic_settings-2.9.1.tar.gz diff --git a/pydantic_settings-2.10.1.tar.gz b/pydantic_settings-2.10.1.tar.gz new file mode 100644 index 0000000..5273423 --- /dev/null +++ b/pydantic_settings-2.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f0062169818d0f5524420a360d632d5857b83cffd4d42fe29597807a1614ee +size 172583 diff --git a/pydantic_settings-2.9.1.tar.gz b/pydantic_settings-2.9.1.tar.gz deleted file mode 100644 index 548220e..0000000 --- a/pydantic_settings-2.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c509bf79d27563add44e8446233359004ed85066cd096d8b510f715e6ef5d268 -size 163234 diff --git a/python-pydantic-settings.changes b/python-pydantic-settings.changes index d2346e9..8fa8cff 100644 --- a/python-pydantic-settings.changes +++ b/python-pydantic-settings.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Tue Jul 1 08:46:12 UTC 2025 - Nico Krapp + +- Update to 2.10.1 + * Fix UnboundLocalError error in _replace_field_names_case_insensitively + * Remove unknown file reference in documentation + * Prepare release 2.10.1 +- Update to 2.10.0 + * Fix running tests when azure-keyvault-secrets is not installed + * Fix running tests when google-cloud-secret-manager is not installed + * Support loading a specific nested key from YAML in YamlConfigSettingsSource + * Fix CLI suppression for model group help + * Fix missing DEFAULT_PATH import + * Fix case-insensitive handling of nested aliases in EnvironmentSettingsSource + * Azure Key Vault case insensitive support and dash-underscore translation + * fix: Respect 'cli_parse_args' from model_config with settings_customise_sources + * Bump astral-sh/setup-uv + * Update packages by + * Update README.md + * Fix CI badge + * Update dependencies + * Fix coverage report + * Fix _consume_object_or_array on unbalanced brackets in JSON strings + * add region as a parameter to aws secret manager + * Expose GCP Secret Manager case sensitive option + * Update deps + * feat: Add cli_shortcuts to CLI settings + * Expose AWS Secrets Manager case sensitive option + * Prepare release 2.10.0 +- remove otional test dependencies + ------------------------------------------------------------------- Thu Apr 24 05:53:47 UTC 2025 - Steve Kowalik diff --git a/python-pydantic-settings.spec b/python-pydantic-settings.spec index a67ea33..3679974 100644 --- a/python-pydantic-settings.spec +++ b/python-pydantic-settings.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pydantic-settings%{psuffix} -Version: 2.9.1 +Version: 2.10.1 Release: 0 Summary: Settings management using Pydantic License: MIT @@ -38,9 +38,8 @@ BuildRequires: %{python_module pip} BuildRequires: python-rpm-macros # SECTION test requirements %if %{with test} -BuildRequires: %{python_module azure-keyvault-secrets >= 4.8} +BuildRequires: %{python_module azure-identity} BuildRequires: %{python_module google-auth} -BuildRequires: %{python_module google-cloud-secret-manager >= 2.23.1} BuildRequires: %{python_module pydantic-settings = %{version}} BuildRequires: %{python_module pytest-examples} BuildRequires: %{python_module pytest-mock} @@ -55,6 +54,7 @@ Suggests: python-PyYAML >= 6.0.1 Suggests: python-tomli >= 2.0.1 Suggests: python-google-cloud-secret-manager >= 2.23.1 Suggests: python-azure-keyvault-secrets >= 4.8 +Suggests: python-azure-identity BuildArch: noarch %python_subpackages