From 22c90f968734786a5170cd99daa29ff38a39aebd6c91b497e3a4f662a305a868 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Sep 2022 18:55:02 +0000 Subject: [PATCH] Accepting request 1007040 from home:yarunachalam:branches:devel:languages:python - Update Version 0.2.25 * Merge pull request #46 from thoscott/master * Made my_document a dict instead of a tuple - Update Version 0.2.23 * Add test for recursive use of nested_alter * Make _nested_alter recursive * Fixing docs and adding a boolean test. * Change method of checking if a key is in the dictionary. * add test for nested_delete where key's value is falsy * new release modified: README.rst modified: setup.py * python 2.7 doesn't support type annotations. * Update README.rst * New release. * Update README.rst * Rename function * Tests of get_occurrence_of_value_with_self_value * Add a new method to return count of values and self values * Update README.rst * Update lookup_api.py * Update lookup_api.py * Delete unused variables, fix outdated doc * Fix wrong-ordered update, create test * fix how we load requirements.txt in setup.py * more tests cases regarding wild functionality * Fix defect where wild would break if document had non string keys. * modified: README.rst modified: nested_lookup/__init__.py modified: nested_lookup/lookup_api.py modified: nested_lookup/nested_lookup.py modified: setup.py modified: test_lookup_api.py modified: test_nested_lookup.py - Update Version 0.2.15 - Update Version 0.2.14 * Fixing CI for python version 2.7 OBS-URL: https://build.opensuse.org/request/show/1007040 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nested-lookup?expand=0&rev=4 --- nested-lookup-0.2.21.tar.gz | 3 --- nested-lookup-0.2.25.tar.gz | 3 +++ python-nested-lookup.changes | 46 ++++++++++++++++++++++++++++++++++++ python-nested-lookup.spec | 4 ++-- 4 files changed, 51 insertions(+), 5 deletions(-) delete mode 100644 nested-lookup-0.2.21.tar.gz create mode 100644 nested-lookup-0.2.25.tar.gz diff --git a/nested-lookup-0.2.21.tar.gz b/nested-lookup-0.2.21.tar.gz deleted file mode 100644 index 7a331e4..0000000 --- a/nested-lookup-0.2.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23789e328bd1d0b3f9db93cf51b7103a978dd0d8a834770d2c19b365e934ab96 -size 7837 diff --git a/nested-lookup-0.2.25.tar.gz b/nested-lookup-0.2.25.tar.gz new file mode 100644 index 0000000..1e65c35 --- /dev/null +++ b/nested-lookup-0.2.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa832748c90381f2291d850809e32492519ee5f253d6a5acbc29d937eca02e8 +size 14189 diff --git a/python-nested-lookup.changes b/python-nested-lookup.changes index 5dd3a98..9f03032 100644 --- a/python-nested-lookup.changes +++ b/python-nested-lookup.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Thu Sep 29 17:27:07 UTC 2022 - Yogalakshmi Arunachalam + +- Update Version 0.2.25 + * Merge pull request #46 from thoscott/master + * Made my_document a dict instead of a tuple +- Update Version 0.2.23 + * Add test for recursive use of nested_alter + * Make _nested_alter recursive + * Fixing docs and adding a boolean test. + * Change method of checking if a key is in the dictionary. + * add test for nested_delete where key's value is falsy + * new release modified: README.rst modified: setup.py + * python 2.7 doesn't support type annotations. + * Update README.rst + * New release. + * Update README.rst + * Rename function + * Tests of get_occurrence_of_value_with_self_value + * Add a new method to return count of values and self values + * Update README.rst + * Update lookup_api.py + * Update lookup_api.py + * Delete unused variables, fix outdated doc + * Fix wrong-ordered update, create test + * fix how we load requirements.txt in setup.py + * more tests cases regarding wild functionality + * Fix defect where wild would break if document had non string keys. + * modified: README.rst modified: nested_lookup/__init__.py modified: nested_lookup/lookup_api.py modified: nested_lookup/nested_lookup.py + modified: setup.py modified: test_lookup_api.py modified: test_nested_lookup.py +- Update Version 0.2.15 +- Update Version 0.2.14 + * Fixing CI for python version 2.7 + * Fix for issue #19 (get_all_keys fails if dict are part of list) + * "nested_alter" and update of "nested_update" (#16) + * Fix for issue #17 (#18) + * Update CONTRIBUTING.rst + * Rename CONTRIBUTORS.rst to CONTRIBUTING.rst + * Create CONTRIBUTORS.rst + * Better test to protect against mutation. + * Add nested_update.in_place argument (#13) + * Update README.rst + * modified: README.rst + * New Features (nested_update, nested_delete) (#12) + * Update README.rst + ------------------------------------------------------------------- Fri Jul 24 01:13:13 PM UTC 2020 - John Vandenberg diff --git a/python-nested-lookup.spec b/python-nested-lookup.spec index 9d75aa4..84e1e9e 100644 --- a/python-nested-lookup.spec +++ b/python-nested-lookup.spec @@ -1,7 +1,7 @@ # # spec file for package python-nested-lookup # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-nested-lookup -Version: 0.2.21 +Version: 0.2.25 Release: 0 Summary: Python functions for working with deeply nested documents (lists and dicts) License: SUSE-Public-Domain