pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-lxml



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 15 08:38:17 UTC 2018

Modified Files:
        pkgsrc/textproc/py-lxml: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/py-lxml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-lxml/Makefile
diff -u pkgsrc/textproc/py-lxml/Makefile:1.50 pkgsrc/textproc/py-lxml/Makefile:1.51
--- pkgsrc/textproc/py-lxml/Makefile:1.50       Mon Nov  6 10:14:28 2017
+++ pkgsrc/textproc/py-lxml/Makefile    Thu Mar 15 08:38:17 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2017/11/06 10:14:28 adam Exp $
+# $NetBSD: Makefile,v 1.51 2018/03/15 08:38:17 adam Exp $
 
-DISTNAME=      lxml-4.1.1
+DISTNAME=      lxml-4.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.36 pkgsrc/textproc/py-lxml/distinfo:1.37
--- pkgsrc/textproc/py-lxml/distinfo:1.36       Mon Nov  6 10:14:28 2017
+++ pkgsrc/textproc/py-lxml/distinfo    Thu Mar 15 08:38:17 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2017/11/06 10:14:28 adam Exp $
+$NetBSD: distinfo,v 1.37 2018/03/15 08:38:17 adam Exp $
 
-SHA1 (lxml-4.1.1.tar.gz) = 154279bc5939d7099697887ea15c5ca921abeaeb
-RMD160 (lxml-4.1.1.tar.gz) = 9d093324e4dd188f9885f2e4d3c19988e709dbbc
-SHA512 (lxml-4.1.1.tar.gz) = 9542e5206f9b2f9e072c52ef8e6cf44d1aaae8ae3e7ca7e820c1fac12e716503308ccb3cebc52155b4c93799f3ebca247781fc491524d004378bd26f5cddb9d1
-Size (lxml-4.1.1.tar.gz) = 2380804 bytes
+SHA1 (lxml-4.2.0.tar.gz) = a102f55c5f2f13e5be064f5dea7d0699698eaf4d
+RMD160 (lxml-4.2.0.tar.gz) = ed299afee85c0daa39d59e3cdc13bf3e2c44fbbb
+SHA512 (lxml-4.2.0.tar.gz) = 89c7dd5d36e8816008b22b25bb02275a008fcfe26f6fdeff139ac8394bd773035bf423b9d7c4233f19985e5a8c12f936b71096c55e28957e97da0810d88de8d3
+Size (lxml-4.2.0.tar.gz) = 4282112 bytes



Home | Main Index | Thread Index | Old Index