Subject: CVS commit: pkgsrc/textproc/py-lxml
From: Adam Ciarcinski
Date: 2018-03-15 09:38:17
Message id: 20180315083817.7EFE7FB40@cvs.NetBSD.org

Log Message:
py-lxml: updated to 4.2.0

4.2.0:
Features added
* SelectElement.value returns more standard-compliant and browser-like defaults \ 
for non-multi-selects. If no option is selected, the value of the first option \ 
is returned (instead of None). If multiple options are selected, the value of \ 
the last one is returned (instead of that of the first one). If no options are \ 
present (not standard-compliant) SelectElement.value still returns None.
* The HTMLParser() now supports the huge_tree option. Patch by stranac.

Bugs fixed
* Some XSLT messages were not captured by the transform error log.
* Crash at shutdown after an interrupted iterparse run with XMLSchema validation.

Files:
RevisionActionfile
1.51modifypkgsrc/textproc/py-lxml/Makefile
1.37modifypkgsrc/textproc/py-lxml/distinfo