summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-12-15 23:22:03 +0000
committeradam <adam@pkgsrc.org>2022-12-15 23:22:03 +0000
commitdccebadae4011e4e18813ca15b20b062a825db07 (patch)
tree237f9f42a537fc42007d51d38e258c547179be7f
parent151404e9e5f53f230effab89df5cb5272d8bcb03 (diff)
downloadpkgsrc-dccebadae4011e4e18813ca15b20b062a825db07.tar.gz
py-lxml: updated to 4.9.2
4.9.2 (2022-12-13) ================== Bugs fixed ---------- * CVE-2022-2309: A Bug in libxml2 2.9.1[0-4] could let namespace declarations from a failed parser run leak into later parser runs. This bug was worked around in lxml and resolved in libxml2 2.10.0. https://gitlab.gnome.org/GNOME/libxml2/-/issues/378 Other changes ------------- * LP-1981760: ``Element.attrib`` now registers as ``collections.abc.MutableMapping``. * lxml now has a static build setup for macOS on ARM64 machines (not used for building wheels). Patch by Quentin Leffray.
-rw-r--r--textproc/py-lxml/Makefile5
-rw-r--r--textproc/py-lxml/PLIST30
-rw-r--r--textproc/py-lxml/distinfo8
3 files changed, 35 insertions, 8 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile
index 994f3dcee47..93350b5a0c0 100644
--- a/textproc/py-lxml/Makefile
+++ b/textproc/py-lxml/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2022/11/23 16:21:13 adam Exp $
+# $NetBSD: Makefile,v 1.88 2022/12/15 23:22:03 adam Exp $
-DISTNAME= lxml-4.9.1
+DISTNAME= lxml-4.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lxml/}
diff --git a/textproc/py-lxml/PLIST b/textproc/py-lxml/PLIST
index 056aa499bcf..a195f7d3041 100644
--- a/textproc/py-lxml/PLIST
+++ b/textproc/py-lxml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2022/02/04 15:18:18 hauke Exp $
+@comment $NetBSD: PLIST,v 1.15 2022/12/15 23:22:03 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,19 +15,27 @@ ${PYSITELIB}/lxml/_elementpath.py
${PYSITELIB}/lxml/_elementpath.pyc
${PYSITELIB}/lxml/_elementpath.pyo
${PYSITELIB}/lxml/_elementpath.so
+${PYSITELIB}/lxml/apihelpers.pxi
${PYSITELIB}/lxml/builder.py
${PYSITELIB}/lxml/builder.pyc
${PYSITELIB}/lxml/builder.pyo
${PYSITELIB}/lxml/builder.so
+${PYSITELIB}/lxml/classlookup.pxi
+${PYSITELIB}/lxml/cleanup.pxi
${PYSITELIB}/lxml/cssselect.py
${PYSITELIB}/lxml/cssselect.pyc
${PYSITELIB}/lxml/cssselect.pyo
+${PYSITELIB}/lxml/debug.pxi
+${PYSITELIB}/lxml/docloader.pxi
${PYSITELIB}/lxml/doctestcompare.py
${PYSITELIB}/lxml/doctestcompare.pyc
${PYSITELIB}/lxml/doctestcompare.pyo
+${PYSITELIB}/lxml/dtd.pxi
${PYSITELIB}/lxml/etree.h
+${PYSITELIB}/lxml/etree.pyx
${PYSITELIB}/lxml/etree.so
${PYSITELIB}/lxml/etree_api.h
+${PYSITELIB}/lxml/extensions.pxi
${PYSITELIB}/lxml/html/ElementSoup.py
${PYSITELIB}/lxml/html/ElementSoup.pyc
${PYSITELIB}/lxml/html/ElementSoup.pyo
@@ -102,16 +110,36 @@ ${PYSITELIB}/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematro
${PYSITELIB}/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl
${PYSITELIB}/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl
${PYSITELIB}/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
+${PYSITELIB}/lxml/iterparse.pxi
${PYSITELIB}/lxml/lxml.etree.h
${PYSITELIB}/lxml/lxml.etree_api.h
+${PYSITELIB}/lxml/nsclasses.pxi
+${PYSITELIB}/lxml/objectify.pyx
${PYSITELIB}/lxml/objectify.so
+${PYSITELIB}/lxml/objectpath.pxi
+${PYSITELIB}/lxml/parser.pxi
+${PYSITELIB}/lxml/parsertarget.pxi
+${PYSITELIB}/lxml/proxy.pxi
+${PYSITELIB}/lxml/public-api.pxi
${PYSITELIB}/lxml/pyclasslookup.py
${PYSITELIB}/lxml/pyclasslookup.pyc
${PYSITELIB}/lxml/pyclasslookup.pyo
+${PYSITELIB}/lxml/readonlytree.pxi
+${PYSITELIB}/lxml/relaxng.pxi
${PYSITELIB}/lxml/sax.py
${PYSITELIB}/lxml/sax.pyc
${PYSITELIB}/lxml/sax.pyo
${PYSITELIB}/lxml/sax.so
+${PYSITELIB}/lxml/saxparser.pxi
+${PYSITELIB}/lxml/schematron.pxi
+${PYSITELIB}/lxml/serializer.pxi
${PYSITELIB}/lxml/usedoctest.py
${PYSITELIB}/lxml/usedoctest.pyc
${PYSITELIB}/lxml/usedoctest.pyo
+${PYSITELIB}/lxml/xinclude.pxi
+${PYSITELIB}/lxml/xmlerror.pxi
+${PYSITELIB}/lxml/xmlid.pxi
+${PYSITELIB}/lxml/xmlschema.pxi
+${PYSITELIB}/lxml/xpath.pxi
+${PYSITELIB}/lxml/xslt.pxi
+${PYSITELIB}/lxml/xsltext.pxi
diff --git a/textproc/py-lxml/distinfo b/textproc/py-lxml/distinfo
index d7e8e11a8af..d2ca6990e5e 100644
--- a/textproc/py-lxml/distinfo
+++ b/textproc/py-lxml/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.65 2022/07/02 07:55:31 adam Exp $
+$NetBSD: distinfo,v 1.66 2022/12/15 23:22:03 adam Exp $
-BLAKE2s (lxml-4.9.1.tar.gz) = 9850e49c19b526708abd527390cff0462e21a702e1dfdd90a76e06e3769f6e51
-SHA512 (lxml-4.9.1.tar.gz) = d7ec55c7db2c63a716ca5f4d833706d90fc76c944885e010fcdb96786bcfe796994e438450cf4e8e6e75d702e21fb16971f28f854d7a1f76c34e4ae315414d84
-Size (lxml-4.9.1.tar.gz) = 3377628 bytes
+BLAKE2s (lxml-4.9.2.tar.gz) = 71eea5cf18672c4796fd87c773bba4658f22e6ee1fafc6e5f031876ffb290f6c
+SHA512 (lxml-4.9.2.tar.gz) = 4597784c96219145fef30607f257097ad312264a6796e65b3dc74463853cd29f55379b6a903b401c1120750126b57f58dd9fc459dd453e57030883fc76b87ea3
+Size (lxml-4.9.2.tar.gz) = 3682202 bytes
SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1