- update to 1.7.0:
* Allow raw numeric values to be used as keys
* Add `wherenot`
* Added EZRegex pattern for the split extension regex
* Added negative and * indecies and quotes to `Split`
parameters
* Typo: duplicate line removed.
* Added `path` extension that exposes datum's path from the
jsonpath expression itself.
* Remove Python 3.7 support
* Only construct the parse table once
* updated test for `jsonpath.py` changes
* fix for Updating a json object fails if the value of a key is
boolean #73
* Add Codespaces configuration
* Add `.editorconfig`
* Fix a GitHub workflow schema issue
OBS-URL: https://build.opensuse.org/request/show/1219197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpath-ng?expand=0&rev=6
* Allow raw numeric values to be used as keys
* Add `wherenot`
* Added EZRegex pattern for the split extension regex
* Added negative and * indecies and quotes to `Split`
parameters
* Typo: duplicate line removed.
* Added `path` extension that exposes datum's path from the
jsonpath expression itself.
* Remove Python 3.7 support
* Only construct the parse table once
* updated test for `jsonpath.py` changes
* fix for Updating a json object fails if the value of a key is
boolean #73
* Add Codespaces configuration
* Add `.editorconfig`
* Fix a GitHub workflow schema issue
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpath-ng?expand=0&rev=10
- 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
OBS-URL: https://build.opensuse.org/request/show/1140745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpath-ng?expand=0&rev=4
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpath-ng?expand=0&rev=6