pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-lxml
Module Name: pkgsrc
Committed By: adam
Date: Fri Apr 10 04:00:33 UTC 2026
Modified Files:
pkgsrc/textproc/py-lxml: Makefile distinfo
Log Message:
py-lxml: updated to 6.0.3
6.0.3 (2026-04-09)
Bugs fixed
* Several out of memory error cases now raise ``MemoryError`` that were not handled before.
* Slicing with large step values (outside of ``+/- sys.maxsize``) could trigger undefined C behaviour.
* LP-125399: Some failing tests were fixed or disabled in PyPy.
* LP-2138421: Memory leak in error cases when setting the ``public_id`` or ``system_url`` of a document.
* Memory leak in case of a memory allocation failure when copying document subtrees.
* When mapping an XPath result to Python failed, the result memory could leak.
* When preparing an XSLT transform failed, the XSLT parameter memory could leak.
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/textproc/py-lxml/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-lxml/Makefile
diff -u pkgsrc/textproc/py-lxml/Makefile:1.126 pkgsrc/textproc/py-lxml/Makefile:1.127
--- pkgsrc/textproc/py-lxml/Makefile:1.126 Wed Jan 7 08:49:07 2026
+++ pkgsrc/textproc/py-lxml/Makefile Fri Apr 10 04:00:33 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.126 2026/01/07 08:49:07 wiz Exp $
+# $NetBSD: Makefile,v 1.127 2026/04/10 04:00:33 adam Exp $
-DISTNAME= lxml-6.0.2
+DISTNAME= lxml-6.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lxml/}
Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.82 pkgsrc/textproc/py-lxml/distinfo:1.83
--- pkgsrc/textproc/py-lxml/distinfo:1.82 Mon Sep 22 08:15:52 2025
+++ pkgsrc/textproc/py-lxml/distinfo Fri Apr 10 04:00:33 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.82 2025/09/22 08:15:52 adam Exp $
+$NetBSD: distinfo,v 1.83 2026/04/10 04:00:33 adam Exp $
-BLAKE2s (lxml-6.0.2.tar.gz) = dc04e4bb5e925fca50bd4e5d308a6c62ac457211565ff4bcf2e738a140fe9ade
-SHA512 (lxml-6.0.2.tar.gz) = 2aaa37a4504cd23d2022cbe7c2d99173aa0e3d6ec82a95e2429369ef3ef787db185440b8581db975cb81287c3ab533dd2e7cb447cefe0d7e628082f51c5b5254
-Size (lxml-6.0.2.tar.gz) = 4073426 bytes
+BLAKE2s (lxml-6.0.3.tar.gz) = 3ea594630135109b4e91d6cc90371cd808d0a4ce209ef3a35e44309c979493b2
+SHA512 (lxml-6.0.3.tar.gz) = 4ae572599e3fb73634fab3b024a6f2e537a16e860cd0cccebfc8cb2d1c54593cfb0e73ee8bf67c0fd074f1a99405609752f366481dd5289f162a020223a908ed
+Size (lxml-6.0.3.tar.gz) = 4237567 bytes
SHA1 (patch-setupinfo.py) = 43ac54758b37c79329a4dabae1c3240661193885
Home |
Main Index |
Thread Index |
Old Index