pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-lxml Update to 3.3.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b524502923d
branches: trunk
changeset: 631668:0b524502923d
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Mar 12 09:59:28 2014 +0000
description:
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:
textproc/py-lxml/Makefile | 4 ++--
textproc/py-lxml/PLIST | 3 ++-
textproc/py-lxml/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (39 lines):
diff -r 96b257fe975e -r 0b524502923d textproc/py-lxml/Makefile
--- a/textproc/py-lxml/Makefile Wed Mar 12 09:51:57 2014 +0000
+++ b/textproc/py-lxml/Makefile Wed Mar 12 09:59:28 2014 +0000
@@ -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 -r 96b257fe975e -r 0b524502923d textproc/py-lxml/PLIST
--- a/textproc/py-lxml/PLIST Wed Mar 12 09:51:57 2014 +0000
+++ b/textproc/py-lxml/PLIST Wed Mar 12 09:59:28 2014 +0000
@@ -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 -r 96b257fe975e -r 0b524502923d textproc/py-lxml/distinfo
--- a/textproc/py-lxml/distinfo Wed Mar 12 09:51:57 2014 +0000
+++ b/textproc/py-lxml/distinfo Wed Mar 12 09:59:28 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index