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:           Sat Aug 23 12:48:08 UTC 2025

Modified Files:
        pkgsrc/textproc/py-lxml: Makefile distinfo

Log Message:
py-lxml: updated to 6.0.1

6.0.1 (2025-08-22)

Bugs fixed

* ``lxml.sax._getNsTag()`` could fail with an exception on malformed input.
* Some test adaptations were made for libxml2 2.15.
  Patch by Nick Wellnhofer.
* A Python compatibility test was fixed for Python 3.14+.
  Patch by Lumír Balhar.
* Wheels for "riscv64" on recent Python versions were added.
  Patch by ffgan.
* The wheel build no longer requires the ``wheel`` package unconditionally.
  Patch by Miro Hrončok.
* Binary wheels use the library version libxml2 2.14.5.
* Windows binary wheels continue to use a security patched library version libxml2 2.11.9.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.80 -r1.81 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.122 pkgsrc/textproc/py-lxml/Makefile:1.123
--- pkgsrc/textproc/py-lxml/Makefile:1.122      Fri Jul  4 09:08:38 2025
+++ pkgsrc/textproc/py-lxml/Makefile    Sat Aug 23 12:48:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.122 2025/07/04 09:08:38 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2025/08/23 12:48:08 adam Exp $
 
-DISTNAME=      lxml-6.0.0
+DISTNAME=      lxml-6.0.1
 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.80 pkgsrc/textproc/py-lxml/distinfo:1.81
--- pkgsrc/textproc/py-lxml/distinfo:1.80       Tue Jul  1 19:50:57 2025
+++ pkgsrc/textproc/py-lxml/distinfo    Sat Aug 23 12:48:08 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.80 2025/07/01 19:50:57 wiz Exp $
+$NetBSD: distinfo,v 1.81 2025/08/23 12:48:08 adam Exp $
 
-BLAKE2s (lxml-6.0.0.tar.gz) = 7c698ccb21d588112b7cd9293b2a63e8fb304636d8b251c102b5166a06f3677f
-SHA512 (lxml-6.0.0.tar.gz) = ec372b9b4495a7370a821e5f105ee0eb222301e21c28bc1ab2e30a36ddc1ae5a55998913261cb5a2297fe74512aa9bded29b9029fedca152a2ae25d57284f5c2
-Size (lxml-6.0.0.tar.gz) = 4096938 bytes
+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
 SHA1 (patch-setupinfo.py) = 43ac54758b37c79329a4dabae1c3240661193885



Home | Main Index | Thread Index | Old Index