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

python3-jmespath-0.9.3-1.21 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-jmespath Distribution: SUSE Linux Enterprise 15
Version: 0.9.3 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.21 Build date: Fri May 25 22:24:15 2018
Group: Development/Languages/Python Build host: sheep27
Size: 181783 Source RPM: python-jmespath-0.9.3-1.21.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/boto/jmespath
Summary: Extract elements from JSON document
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

* Thu Nov 09 2017 rjschwei@suse.com
  - Update to 0.9.3:
    + Fix issue where long types in py2 and Decimal types were not
      being evaluated as numbers (issue 125)
    + Handle numbers in scientific notation in to_number() function (issue 120)
    + Fix issue where custom functions would override the function
      table of the builtin function class (issue 133)
* Wed Mar 29 2017 jmatejek@suse.com
  - properly Requires(postun) for %postun section
* Wed Mar 29 2017 tbechtold@suse.com
  - Only BuildRequire unittest2 for python2
* Thu Mar 16 2017 rjschwei@suse.com
  - Switch to single-spec build
  - Update to version 0.9.2
    + Fix regression when using ordering comparators on strings (issue 124)
  - From 0.9.1
    + Raise LexerError on invalid numbers (issue 98)
    + Add support for custom functions (#100) (issue 100)
    + Fix ZeroDivisionError for built-in function avg() on empty lists (#115)
      (issue 115)
    + Properly handle non numerical ordering operators (#117) (issue 117)
* Mon Aug 15 2016 toddrme2178@gmail.com
  - Fix update-alternatives implementation.
* Mon Feb 01 2016 toddrme2178@gmail.com
  - Update to version 0.9.0
    * Add support for new lines with tokens in an expression
    * Add support for JEP 9 which introduces "and" expressions, "unary"
      expressions, "not" expressions, and "paren" expressions
    * Fix issue with hardcoded path in ``jp.py`` executable
      (issue 90, issue 88, issue 82)
  - Update to version 0.8.0
    * Improve lexing performance (issue 84)
    * Fix parsing error for multiselect lists (issue 86)
    * Fix issue with escaping single quotes in literal strings (issue 85)
    * Add support for providing your own dict cls to support
      ordered dictionaries (issue 94)
    * Add map() function (issue 95)
* Wed Jan 20 2016 rjschwei@suse.com
  - Fix build issues for SLE 11
    + More test dependencies required
* Wed Jan 20 2016 rjschwei@suse.com
  - Manage the jp executable with update-alternatives now that
    python3-jmespath exists
  - spec file improvements
* Wed May 27 2015 rjschwei@suse.com
  - Update to version 0.7.1:
    * Rename ``bin/jp`` to ``bin/jp.py``
    * Fix issue with precedence when parsing wildcard
      projections
    * Remove ordereddict and simplejson as py2.6 dependencies.
      These were never actually used in the jmespath code base,
      only in the unit tests.  Unittests requirements are handled
      via requirements26.txt.
* Sun Apr 26 2015 benoit.monin@gmx.fr
  - update to version 0.7.0:
    * Add support for JEP-12, raw string literals
    * Support .whl files
  - additional changes from version 0.6.2:
    * Implement JEP-10, slice projections
    * Fix bug with filter projection parsing
    * Add to_array function
    * Add merge function
    * Fix error messages for function argument type errors
  - point source URL to pypi
* Thu Mar 26 2015 aboe76@gmail.com
  - Updated to version 0.6.1
    + No Upstream Changelog
* Sun Jan 18 2015 rschweikert@suse.com
  - Update to version 0.5.0
    + No upstream changelog
    + Update in support for fix of bnc#905354
* Thu Oct 23 2014 rschweikert@suse.com
  - Update to version 0.4.1
    + No upstream changelog
* Sat Jan 18 2014 rschweikert@suse.com
  - Initial build

Files

/etc/alternatives/jp
/usr/bin/jp
/usr/bin/jp-3.6
/usr/lib/python3.6/site-packages/jmespath
/usr/lib/python3.6/site-packages/jmespath-0.9.3-py3.6.egg-info
/usr/lib/python3.6/site-packages/jmespath-0.9.3-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/jmespath-0.9.3-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/jmespath-0.9.3-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/jmespath-0.9.3-py3.6.egg-info/pbr.json
/usr/lib/python3.6/site-packages/jmespath-0.9.3-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/jmespath/__init__.py
/usr/lib/python3.6/site-packages/jmespath/__pycache__
/usr/lib/python3.6/site-packages/jmespath/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/ast.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/ast.cpython-36.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/functions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/functions.cpython-36.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/lexer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/lexer.cpython-36.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/parser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/parser.cpython-36.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/visitor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jmespath/__pycache__/visitor.cpython-36.pyc
/usr/lib/python3.6/site-packages/jmespath/ast.py
/usr/lib/python3.6/site-packages/jmespath/compat.py
/usr/lib/python3.6/site-packages/jmespath/exceptions.py
/usr/lib/python3.6/site-packages/jmespath/functions.py
/usr/lib/python3.6/site-packages/jmespath/lexer.py
/usr/lib/python3.6/site-packages/jmespath/parser.py
/usr/lib/python3.6/site-packages/jmespath/visitor.py
/usr/share/doc/packages/python3-jmespath
/usr/share/doc/packages/python3-jmespath/LICENSE.txt
/usr/share/doc/packages/python3-jmespath/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024