diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-12 09:59:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-12 09:59:28 +0000 |
commit | 3efc1fe2116a13c8c8e83216f52ada9eab8a2abc (patch) | |
tree | e8953278ea317bd5479f4f13f14f24fc1c026e0d /textproc/py-lxml | |
parent | 2abfb7833fea11b7d3089a2d251381211b1777a6 (diff) | |
download | pkgsrc-3efc1fe2116a13c8c8e83216f52ada9eab8a2abc.tar.gz |
Update to 3.3.3:
3.3.3 (2014-03-04)
==================
Bugs fixed
----------
* Crash when using Element subtypes with ``__slots__``.
Other changes
-------------
* The internal classes ``_LogEntry`` and ``_Attrib`` can no longer be
subclassed from Python code.
3.3.2 (2014-02-26)
==================
Bugs fixed
----------
* The properties ``resolvers`` and ``version``, as well as the methods
``set_element_class_lookup()`` and ``makeelement()``, were lost from
``iterparse`` objects in 3.3.0.
* LP#1222132: instances of ``XMLSchema``, ``Schematron`` and ``RelaxNG``
did not clear their local ``error_log`` before running a validation.
* LP#1238500: lxml.doctestcompare mixed up "expected" and "actual" in
attribute values.
* Some file I/O tests were failing in MS-Windows due to non-portable temp
file usage. Initial patch by Gabi Davar.
* LP#910014: duplicate IDs in a document were not reported by DTD validation.
* LP#1185332: ``tostring(method="html")`` did not use HTML serialisation
semantics for trailing tail text. Initial patch by Sylvain Viollon.
* LP#1281139: ``.attrib`` value of Comments lost its mutation methods
in 3.3.0. Even though it is empty and immutable, it should still
provide the same interface as that returned for Elements.
Diffstat (limited to 'textproc/py-lxml')
-rw-r--r-- | textproc/py-lxml/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-lxml/PLIST | 3 | ||||
-rw-r--r-- | textproc/py-lxml/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index e53c69806c3..5904cd506ab 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2014/02/20 09:32:25 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/03/12 09:59:28 wiz Exp $ -DISTNAME= lxml-3.3.1 +DISTNAME= lxml-3.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc MASTER_SITES= http://lxml.de/files/ diff --git a/textproc/py-lxml/PLIST b/textproc/py-lxml/PLIST index 116acb122f1..706487fd457 100644 --- a/textproc/py-lxml/PLIST +++ b/textproc/py-lxml/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.9 2013/07/19 18:19:08 joerg Exp $ +@comment $NetBSD: PLIST,v 1.10 2014/03/12 09:59:28 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/lxml/ElementInclude.py ${PYSITELIB}/lxml/ElementInclude.pyc diff --git a/textproc/py-lxml/distinfo b/textproc/py-lxml/distinfo index 135f785428e..172972c91b6 100644 --- a/textproc/py-lxml/distinfo +++ b/textproc/py-lxml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2014/02/20 09:32:25 wiz Exp $ +$NetBSD: distinfo,v 1.15 2014/03/12 09:59:28 wiz Exp $ -SHA1 (lxml-3.3.1.tgz) = f54e81543e005b6db773f42fd485f69452f61ec2 -RMD160 (lxml-3.3.1.tgz) = 5e64f50aa83c32889956a6c206ef7532f283b660 -Size (lxml-3.3.1.tgz) = 3441159 bytes +SHA1 (lxml-3.3.3.tgz) = e701a4d8d7840fdf04944004dc0f38deff65214b +RMD160 (lxml-3.3.3.tgz) = f03b918fe31b00229ab2b7d1ee9357205813af25 +Size (lxml-3.3.3.tgz) = 3469312 bytes |