Changelog for
python312-jsonpath-ng-1.6.1-16.1.noarch.rpm :
* Fri Feb 09 2024 Christian Keil
- Switch to Python 3.11 build.- Remove build dependency oslotest (pull request #137).
* Mon Jan 22 2024 Dirk Müller - update to 1.6.1:
* Fix issue with lambda based updates
* Remove unused code from the test suite
* De-duplicate the parser test cases
* Remove a test that merely checks exception inheritance
* Add pytest-randomly to shake out auto_id side effects
* Include the test suite in coverage reports
* Remove tests that don\'t affect coverage and contribute nothing
* Reformat `tests/test_create.py`
* Remove `test_doctests`, which is a no-op
* Demonstrate that there are no doctests
* Remove the `coveralls` dependency
* Migrate `tests/bin/test_jsonpath.py` to use pytest
* remove Python2 crumbs
* Add CodeQL analysis
* Remove the `oslotest` dependency
* Fix running CI against incoming PRs
* Support, and test against, Python 3.12
* Update the currently-tested CPython versions in the README
* Remove an unused Travis CI config file
* Add a Dependabot config to keep GitHub action versions updated
* add a test for the case when root element is a list
* Fix issue with assignment in case root element is a list.
* Fix typo in README
* Fix test commands in Makefile
* Fix .coveragerc path
* Simplify clean in Makefile
* Refactor unit tests for better errors
* test case for existing auto id
* Add more examples to README (thanks AATTbaynes)
* Don\'t fail when regex match is attempted on non-strings
* Add additional tests
* Add `keys` keyword
* Fri Sep 15 2023 pgajdosAATTsuse.com- version update to 1.6.0 1.6.0 / 2023-09-13
* Enclose field names containing literals in quotes
* Add note about extensions
* Remove documentation status link
* Update supported versions in setup.py
* Add LICENSE file
* Code cleanup
* Remove dependency on six
* Update build status badge
* (origin/github-actions, github-actions) Remove testscenarios dependency
* Remove pytest version constraints
* Add testing with GitHub actions
* Escape back slashes in tests to avoid DeprecationWarning.
* Use raw strings for regular expressions to avoid DeprecationWarning.
* refactor(package): remove dependency for decorator
* Merge pull request #128 from michaelmior/hashable
* (origin/hashable, hashable) Make path instances hashable
* Merge pull request #122 from snopoke/snopoke-patch-1
* Add more detail to filter docs.
* remove incorrect parenthesis in filter examples
* Merge pull request #119 from snopoke/patch-1
* add \'sub\' line with function param names
* readme formatting fixes
* chore(history): update
* Update __init__.py 1.5.3 / 2021-07-05
* Update __init__.py
* Update setup.py
* Merge pull request #72 from kaapstorm/find_or_create
* Tests
* Add `update_or_create()` method
* Merge pull request #68 from kaapstorm/example_tests
* Merge pull request #70 from kaapstorm/exceptions
* Add/fix `__eq__()`
* Add tests based on Stefan Goessner\'s examples
* Tests
* Allow callers to catch JSONPathErrors- six and decorator are not required
* 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