diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-20 09:32:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-20 09:32:25 +0000 |
commit | 7737351d24f5adf656c8f83e5eb9d1c5d292be71 (patch) | |
tree | 3df6ce267b254d2253166c3741969520ca048a44 /textproc | |
parent | 071492f62e70824cfcb888b3e5fe46aae3332d1a (diff) | |
download | pkgsrc-7737351d24f5adf656c8f83e5eb9d1c5d292be71.tar.gz |
Update to 3.3.1:
3.3.1 (2014-02-12)
==================
Features added
--------------
Bugs fixed
----------
* LP#1014290: HTML documents parsed with ``parser.feed()`` failed to find
elements during tag iteration.
* LP#1273709: Building in PyPy failed due to missing support for
``PyUnicode_Compare()`` and ``PyByteArray_*()`` in PyPy's C-API.
* LP#1274413: Compilation in MSVC failed due to missing "stdint.h" standard
header file.
* LP#1274118: iterparse() failed to parse BOM prefixed files.
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 5f97cd61544..e53c69806c3 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2014/01/27 19:08:50 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/02/20 09:32:25 wiz Exp $ -DISTNAME= lxml-3.3.0 +DISTNAME= lxml-3.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc MASTER_SITES= http://lxml.de/files/ diff --git a/textproc/py-lxml/distinfo b/textproc/py-lxml/distinfo index 450e94f87fc..135f785428e 100644 --- a/textproc/py-lxml/distinfo +++ b/textproc/py-lxml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2014/01/27 19:08:50 wiz Exp $ +$NetBSD: distinfo,v 1.14 2014/02/20 09:32:25 wiz Exp $ -SHA1 (lxml-3.3.0.tgz) = 7cff413526c9e797fd0b8ced37144e5e89ffc66e -RMD160 (lxml-3.3.0.tgz) = 24c57f6132ee2dcf0dcb4a7586a261e2176cae96 -Size (lxml-3.3.0.tgz) = 3435082 bytes +SHA1 (lxml-3.3.1.tgz) = f54e81543e005b6db773f42fd485f69452f61ec2 +RMD160 (lxml-3.3.1.tgz) = 5e64f50aa83c32889956a6c206ef7532f283b660 +Size (lxml-3.3.1.tgz) = 3441159 bytes |