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: Mon Sep 22 08:15:52 UTC 2025
Modified Files:
pkgsrc/textproc/py-lxml: Makefile distinfo
Log Message:
py-lxml: updated to 6.0.2
6.0.2 (2025-09-21)
Bugs fixed
* Compilation with libxml2 2.15.0 failed.
Original patch by Xi Ruoyao.
* Setting ``decompress=True`` in the parser had no effect in libxml2 2.15.
* Binary wheels on Linux and macOS use the library version libxml2 2.14.6.
See https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.14.6
* Test failures in libxml2 2.15.0 were fixed.
Other changes
* Binary wheels for Py3.9-3.11 on the ``riscv64`` architecture were added.
* Error constants were updated to match libxml2 2.15.0.
* Built using Cython 3.1.4.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.81 -r1.82 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.123 pkgsrc/textproc/py-lxml/Makefile:1.124
--- pkgsrc/textproc/py-lxml/Makefile:1.123 Sat Aug 23 12:48:08 2025
+++ pkgsrc/textproc/py-lxml/Makefile Mon Sep 22 08:15:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2025/08/23 12:48:08 adam Exp $
+# $NetBSD: Makefile,v 1.124 2025/09/22 08:15:52 adam Exp $
-DISTNAME= lxml-6.0.1
+DISTNAME= lxml-6.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lxml/}
Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.81 pkgsrc/textproc/py-lxml/distinfo:1.82
--- pkgsrc/textproc/py-lxml/distinfo:1.81 Sat Aug 23 12:48:08 2025
+++ pkgsrc/textproc/py-lxml/distinfo Mon Sep 22 08:15:52 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.81 2025/08/23 12:48:08 adam Exp $
+$NetBSD: distinfo,v 1.82 2025/09/22 08:15:52 adam Exp $
-BLAKE2s (lxml-6.0.1.tar.gz) = c4b54514104c7b01405f4ba4b30f6e2fb82d722772cadd684599a186d793d22d
-SHA512 (lxml-6.0.1.tar.gz) = cdf6c114a679918c18b76d0086866c23aa814c2757b8e687466cd1809eb78593d6d427ee4681e1b3448ccd27f115202aaaf3d7f14babe13df4689eba2a0c0dd8
-Size (lxml-6.0.1.tar.gz) = 4070214 bytes
+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
SHA1 (patch-setupinfo.py) = 43ac54758b37c79329a4dabae1c3240661193885
Home |
Main Index |
Thread Index |
Old Index