Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-jmespath-1.0.1-5.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-jmespath Distribution: openSUSE Tumbleweed
Version: 1.0.1 Vendor: openSUSE
Release: 5.2 Build date: Mon Feb 26 13:47:18 2024
Group: Unspecified Build host: reproducible
Size: 154067 Source RPM: python-jmespath-1.0.1-5.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jmespath/jmespath.py
Summary: Python module for declarative JSON document element extraction
JMESPath (pronounced "jaymz path") allows you to declaratively specify how
to extract elements from a JSON document.

For example, given this document:

{"foo": {"bar": "baz"}}

The jmespath expression foo.bar will return "baz".

JMESPath also supports:

Referencing elements in a list. Given the data:

{"foo": {"bar": ["one", "two"]}}

The expression: foo.bar[0] will return "one". You can also reference all
the items in a list using the * syntax:

{"foo": {"bar": [{"name": "one"}, {"name": "two"}]}}

The expression: foo.bar[*].name will return ["one", "two"]. Negative
indexing is also supported (-1 refers to the last element in the list).
Given the data above, the expression foo.bar[-1].name will return ["two"].

The * can also be used for hash types:

{"foo": {"bar": {"name": "one"}, "baz": {"name": "two"}}}

The expression: foo.*.name will return ["one", "two"].

Provides

Requires

License

MIT

Changelog

* Mon Feb 26 2024 Robert Schweikert <rjschwei@suse.com>
  - Remove the forced switch to Python 3.11 in SLE 15 SP4 and
    openSUSE Leap 15.4 and later. However the updated version will only
    be available as a Python 3.11 build. (jsc#PED-4514)
* Thu Feb 01 2024 Robert Schweikert <rjschwei@suse.com>
  - Switch users of SLE 15 SP4 and openSUSE Leap 15.4 and later to the
    Python 3.11 build (jsc#PCT-371). The Python 3.6 build will no longer be
    maintained
* Thu Feb 01 2024 Dirk Müller <dmueller@suse.com>
  - switch to PEP517 / wheel build
* Sun Jun 11 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Fri Feb 10 2023 Matej Cepl <mcepl@suse.com>
  - We actually don't need simplejson at all, it is just for 2.6
    [sic!] compatibility.
* Sat Sep 17 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.0.1:
    * Drop support for Python versions less than 3.7 (including Python 2).
  - drop remove-nose.patch (upstream)
* Mon Sep 27 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch remove-nose.patch:
    * Remove use of nose in the tests.
* Mon May 31 2021 pgajdos@suse.com
  - use github tarball to use upstream tests
  - %check: use %pyunittest rpm macro to test the package
  - deleted sources
    - test_hypothesis.py (not needed)
* Tue Jun 02 2020 Dirk Mueller <dmueller@suse.com>
  - update to 0.10.0:
    * Python 2.6 and 3.3 have reached end-of-life and have been deprecated. (issue 175)
    * Fix race condition when clearing cached parsed expressions. (issue 197)
* Wed Mar 11 2020 Dirk Mueller <dmueller@suse.com>
  - update to 0.9.5:
    * * Fix syntax warnings on python 3.8

Files

/etc/alternatives/jp
/usr/bin/jp
/usr/bin/jp-3.12
/usr/lib/python3.12/site-packages/jmespath
/usr/lib/python3.12/site-packages/jmespath-1.0.1.dist-info
/usr/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/LICENSE.txt
/usr/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/RECORD
/usr/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/jmespath-1.0.1.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/jmespath/__init__.py
/usr/lib/python3.12/site-packages/jmespath/__pycache__
/usr/lib/python3.12/site-packages/jmespath/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/ast.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/ast.cpython-312.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/compat.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/compat.cpython-312.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/exceptions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/exceptions.cpython-312.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/functions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/functions.cpython-312.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/lexer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/lexer.cpython-312.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/parser.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/parser.cpython-312.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/visitor.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/jmespath/__pycache__/visitor.cpython-312.pyc
/usr/lib/python3.12/site-packages/jmespath/ast.py
/usr/lib/python3.12/site-packages/jmespath/compat.py
/usr/lib/python3.12/site-packages/jmespath/exceptions.py
/usr/lib/python3.12/site-packages/jmespath/functions.py
/usr/lib/python3.12/site-packages/jmespath/lexer.py
/usr/lib/python3.12/site-packages/jmespath/parser.py
/usr/lib/python3.12/site-packages/jmespath/visitor.py
/usr/share/doc/packages/python312-jmespath
/usr/share/doc/packages/python312-jmespath/README.rst
/usr/share/licenses/python312-jmespath
/usr/share/licenses/python312-jmespath/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024