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 Feb 10 13:10:41 UTC 2025

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

Log Message:
py-lxml: updated to 5.3.1

5.3.1 (2025-02-09)

Bugs fixed

* Some tests were adapted for libxml2 2.14.0.
* ``DTD(external_id="…")`` erroneously required a byte string as ID value.
* ``iterparse()`` internally triggered the `DeprecationWarning`` added in lxml 5.3.0 when parsing HTML.

Other changes

* Binary wheels for macOS no longer use the linker flag ``-flat_namespace``.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.76 -r1.77 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.115 pkgsrc/textproc/py-lxml/Makefile:1.116
--- pkgsrc/textproc/py-lxml/Makefile:1.115      Sun Feb  2 10:38:02 2025
+++ pkgsrc/textproc/py-lxml/Makefile    Mon Feb 10 13:10:41 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.115 2025/02/02 10:38:02 he Exp $
+# $NetBSD: Makefile,v 1.116 2025/02/10 13:10:41 adam Exp $
 
-DISTNAME=      lxml-5.3.0
+DISTNAME=      lxml-5.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
 
@@ -20,8 +19,6 @@ USE_CC_FEATURES=      c99
 # 'for' loop initial declarations are only allowed in C99 mode
 FORCE_C_STD=           gnu99
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 # as of 5.3.0, tests only work if lxml is built in-tree
 # pkgsrc defaults to out-of-src-tree though
 #

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.76 pkgsrc/textproc/py-lxml/distinfo:1.77
--- pkgsrc/textproc/py-lxml/distinfo:1.76       Sun Aug 11 06:56:25 2024
+++ pkgsrc/textproc/py-lxml/distinfo    Mon Feb 10 13:10:41 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2024/08/11 06:56:25 wiz Exp $
+$NetBSD: distinfo,v 1.77 2025/02/10 13:10:41 adam Exp $
 
-BLAKE2s (lxml-5.3.0.tar.gz) = 9b62a297bcc5433621212d51c28db2f804a6f656ff44da6d961a6590309d0ea6
-SHA512 (lxml-5.3.0.tar.gz) = 7f8a3717645893bc6f790cc9adfb8fdab91c352dc4dc23c0ccb4af9a0d138acf9ef5054e9786af497955f10079e9242dbd63ea9ac39c33bfd71ca2fe4ef4a7c0
-Size (lxml-5.3.0.tar.gz) = 3679318 bytes
+BLAKE2s (lxml-5.3.1.tar.gz) = 844ec99b4b12e08b3528f511547dd32e53303d3371af61fc7691a5f78ec3c44c
+SHA512 (lxml-5.3.1.tar.gz) = 7bd8828d94d0d5e453877962cf9c332e38d4db289d6d962decabeca7ee8c73a9bfa8c9f315f5ee2e224f0b80022d718fb0e20ab62664c4471bd41611f16da18c
+Size (lxml-5.3.1.tar.gz) = 3678591 bytes
 SHA1 (patch-setupinfo.py) = 43ac54758b37c79329a4dabae1c3240661193885



Home | Main Index | Thread Index | Old Index