Subject: CVS commit: pkgsrc/textproc/py-pyquery
From: Adam Ciarcinski
Date: 2023-03-08 13:10:51
Message id: 20230308121052.12CECFA90@cvs.NetBSD.org

Log Message:
py-pyquery: updated to 2.0.0

2.0.0 (2022-12-28)
------------------

- Breaking change: inputs starting with ``"http://"`` or \ 
``"https://"`` like
  ``PyQuery("http://example.com")`` will no longer fetch the contents \ 
of the URL.
  Users desiring the old behavior should switch to \ 
``PyQuery(url="http://example.com")``.

- Add nextUntil method

- ``.remove()`` no longer inserts a space in place of the removed element

- Fix escaping of top-level element text in ``.html()`` output

- Support (and require) cssselect 1.2+

- Drop support for python 3.5/3.6

Files:
RevisionActionfile
1.13modifypkgsrc/textproc/py-pyquery/Makefile
1.11modifypkgsrc/textproc/py-pyquery/distinfo