15
0

- 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/package/show/devel:languages:python/python-jsonpath-ng?expand=0&rev=10
This commit is contained in:
2024-10-29 21:38:21 +00:00
committed by Git OBS Bridge
parent 8ca8d8f15c
commit ab59f866ef
4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Oct 29 21:38:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Fri Feb 09 14:50:00 UTC 2024 - Christian Keil <keil@dfn-cert.de>