diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 13:38:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 13:38:23 +0000 |
commit | e26607d3492a805d20fb36d355effdbdbc31582f (patch) | |
tree | 16b4297ab6c948d6f5737af734f0796dbc457914 /textproc/py-lxml | |
parent | 92cfd5f28e622a6761d44486c5fe4767c5fb0919 (diff) | |
download | pkgsrc-e26607d3492a805d20fb36d355effdbdbc31582f.tar.gz |
Update to 2.2.4:
2.2.6 (2010-03-02)
==================
Bugs fixed
----------
* Fixed several Python 3 regressions by building with Cython 0.11.3.
2.2.5 (2010-02-28)
==================
Features added
--------------
* Support for running XSLT extension elements on the input root node
(e.g. in a template matching on "/").
Bugs fixed
----------
* Crash in XPath evaluation when reading smart strings from a document
other than the original context document.
* Support recent versions of html5lib by not requiring its
``XHTMLParser`` in ``htmlparser.py`` anymore.
* Manually instantiating the custom element classes in
``lxml.objectify`` could crash.
* Invalid XML text characters were not rejected by the API when they
appeared in unicode strings directly after non-ASCII characters.
* lxml.html.open_http_urllib() did not work in Python 3.
* The functions ``strip_tags()`` and ``strip_elements()`` in
``lxml.etree`` did not remove all occurrences of a tag in all cases.
* Crash in XSLT extension elements when the XSLT context node is not
an element.
Diffstat (limited to 'textproc/py-lxml')
-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 b74d8342ac5..6d8c5732e16 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/11/17 14:43:14 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/05/02 13:38:23 wiz Exp $ # -DISTNAME= lxml-2.2.4 +DISTNAME= lxml-2.2.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc MASTER_SITES= http://codespeak.net/lxml/ diff --git a/textproc/py-lxml/distinfo b/textproc/py-lxml/distinfo index 8a0e7eeab12..9b858f64650 100644 --- a/textproc/py-lxml/distinfo +++ b/textproc/py-lxml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/11/17 14:43:14 wiz Exp $ +$NetBSD: distinfo,v 1.5 2010/05/02 13:38:23 wiz Exp $ -SHA1 (lxml-2.2.4.tgz) = da97ed375268363ad40501bcfc6980a6c5100d5e -RMD160 (lxml-2.2.4.tgz) = b7abdd8faee1ef1b2f1868fb188a2faea25a012e -Size (lxml-2.2.4.tgz) = 2964382 bytes +SHA1 (lxml-2.2.6.tgz) = 340d8cee8b787e9b2d2ab8ba2ab268460efa9232 +RMD160 (lxml-2.2.6.tgz) = 6f8cded975cf10b1dd79db22a9f912eaea86363c +Size (lxml-2.2.6.tgz) = 2923134 bytes |