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:   wiz
Date:           Sun Aug 11 06:56:25 UTC 2024

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

Log Message:
py-lxml: update to 5.3.0.

5.3.0 (2024-08-10)
==================

Features added
--------------

* GH#421: Nested ``CDATA`` sections are no longer rejected but split on output
  to represent ``]]>`` correctly.
  Patch by Gertjan Klein.

Bugs fixed
----------

* LP#2060160: Attribute values serialised differently in ``xmlfile.element()`` and ``xmlfile.write()``.

* LP#2058177: The ISO-Schematron implementation could fail on unknown prefixes.
  Patch by David Lakin.

Other changes
-------------

* LP#2067707: The ``strip_cdata`` option in ``HTMLParser()`` turned out to be useless and is now deprecated.

* Binary wheels use the library versions libxml2 2.12.9 and libxslt 1.1.42.

* Windows binary wheels use the library versions libxml2 2.11.8 and libxslt 1.1.39.

* Built with Cython 3.0.11.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.75 -r1.76 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.107 pkgsrc/textproc/py-lxml/Makefile:1.108
--- pkgsrc/textproc/py-lxml/Makefile:1.107      Wed May 29 16:34:39 2024
+++ pkgsrc/textproc/py-lxml/Makefile    Sun Aug 11 06:56:25 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.107 2024/05/29 16:34:39 adam Exp $
+# $NetBSD: Makefile,v 1.108 2024/08/11 06:56:25 wiz Exp $
 
-DISTNAME=      lxml-5.2.2
+DISTNAME=      lxml-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
 
@@ -23,6 +22,9 @@ FORCE_C_STD=          gnu99
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# tests fail with
+# ImportError: cannot import name 'etree' from 'lxml'
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/wheel.mk"
@@ -31,5 +33,3 @@ BUILDLINK_API_DEPENDS.libxml2+=       libxml2>
 BUILDLINK_API_DEPENDS.libxslt+=        libxslt>=1.1.34
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
-# fix for UnicodeEncodeError: 'ascii' codec can't encode characters
-TEST_ENV+=     LC_ALL=en_US.UTF-8

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.75 pkgsrc/textproc/py-lxml/distinfo:1.76
--- pkgsrc/textproc/py-lxml/distinfo:1.75       Mon May 13 09:11:40 2024
+++ pkgsrc/textproc/py-lxml/distinfo    Sun Aug 11 06:56:25 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.75 2024/05/13 09:11:40 adam Exp $
+$NetBSD: distinfo,v 1.76 2024/08/11 06:56:25 wiz Exp $
 
-BLAKE2s (lxml-5.2.2.tar.gz) = 3c4fe626ec096c4d3ecf9d585f1be39a5395bfa00b050929ab9fc27d4a2dc0bf
-SHA512 (lxml-5.2.2.tar.gz) = be90c247c921dd3ab9ff8cab79f5976528795c17354b91bd580a394bc7f5a0a42c2db9f1af7526124cdca9697b68572d6ce98fd880c3d75d6206b7f1dd785910
-Size (lxml-5.2.2.tar.gz) = 3678631 bytes
+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
 SHA1 (patch-setupinfo.py) = 43ac54758b37c79329a4dabae1c3240661193885



Home | Main Index | Thread Index | Old Index