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:           Thu Dec 28 19:07:42 UTC 2023

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

Log Message:
py-lxml: updated to 4.9.4

4.9.4 (2023-12-19)
==================

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

* Inserting/replacing an ancestor into a node's children could loop indefinitely.

* ``TreeBuilder.close()`` could fail with a ``TypeError`` after
  parsing incorrect input.  Original patch by Enrico Minack.

* A file-system specific test is now optional and should no longer fail
  on systems that don't support it.

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

* Wheels include zlib 1.3, libxml2 2.10.3 and libxslt 1.1.39
  (zlib 1.2.12, libxml2 2.10.3 and libxslt 1.1.37 on Windows).

* Built with Cython 0.29.37.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.67 -r1.68 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.93 pkgsrc/textproc/py-lxml/Makefile:1.94
--- pkgsrc/textproc/py-lxml/Makefile:1.93       Wed Nov  8 23:00:56 2023
+++ pkgsrc/textproc/py-lxml/Makefile    Thu Dec 28 19:07:42 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2023/11/08 23:00:56 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2023/12/28 19:07:42 adam Exp $
 
-DISTNAME=      lxml-4.9.3
+DISTNAME=      lxml-4.9.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
 

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.67 pkgsrc/textproc/py-lxml/distinfo:1.68
--- pkgsrc/textproc/py-lxml/distinfo:1.67       Wed Jul  5 12:33:02 2023
+++ pkgsrc/textproc/py-lxml/distinfo    Thu Dec 28 19:07:42 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.67 2023/07/05 12:33:02 adam Exp $
+$NetBSD: distinfo,v 1.68 2023/12/28 19:07:42 adam Exp $
 
-BLAKE2s (lxml-4.9.3.tar.gz) = 496f1d5473fa0d3f744b09fc60ab47929b0b88c3e9db776916c0ae28bd51d7e8
-SHA512 (lxml-4.9.3.tar.gz) = b5e47d6e7301efa39f6cf07153d3e007dd3d93c32a3a072dca457486305480bc8345896d0c4519064f51e4bc8611c3bb5ba6be426f853509ec12c7b8796d01c5
-Size (lxml-4.9.3.tar.gz) = 3572158 bytes
+BLAKE2s (lxml-4.9.4.tar.gz) = 7ab39de6e4b36b7c6e3b3ef7320368b12647457e261685dc73e9ff7d0d0765b2
+SHA512 (lxml-4.9.4.tar.gz) = a217468681ece8d86da2d171e4e7036fffc30b9b873e3697f2078559a33787e023b4346b4fffeeaaa7070abff89f82247dd6b941d70090301a1815d41ae5ca72
+Size (lxml-4.9.4.tar.gz) = 3576664 bytes
 SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1



Home | Main Index | Thread Index | Old Index