diff --git a/pydantic-settings-2.9.1.tar.gz b/pydantic-settings-2.9.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..24b84b245dfa280eea882f447fcc7fe71ae8d096 Binary files /dev/null and b/pydantic-settings-2.9.1.tar.gz differ diff --git a/python-pydantic-settings.spec b/python-pydantic-settings.spec index 7e3249daccb0e8093129579596ea8b810c41afed..b5149b72d10d2d06e21aa1f80f0b516401a57e83 100644 --- a/python-pydantic-settings.spec +++ b/python-pydantic-settings.spec @@ -2,16 +2,20 @@ %global pypi_name pydantic-settings Name: python-%{pypi_name} -Version: 2.8.1 +Version: 2.9.1 Release: 1 Summary: Settings management using pydantic License: MIT URL: https://github.com/pydantic/pydantic-settings -Source0: https://github.com/pydantic/pydantic-settings/archive/refs/tags/v%{version}.tar.gz +Source: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch - -BuildRequires: python3-devel python3-pip python3-pydantic python3-hatchling +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling +BuildRequires: python3-flit-core %description @@ -28,7 +32,7 @@ Settings management using pydantic %prep -%setup -q -T -b 0 -c -n %{pypi_name}-%{version} +%setup -n %{pypi_name}-%{version} %build @@ -42,9 +46,23 @@ Settings management using pydantic %files -n python3-%{pypi_name} %doc README.md %license LICENSE -%{python3_sitelib}/pydantic_settings* +%{python3_sitelib}/pydantic_settings +%{python3_sitelib}/pydantic_settings-*.dist-info/ %changelog +* Wed May 21 2025 Dongxing Wang - 2.9.1-1 +- Update package with version 2.9.1 + Fix: Expose ConfigFileSourceMixing on top level sources/init.py + Fix typo in gcp secret manager error message + Introduce uv for Project Management + Fix typo in documentation + Add support for AWS Secrets Manager + Fix minor typo: conotations => connotations + Azure Key Vault: Don't load disabled secret + Add support for GCP Secret Manager + CLI JSON Optional Default + Fix for env nested enum + * Mon Apr 7 2025 wangkui - 2.8.1-1 - init diff --git a/v2.8.1.tar.gz b/v2.8.1.tar.gz deleted file mode 100644 index 31dceb95fd5a9eca00cd9e56dfd50e755b92483d..0000000000000000000000000000000000000000 Binary files a/v2.8.1.tar.gz and /dev/null differ