15
0
forked from pool/python-dotmap

Accepting request 1006500 from home:yarunachalam:branches:devel:languages:python

- update to 1.3.30 
  * apply _key_convert_hook to nested fields (#90)
  * add key convert hook (#89)
  * Revert "fix issue #85 (#86)" (#88)
  * Fix indent (#87)
  * fix issue #85 (#86)
  * fix issue #85
    Handle keys with dashes/dots by replacing them with underlines
    * fix typo

OBS-URL: https://build.opensuse.org/request/show/1006500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dotmap?expand=0&rev=10
This commit is contained in:
2022-09-27 19:36:52 +00:00
committed by Git OBS Bridge
parent 347af28691
commit 792737e455
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 27 18:59:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- update to 1.3.30
* apply _key_convert_hook to nested fields (#90)
* add key convert hook (#89)
* Revert "fix issue #85 (#86)" (#88)
* Fix indent (#87)
* fix issue #85 (#86)
* fix issue #85
Handle keys with dashes/dots by replacing them with underlines
* fix typo
-------------------------------------------------------------------
Sat Jan 15 16:15:01 UTC 2022 - Dirk Müller <dmueller@suse.com>