15
0

Accepting request 928964 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/928964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpath-ng?expand=0&rev=2
This commit is contained in:
2021-11-03 16:26:22 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38a6affa5b7a62e038d4701c319803cd2931f033faaabbecc407112333158544
size 30261

3
jsonpath-ng-1.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecb5acc713ee2a551448860e71f37bf7f395ccea533fe567f7f85b946bcb6de7
size 30467

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>

View File

@@ -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}