summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-05-19 18:52:30 +0000
committerwiz <wiz@pkgsrc.org>2013-05-19 18:52:30 +0000
commit5f11e9151251a3e1932a982fb67978dac869c5ef (patch)
tree58cf602dfd95da7ae3dfab0c23de2ca3d89dba71 /textproc
parent18603607ceaf74ad55e1fde13e25fbcdcf6c60fa (diff)
downloadpkgsrc-5f11e9151251a3e1932a982fb67978dac869c5ef.tar.gz
Update to 3.2.1:
3.2.1 (2013-05-11) ================== Features added -------------- * The methods ``apply_templates()`` and ``process_children()`` of XSLT extension elements have gained two new boolean options ``elements_only`` and ``remove_blank_text`` that discard either all strings or whitespace-only strings from the result list. Bugs fixed ---------- * When moving Elements to another tree, the namespace cleanup mechanism no longer drops namespace prefixes from attributes for which it finds a default namespace declaration, to prevent them from appearing as unnamespaced attributes after serialisation. * Returning non-type objects from a custom class lookup method could lead to a crash. * Instantiating and using subtypes of Comments and ProcessingInstructions crashed. Other changes ------------- 3.2.0 (2013-04-28) ================== Features added -------------- Bugs fixed ---------- * LP#690319: Leading whitespace could change the behaviour of the string parsing functions in ``lxml.html``. * LP#599318: The string parsing functions in ``lxml.html`` are more robust in the face of uncommon HTML content like framesets or missing body tags. Patch by Stefan Seelmann. * LP#712941: I/O errors while trying to access files with paths that contain non-ASCII characters could raise ``UnicodeDecodeError`` instead of properly reporting the ``IOError``. * LP#673205: Parsing from in-memory strings disabled network access in the default parser and made subsequent attempts to parse from a URL fail. * LP#971754: lxml.html.clean appends 'nofollow' to 'rel' attributes instead of overwriting the current value. * LP#715687: lxml.html.clean no longer discards scripts that are explicitly allowed by the user provided whitelist. Patch by Christine Koppelt. Other changes ------------- 3.1.2 (2013-04-12) ================== Features added -------------- Bugs fixed ---------- * LP#1136509: Passing attributes through the namespace-unaware API of the sax bridge (i.e. the ``handler.startElement()`` method) failed with a ``TypeError``. Patch by Mike Bayer. * LP#1123074: Fix serialisation error in XSLT output when converting the result tree to a Unicode string. * GH#105: Replace illegal usage of ``xmlBufLength()`` in libxml2 2.9.0 by properly exported API function ``xmlBufUse()``. Other changes ------------- 3.1.1 (2013-03-29) ================== Features added -------------- Bugs fixed ---------- * LP#1160386: Write access to ``lxml.html.FormElement.fields`` raised an AttributeError in Py3. * Illegal memory access during cleanup in incremental xmlfile writer. Other changes ------------- * The externally useless class ``lxml.etree._BaseParser`` was removed from the module dict.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-lxml/Makefile5
-rw-r--r--textproc/py-lxml/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile
index bccd4d82a5d..bb338032131 100644
--- a/textproc/py-lxml/Makefile
+++ b/textproc/py-lxml/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2013/03/17 15:47:15 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.16 2013/05/19 18:52:30 wiz Exp $
-DISTNAME= lxml-3.1.0
+DISTNAME= lxml-3.2.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 c025865a058..fc44550023b 100644
--- a/textproc/py-lxml/distinfo
+++ b/textproc/py-lxml/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2013/03/17 15:47:15 wiz Exp $
+$NetBSD: distinfo,v 1.10 2013/05/19 18:52:30 wiz Exp $
-SHA1 (lxml-3.1.0.tgz) = f9e1e319c1468078f36b65633c5fdc0729e844e7
-RMD160 (lxml-3.1.0.tgz) = ce2eb902951fab5030f154033908983dc71b0dce
-Size (lxml-3.1.0.tgz) = 3269719 bytes
+SHA1 (lxml-3.2.1.tgz) = 85a1fe171ad8b3b05d7012221a7deec2f6e7e428
+RMD160 (lxml-3.2.1.tgz) = 42f1dcb0bc50ad1d988f57a0514abcb914e7d182
+Size (lxml-3.2.1.tgz) = 3335355 bytes