From 792737e45552b204d3787ff61178bb22c201f6935247529e41156fb638213f7b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Sep 2022 19:36:52 +0000 Subject: [PATCH] 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 --- dotmap-1.3.26.tar.gz | 3 --- dotmap-1.3.30.tar.gz | 3 +++ python-dotmap.changes | 13 +++++++++++++ python-dotmap.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 dotmap-1.3.26.tar.gz create mode 100644 dotmap-1.3.30.tar.gz diff --git a/dotmap-1.3.26.tar.gz b/dotmap-1.3.26.tar.gz deleted file mode 100644 index eca3cc9..0000000 --- a/dotmap-1.3.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc87300f3a61d70f2bd18103ea2747dea846a2381a8321f43ce65cbd7afdfe3d -size 12070 diff --git a/dotmap-1.3.30.tar.gz b/dotmap-1.3.30.tar.gz new file mode 100644 index 0000000..81f2553 --- /dev/null +++ b/dotmap-1.3.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5821a7933f075fb47563417c0e92e0b7c031158b4c9a6a7e56163479b658b368 +size 12391 diff --git a/python-dotmap.changes b/python-dotmap.changes index 618c2cc..38461ad 100644 --- a/python-dotmap.changes +++ b/python-dotmap.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Sep 27 18:59:25 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-dotmap.spec b/python-dotmap.spec index 89cd34f..a35b702 100644 --- a/python-dotmap.spec +++ b/python-dotmap.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dotmap -Version: 1.3.26 +Version: 1.3.30 Release: 0 Summary: Python ordered, dynamically-expandable dot-access dictionary License: MIT