forked from pool/python-pyquery
f0a4b46241238151c5b08403e35781ba25a0db2a1f0f06646d5a3860d3cfdc17
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=42
Description
No description provided
Languages
Diff
100%