14
0

- Update to 7.3.2:

* Fixing #288 default get value error when using box_dots
  * Fixing #275 default_box_create_on_get is ignored with from_yaml
  * Fixing #285 Infinite Recursion when accessing non existent list index in
    a DefaultBox with box_dots
  * Fixing #281 consistent error message about missing YAML parser
  * Removing support for Python 3.8 as it is EOL

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-box?expand=0&rev=21
This commit is contained in:
2025-07-28 05:06:39 +00:00
committed by Git OBS Bridge
parent 3c7939ee67
commit 177be9ec13
4 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 28 05:05:37 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 7.3.2:
* Fixing #288 default get value error when using box_dots
* Fixing #275 default_box_create_on_get is ignored with from_yaml
* Fixing #285 Infinite Recursion when accessing non existent list index in
a DefaultBox with box_dots
* Fixing #281 consistent error message about missing YAML parser
* Removing support for Python 3.8 as it is EOL
-------------------------------------------------------------------
Thu Jun 20 12:50:45 UTC 2024 - Dirk Müller <dmueller@suse.com>