14
0

- update to 3.2.5:

* `_bypass_evaluation` showing in end-user settings (#1071).
  * dependabot alert 21 about Django (on tests) (#1067).
  * include load with relative root path (#1049).
  * Add `@get` converter to alias existing keys (#1040).
  * fix wrong info about validation trigger on insantiation
  * fix incorrect combination of TOML table and inline table
  * Fix mkdocs warnings for cleaner build output (#1061).
  * Add dynaconf API to docs with mkdocstrings (#1058).
  * fix argument `env` in Validation at validation.md (#1051).
  * fix click help syntax error (#1041).
  * replace dead link to flask subclassing page (#1031).
  * Add explicit Dynaconf instantiation to sample code (#1022).
  * Fix the syntax errors in the sample program. (#1027).
  * Replace lint and formatting tools with ruff (#1074).
  * Replace/Update release script (#1078).
  * add "typos" tool and run it in codebase/docs (#1063).
  * fix create-release-commit.sh permission.
  * fix shell script in release.yml (2).
  * fix shell script in release.yml.
  * move release workflow to GitHub actions (partial) (#1043).
  * Fix misspelled variable name (#1032).
  * Fix misspelled GitHub action names on main.yml (#1033).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dynaconf?expand=0&rev=22
This commit is contained in:
2024-04-06 19:22:49 +00:00
committed by Git OBS Bridge
parent 39735c570a
commit 68f9b8a70d
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d3b3518b25156db67991ae345a82b885968f578da8d30fd89e2298bc1517ca9
size 4054985

3
dynaconf-3.2.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e02d42fb55134ce18f4f05cba2405191605e6c4441180554c06a5c8f834d959
size 4058591

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Apr 6 19:20:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.2.5:
* `_bypass_evaluation` showing in end-user settings (#1071).
* dependabot alert 21 about Django (on tests) (#1067).
* include load with relative root path (#1049).
* Add `@get` converter to alias existing keys (#1040).
* fix wrong info about validation trigger on insantiation
* fix incorrect combination of TOML table and inline table
* Fix mkdocs warnings for cleaner build output (#1061).
* Add dynaconf API to docs with mkdocstrings (#1058).
* fix argument `env` in Validation at validation.md (#1051).
* fix click help syntax error (#1041).
* replace dead link to flask subclassing page (#1031).
* Add explicit Dynaconf instantiation to sample code (#1022).
* Fix the syntax errors in the sample program. (#1027).
* Replace lint and formatting tools with ruff (#1074).
* Replace/Update release script (#1078).
* add "typos" tool and run it in codebase/docs (#1063).
* fix create-release-commit.sh permission.
* fix shell script in release.yml (2).
* fix shell script in release.yml.
* move release workflow to GitHub actions (partial) (#1043).
* Fix misspelled variable name (#1032).
* Fix misspelled GitHub action names on main.yml (#1033).
-------------------------------------------------------------------
Mon Jan 8 21:06:07 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-dynaconf
Version: 3.2.4
Version: 3.2.5
Release: 0
Summary: The dynamic configurator for your Python Project
License: MIT
@@ -37,7 +37,7 @@ Requires: python-setuptools
Requires: python-toml
Suggests: python-Django
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Django}