forked from pool/python-jsonpath-ng
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:
@@ -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
3
jsonpath-ng-1.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecb5acc713ee2a551448860e71f37bf7f395ccea533fe567f7f85b946bcb6de7
|
||||
size 30467
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user