diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-19 18:24:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-19 18:24:14 +0000 |
commit | c52a656d2a3edd499f0a9c939c2927002aba73fa (patch) | |
tree | 0398188b71902e6a03805a238e8102098f44df6f /textproc | |
parent | 407f021a0d6b68db8940cd55db87619b0e3fe52b (diff) | |
download | pkgsrc-c52a656d2a3edd499f0a9c939c2927002aba73fa.tar.gz |
Update to 3.4.3:
3.4.3 (2015-04-15)
==================
Bugs fixed
----------
* Expression cache in ElementPath was ignored. Fix by Changaco.
* LP#1426868: Passing a default namespace and a prefixed namespace mapping
as nsmap into ``xmlfile.element()`` raised a ``TypeError``.
* LP#1421927: DOCTYPE system URLs were incorrectly quoted when containing
double quotes. Patch by Olli Pottonen.
* LP#1419354: meta-redirect URLs were incorrectly processed by
``iterlinks()`` if preceded by whitespace.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-lxml/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-lxml/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index ac1f2e4d1b7..5ddcdbb9250 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2015/02/08 16:27:28 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/04/19 18:24:14 wiz Exp $ -DISTNAME= lxml-3.4.2 +DISTNAME= lxml-3.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc MASTER_SITES= http://lxml.de/files/ diff --git a/textproc/py-lxml/distinfo b/textproc/py-lxml/distinfo index 8120de285c8..04bcc565335 100644 --- a/textproc/py-lxml/distinfo +++ b/textproc/py-lxml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2015/02/08 16:27:28 wiz Exp $ +$NetBSD: distinfo,v 1.22 2015/04/19 18:24:14 wiz Exp $ -SHA1 (lxml-3.4.2.tgz) = 7285670314e3f3327bfb06b3c11d794b823fad07 -RMD160 (lxml-3.4.2.tgz) = 61fc6f714e40d5283e08d3892e11d6a497f77dc2 -Size (lxml-3.4.2.tgz) = 3526862 bytes +SHA1 (lxml-3.4.3.tgz) = e52a252ba7859ec84e2995d38ccefa0e1d3f7429 +RMD160 (lxml-3.4.3.tgz) = e5b6d539061fe7ae017294f16ce667b86eadf377 +Size (lxml-3.4.3.tgz) = 3541740 bytes |