Fri Nov 29 16:54:42 2013 UTC ()
Update to 3.2.4:

3.2.4 (2013-11-07)
==================

Bugs fixed
----------

* Memory leak when creating an XPath evaluator in a thread.

* LP#1228881: ``repr(XSLTAccessControl)`` failed in Python 3.

* Raise ``ValueError`` when trying to append an Element to itself or
  to one of its own descendants.

* LP#1206077: htmldiff discarded whitespace from the output.

* Compressed plain-text serialisation to file-like objects was broken.


(wiz)
diff -r1.18 -r1.19 pkgsrc/textproc/py-lxml/Makefile
diff -r1.11 -r1.12 pkgsrc/textproc/py-lxml/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/textproc/py-lxml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-lxml/Makefile 2013/09/15 17:27:43 1.18
+++ pkgsrc/textproc/py-lxml/Makefile 2013/11/29 16:54:42 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2013/09/15 17:27:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2013/11/29 16:54:42 wiz Exp $
2 2
3DISTNAME= lxml-3.2.3 3DISTNAME= lxml-3.2.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://lxml.de/files/ 6MASTER_SITES= http://lxml.de/files/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://lxml.de/ 10HOMEPAGE= http://lxml.de/
11COMMENT= Python binding for libxml2 and libxslt 11COMMENT= Python binding for libxml2 and libxslt
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14TEST_TARGET= test_inplace 14TEST_TARGET= test_inplace
15PYTHON_VERSIONS_INCLUDE_3X= yes 15PYTHON_VERSIONS_INCLUDE_3X= yes
16 16

cvs diff -r1.11 -r1.12 pkgsrc/textproc/py-lxml/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-lxml/distinfo 2013/09/15 17:27:43 1.11
+++ pkgsrc/textproc/py-lxml/distinfo 2013/11/29 16:54:42 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2013/09/15 17:27:43 wiz Exp $ 1$NetBSD: distinfo,v 1.12 2013/11/29 16:54:42 wiz Exp $
2 2
3SHA1 (lxml-3.2.3.tgz) = 33a3017090903f13b329ef3d81b5082e8d6463f7 3SHA1 (lxml-3.2.4.tgz) = 89f561f7bc64e0e7f819d255e7665c849c1abd87
4RMD160 (lxml-3.2.3.tgz) = 64a4fe1450ceeadc6df8d98f9f9a5810ff63efce 4RMD160 (lxml-3.2.4.tgz) = 5579dfc0bd74ded06ff52411c751c0a5ac031b98
5Size (lxml-3.2.3.tgz) = 3342006 bytes 5Size (lxml-3.2.4.tgz) = 3347893 bytes