| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-jsonpath-ng | Distribution: openSUSE Tumbleweed |
| Version: 1.8.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sun Mar 15 20:57:11 2026 |
| Group: Development/Languages/Python | Build host: reproducible |
| Size: 658923 | Source RPM: python-jsonpath-ng-1.8.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/h2non/jsonpath-ng | |
| Summary: JSONPath for Python | |
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming.
Apache-2.0
* Sun Mar 15 2026 Dirk Müller <dmueller@suse.com>
- update to 1.8.0 (bsc#1257048, CVE-2025-56005):
* Support Python 3.13 and 3.14
* Typing for IDE autocomplete
* Support for EMOJI and CJK Unicode
* Support for `DatumInContext` in-place updating
* Support equality checking of `Operation` instances
* Support string serialization of `Union` and `Intersect`
instances
* Support comma-separated indices
* Add typings for IDE autocomplete
* Rename `ExtentedJsonPathParser`
* Remove ply dependency
* Fix `False` and `None` values
* Fix single constant case
* Update field filter to resolve wildcard path issue
* Vendor copy of ply and remove pickle support from the
vendored copy to resolve CVE-2025-56005
* Fix string serialization throughout the library to enforce
roundtrip parsing consistency.
* Fields are more conservatively enclosed in quotion marks
* This fixes serialization and re-parsing of `"00"`, `'%'`,
`'0@'` and `"&'"`.
* `Operation` instances can now be serialized.
* This fixes serialization of `0-@` and `A -A`.
* `SortedThis` instances can now be serialized and re-parsed.
* This fixes serialization of `0[/0]`.
* `Child` precedence is now preserved using parentheses during
serialization.
* This ensures that serialized strings like `a..b[c]` serialize
and re-parse identically.
* Fix parsing and string serialization of numeric-only
identifiers.
* This fixes parsing of `10`, which was parsed as two separate
fields.
* Fix equality checks for `SortedThis` instances.
* Fix bool filter type to handle None values
* Python 3.8 and 3.9 no longer supported
* Tue Oct 29 2024 Dirk Müller <dmueller@suse.com>
- 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 2024 Christian Keil <keil@dfn-cert.de>
- Switch to Python 3.11 build.
- Remove build dependency oslotest (pull request #137).
* Mon Jan 22 2024 Dirk Müller <dmueller@suse.com>
- update to 1.6.1:
* Fix issue with lambda based updates
* Remove unused code from the test suite
* De-duplicate the parser test cases
* Remove a test that merely checks exception inheritance
* Add pytest-randomly to shake out auto_id side effects
* Include the test suite in coverage reports
* Remove tests that don't affect coverage and contribute
nothing
* Reformat `tests/test_create.py`
* Remove `test_doctests`, which is a no-op
* Demonstrate that there are no doctests
* Remove the `coveralls` dependency
* Migrate `tests/bin/test_jsonpath.py` to use pytest
* remove Python2 crumbs
* Add CodeQL analysis
* Remove the `oslotest` dependency
* Fix running CI against incoming PRs
* Support, and test against, Python 3.12
* Update the currently-tested CPython versions in the README
* Remove an unused Travis CI config file
* Add a Dependabot config to keep GitHub action versions
updated
* add a test for the case when root element is a list
* Fix issue with assignment in case root element is a list.
* Fix typo in README
* Fix test commands in Makefile
* Fix .coveragerc path
* Simplify clean in Makefile
* Refactor unit tests for better errors
* test case for existing auto id
* Add more examples to README (thanks @baynes)
* Don't fail when regex match is attempted on non-strings
* Add additional tests
* Add `keys` keyword
* Fri Sep 15 2023 pgajdos@suse.com
- version update to 1.6.0
1.6.0 / 2023-09-13
* Enclose field names containing literals in quotes
* Add note about extensions
* Remove documentation status link
* Update supported versions in setup.py
* Add LICENSE file
* Code cleanup
* Remove dependency on six
* Update build status badge
* (origin/github-actions, github-actions) Remove testscenarios dependency
* Remove pytest version constraints
* Add testing with GitHub actions
* Escape back slashes in tests to avoid DeprecationWarning.
* Use raw strings for regular expressions to avoid DeprecationWarning.
* refactor(package): remove dependency for decorator
* Merge pull request #128 from michaelmior/hashable
* (origin/hashable, hashable) Make path instances hashable
* Merge pull request #122 from snopoke/snopoke-patch-1
* Add more detail to filter docs.
* remove incorrect parenthesis in filter examples
* Merge pull request #119 from snopoke/patch-1
* add 'sub' line with function param names
* readme formatting fixes
* chore(history): update
* Update __init__.py
1.5.3 / 2021-07-05
* Update __init__.py
* Update setup.py
* Merge pull request #72 from kaapstorm/find_or_create
* Tests
* Add `update_or_create()` method
* Merge pull request #68 from kaapstorm/example_tests
* Merge pull request #70 from kaapstorm/exceptions
* Add/fix `__eq__()`
* Add tests based on Stefan Goessner's examples
* Tests
* Allow callers to catch JSONPathErrors
- six and decorator are not required
* Wed Nov 03 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 2021 John Vandenberg <jayvdb@gmail.com>
- Tidy spec
- Activate test suite
* Sun Apr 25 2021 Martin Hauke <mardnh@gmx.de>
- Package cleanup
* Sat May 23 2020 John Vandenberg <jayvdb@gmail.com>
- Initial spec for v1.5.1
/etc/alternatives/jsonpath_ng /usr/bin/jsonpath_ng /usr/bin/jsonpath_ng-3.13 /usr/lib/python3.13/site-packages/jsonpath_ng /usr/lib/python3.13/site-packages/jsonpath_ng-1.8.0.dist-info /usr/lib/python3.13/site-packages/jsonpath_ng-1.8.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/jsonpath_ng-1.8.0.dist-info/METADATA /usr/lib/python3.13/site-packages/jsonpath_ng-1.8.0.dist-info/RECORD /usr/lib/python3.13/site-packages/jsonpath_ng-1.8.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/jsonpath_ng-1.8.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/jsonpath_ng-1.8.0.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/jsonpath_ng-1.8.0.dist-info/licenses /usr/lib/python3.13/site-packages/jsonpath_ng-1.8.0.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/jsonpath_ng-1.8.0.dist-info/top_level.txt /usr/lib/python3.13/site-packages/jsonpath_ng/__init__.py /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__ /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__/exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__/jsonpath.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__/jsonpath.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__/lexer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__/lexer.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__/parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/__pycache__/parser.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/_ply /usr/lib/python3.13/site-packages/jsonpath_ng/_ply/__init__.py /usr/lib/python3.13/site-packages/jsonpath_ng/_ply/__pycache__ /usr/lib/python3.13/site-packages/jsonpath_ng/_ply/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/_ply/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/_ply/__pycache__/lex.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/_ply/__pycache__/lex.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/_ply/__pycache__/yacc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/_ply/__pycache__/yacc.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/_ply/lex.py /usr/lib/python3.13/site-packages/jsonpath_ng/_ply/yacc.py /usr/lib/python3.13/site-packages/jsonpath_ng/bin /usr/lib/python3.13/site-packages/jsonpath_ng/bin/__init__.py /usr/lib/python3.13/site-packages/jsonpath_ng/bin/__pycache__ /usr/lib/python3.13/site-packages/jsonpath_ng/bin/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/bin/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/bin/__pycache__/jsonpath.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/bin/__pycache__/jsonpath.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/bin/jsonpath.py /usr/lib/python3.13/site-packages/jsonpath_ng/exceptions.py /usr/lib/python3.13/site-packages/jsonpath_ng/ext /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__init__.py /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__ /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/arithmetic.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/arithmetic.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/filter.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/filter.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/iterable.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/iterable.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/parser.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/string.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/__pycache__/string.cpython-313.pyc /usr/lib/python3.13/site-packages/jsonpath_ng/ext/arithmetic.py /usr/lib/python3.13/site-packages/jsonpath_ng/ext/filter.py /usr/lib/python3.13/site-packages/jsonpath_ng/ext/iterable.py /usr/lib/python3.13/site-packages/jsonpath_ng/ext/parser.py /usr/lib/python3.13/site-packages/jsonpath_ng/ext/string.py /usr/lib/python3.13/site-packages/jsonpath_ng/jsonpath.py /usr/lib/python3.13/site-packages/jsonpath_ng/lexer.py /usr/lib/python3.13/site-packages/jsonpath_ng/parser.py /usr/share/doc/packages/python313-jsonpath-ng /usr/share/doc/packages/python313-jsonpath-ng/History.md /usr/share/doc/packages/python313-jsonpath-ng/README.rst /usr/share/licenses/python313-jsonpath-ng /usr/share/licenses/python313-jsonpath-ng/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Mar 25 22:23:09 2026