From 018563dba9faff1b72f443933d578bfa7ced99b338eb2bf7efa9b2e6feb157db Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 3 Nov 2021 08:37:18 +0000 Subject: [PATCH] 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 --- jsonpath-ng-1.5.1.tar.gz | 3 --- jsonpath-ng-1.5.2.tar.gz | 3 +++ python-jsonpath-ng.changes | 12 ++++++++++++ python-jsonpath-ng.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 jsonpath-ng-1.5.1.tar.gz create mode 100644 jsonpath-ng-1.5.2.tar.gz diff --git a/jsonpath-ng-1.5.1.tar.gz b/jsonpath-ng-1.5.1.tar.gz deleted file mode 100644 index 4ae37fc..0000000 --- a/jsonpath-ng-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38a6affa5b7a62e038d4701c319803cd2931f033faaabbecc407112333158544 -size 30261 diff --git a/jsonpath-ng-1.5.2.tar.gz b/jsonpath-ng-1.5.2.tar.gz new file mode 100644 index 0000000..0c47618 --- /dev/null +++ b/jsonpath-ng-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb5acc713ee2a551448860e71f37bf7f395ccea533fe567f7f85b946bcb6de7 +size 30467 diff --git a/python-jsonpath-ng.changes b/python-jsonpath-ng.changes index ae70254..4f8592d 100644 --- a/python-jsonpath-ng.changes +++ b/python-jsonpath-ng.changes @@ -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 diff --git a/python-jsonpath-ng.spec b/python-jsonpath-ng.spec index 298e538..d10f57e 100644 --- a/python-jsonpath-ng.spec +++ b/python-jsonpath-ng.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jsonpath-ng -Version: 1.5.1 +Version: 1.5.2 Release: 0 Summary: JSONPath for Python License: Apache-2.0 @@ -72,7 +72,7 @@ export PYTHONPATH=${CWD} if [[ ! -d %{buildroot}%{$python_sitelib}/oslotest ]]; then rm tests/test_jsonpath_rw_ext.py fi -$python setup.py test +$python -m pytest } %files %{python_files}