Subject: CVS commit: pkgsrc/www/py-parsel
From: Adam Ciarcinski
Date: 2023-11-01 19:27:13
Message id: 20231101182713.B2016FA28@cvs.NetBSD.org

Log Message:
py-parsel: updated to 1.8.1

1.8.1 (2023-04-18)
~~~~~~~~~~~~~~~~~~

* Remove a Sphinx reference from NEWS to fix the PyPI description
* Add a ``twine check`` CI check to detect such problems

1.8.0 (2023-04-18)
~~~~~~~~~~~~~~~~~~

* Add support for JMESPath: you can now create a selector for a JSON document
  and call ``Selector.jmespath()``. See `the documentation`_ for more
  information and examples.
* 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
* Documentation build fixes
* New requirements:

  * ``jmespath``
  * ``typing_extensions`` (on Python 3.7)

Files:
RevisionActionfile
1.12modifypkgsrc/www/py-parsel/Makefile
1.11modifypkgsrc/www/py-parsel/distinfo