From 13dffcfaaaed291e20a5821398584e5665c4a1e4616c9fb45fcd7c53145dc016 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 10 Sep 2024 04:58:20 +0000 Subject: [PATCH] - Update to 2.4.0: * Fix regex flags accidentally passed as count * Deprecate read_env_file and move it to DotEnvSettingsSource * Fix a bug when loading empty yaml file * feat: Enable access to the current state in settings sources * Add support for short options * Add Azure Key Vault settings source * Add cli_exit_on_error config option OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic-settings?expand=0&rev=7 --- pydantic_settings-2.3.4.tar.gz | 3 --- pydantic_settings-2.4.0.tar.gz | 3 +++ python-pydantic-settings.changes | 12 ++++++++++++ python-pydantic-settings.spec | 3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 pydantic_settings-2.3.4.tar.gz create mode 100644 pydantic_settings-2.4.0.tar.gz diff --git a/pydantic_settings-2.3.4.tar.gz b/pydantic_settings-2.3.4.tar.gz deleted file mode 100644 index cb6b4dc..0000000 --- a/pydantic_settings-2.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5802e3d62b78e82522319bbc9b8f8ffb28ad1c988a99311d04f2a6051fca0a7 -size 59231 diff --git a/pydantic_settings-2.4.0.tar.gz b/pydantic_settings-2.4.0.tar.gz new file mode 100644 index 0000000..5a0e760 --- /dev/null +++ b/pydantic_settings-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed81c3a0f46392b4d7c0a565c05884e6e54b3456e6f0fe4d8814981172dc9a88 +size 63033 diff --git a/python-pydantic-settings.changes b/python-pydantic-settings.changes index e014b5e..e6e5e63 100644 --- a/python-pydantic-settings.changes +++ b/python-pydantic-settings.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 10 04:57:57 UTC 2024 - Steve Kowalik + +- Update to 2.4.0: + * Fix regex flags accidentally passed as count + * Deprecate read_env_file and move it to DotEnvSettingsSource + * Fix a bug when loading empty yaml file + * feat: Enable access to the current state in settings sources + * Add support for short options + * Add Azure Key Vault settings source + * Add cli_exit_on_error config option + ------------------------------------------------------------------- Mon Jul 1 17:55:58 UTC 2024 - Dirk Müller diff --git a/python-pydantic-settings.spec b/python-pydantic-settings.spec index 7ec5da1..6a86ff0 100644 --- a/python-pydantic-settings.spec +++ b/python-pydantic-settings.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pydantic-settings -Version: 2.3.4 +Version: 2.4.0 Release: 0 Summary: Settings management using Pydantic License: MIT @@ -31,6 +31,7 @@ BuildRequires: %{python_module pip} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pydantic >= 2.3.0} +BuildRequires: %{python_module azure-identity >= 1.16} BuildRequires: %{python_module pytest-examples} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest}