From ab59f866ef4ac9efa0538b77677c200cb7c8ba4c5f4b51bcbc6bf4fbbe9b23ef Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Oct 2024 21:38:21 +0000 Subject: [PATCH] - 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 --- jsonpath-ng-1.6.1.tar.gz | 3 --- jsonpath-ng-1.7.0.tar.gz | 3 +++ python-jsonpath-ng.changes | 21 +++++++++++++++++++++ python-jsonpath-ng.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 jsonpath-ng-1.6.1.tar.gz create mode 100644 jsonpath-ng-1.7.0.tar.gz diff --git a/jsonpath-ng-1.6.1.tar.gz b/jsonpath-ng-1.6.1.tar.gz deleted file mode 100644 index 42f5fe3..0000000 --- a/jsonpath-ng-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ff39f87b5a43a284306e6839de9122c1d4d586d0deaa262ea95018c530f3956 -size 33427 diff --git a/jsonpath-ng-1.7.0.tar.gz b/jsonpath-ng-1.7.0.tar.gz new file mode 100644 index 0000000..ca31ea8 --- /dev/null +++ b/jsonpath-ng-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29658261512813009551c0ac228a9d9523a10503a46ce243fc63e3f28752c40 +size 34943 diff --git a/python-jsonpath-ng.changes b/python-jsonpath-ng.changes index 0482dff..639c4a2 100644 --- a/python-jsonpath-ng.changes +++ b/python-jsonpath-ng.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Oct 29 21:38:03 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-jsonpath-ng.spec b/python-jsonpath-ng.spec index 1f6f395..ebd1165 100644 --- a/python-jsonpath-ng.spec +++ b/python-jsonpath-ng.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-jsonpath-ng -Version: 1.6.1 +Version: 1.7.0 Release: 0 Summary: JSONPath for Python License: Apache-2.0 @@ -33,7 +33,7 @@ BuildRequires: python-rpm-macros Requires: python-decorator Requires: python-ply Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module ply}