Update py-lxml to 3.6.0.
3.6.0 (2016-03-17) ================== * GH#189: Static builds honour FTP proxy configurations when downloading the external libs. Patch by Youhei Sakurai. * GH#187: Now supports (only) version 5.x and later of PyPy. Patch by Armin Rigo. * GH#186: Soupparser failed to process entities in Python 3.x. Patch by Duncan Morris. * GH#185: Rare encoding related `TypeError` on import was fixed. Patch by Petr Demin. * GH#181: Direct support for `.rnc` files in `RelaxNG()` if `rnc2rng` is installed. Patch by Dirkjan Ochtman.
This commit is contained in:
parent
300097b8e7
commit
feaa3c4190
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.34 2015/12/02 14:46:40 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2016/04/08 15:27:34 wiz Exp $
|
||||
|
||||
DISTNAME= lxml-3.5.0
|
||||
DISTNAME= lxml-3.6.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://lxml.de/files/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.25 2015/11/17 11:52:10 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.26 2016/04/08 15:27:34 wiz Exp $
|
||||
|
||||
SHA1 (lxml-3.5.0.tgz) = c09676c0fda8897030d6ba7bed0987f50cad89cc
|
||||
RMD160 (lxml-3.5.0.tgz) = b6f1e849045fd28cf1f11b3442c7608c4c02f5cf
|
||||
SHA512 (lxml-3.5.0.tgz) = 9b728642bec22be39aef603050121715521603a50bc01d3851e1eb7bfc6302c991da3a3bdebfdeaa9038e19fe39d8286f60851fecf1c4e85469f0ed8fa6e9368
|
||||
Size (lxml-3.5.0.tgz) = 3810202 bytes
|
||||
SHA1 (lxml-3.6.0.tgz) = 62c6cf15dba26fc9f0d40c75621f07e03e1bc4f5
|
||||
RMD160 (lxml-3.6.0.tgz) = c9b12725206623b6c052a86641fe920b6d7bd56c
|
||||
SHA512 (lxml-3.6.0.tgz) = 2dd25a4f51e3e71b78e82e32f3838137d8b21936c23c16f901f4180277c4d4b7f14e1f47d306022cc1d13dc2e0b7f405319632e554aa989f551f424cc423d60d
|
||||
Size (lxml-3.6.0.tgz) = 3693901 bytes
|
||||
|
|
Loading…
Reference in a new issue