15
0

Accepting request 928963 from home:pgajdos:python

- 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

OBS-URL: https://build.opensuse.org/request/show/928963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpath-ng?expand=0&rev=3
This commit is contained in:
John Vandenberg
2021-11-03 08:37:18 +00:00
committed by Git OBS Bridge
parent 9184b9684f
commit 018563dba9
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 3 08:28:31 UTC 2021 - pgajdos@suse.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 19:50:19 UTC 2021 - John Vandenberg <jayvdb@gmail.com>