Changelog for
python311-jsonpath-ng-1.6.0-6.1.noarch.rpm :
* Fri Sep 15 2023 Martin Hauke
- Update to version 1.6.0
* Enclose field names containing literals in quotes.
* Remove dependency on six.
* Escape back slashes in tests to avoid DeprecationWarning.
* Use raw strings for regular expressions to avoid DeprecationWarning.
* refactor(package): remove dependency for decorator.
* Make path instances hashable.
* remove incorrect parenthesis in filter examples.
* add \'sub\' line with function param names.
* Wed Nov 03 2021 pgajdosAATTsuse.com- version update to 1.5.2
* Merge pull request #41 from josephwhite13/allow-dictionary-filtering
* Merge pull request #48 from back2root/master
* Check for null value.
* Merge pull request #40 from memborsky/add-regular-expression-contains-support
* feat: support regular expression for performing contains (=~) filtering
* if datum.value is a dictionary, filter on the list of values- %check: use python -m pytest instead of setup.py test
* Thu Apr 29 2021 John Vandenberg - Tidy spec- Activate test suite
* Sun Apr 25 2021 Martin Hauke - Package cleanup
* Sat May 23 2020 John Vandenberg - Initial spec for v1.5.1