forked from pool/python-parsel
* Remove a Sphinx reference from NEWS to fix the PyPI
description
* Add support for JMESPath: you can now create a selector for a
JSON document and call ``Selector.jmespath()``.
* Selectors can now be constructed from ``bytes`` (using the
``body`` and ``encoding`` arguments) instead of ``str``
(using the ``text`` argument), so that there is no internal
conversion from ``str`` to ``bytes`` and the memory
usage is lower.
* Typing improvements
* The ``pkg_resources`` module (which was absent from the
requirements) is no longer used
* New requirements:
* ``jmespath``
* ``typing_extensions`` (on Python 3.7)
- Initial package build.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=23
5.2 KiB
5.2 KiB