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 Jul  2 07:55:31 UTC 2022

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

Log Message:
py-lxml: updated to 4.9.1

4.9.1

Bugs fixed
* A crash was resolved when using ``iterwalk()`` (or ``canonicalize()``)
  after parsing certain incorrect input.  Note that ``iterwalk()`` can crash
  on *valid* input parsed with the same parser *after* failing to parse the
  incorrect input.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.64 -r1.65 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.85 pkgsrc/textproc/py-lxml/Makefile:1.86
--- pkgsrc/textproc/py-lxml/Makefile:1.85       Mon Jun 13 19:36:10 2022
+++ pkgsrc/textproc/py-lxml/Makefile    Sat Jul  2 07:55:31 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2022/06/13 19:36:10 adam Exp $
+# $NetBSD: Makefile,v 1.86 2022/07/02 07:55:31 adam Exp $
 
-DISTNAME=      lxml-4.9.0
+DISTNAME=      lxml-4.9.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.64 pkgsrc/textproc/py-lxml/distinfo:1.65
--- pkgsrc/textproc/py-lxml/distinfo:1.64       Mon Jun 13 19:36:10 2022
+++ pkgsrc/textproc/py-lxml/distinfo    Sat Jul  2 07:55:31 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.64 2022/06/13 19:36:10 adam Exp $
+$NetBSD: distinfo,v 1.65 2022/07/02 07:55:31 adam Exp $
 
-BLAKE2s (lxml-4.9.0.tar.gz) = 2942c61708e50ba6f0d8c12728e3fc8750414cbff6e3c05256f7b55f4b825130
-SHA512 (lxml-4.9.0.tar.gz) = e96190c2a588d941d6340e52bfed7cbf6d3d8e35cef8c90a42fc437d535609cf7ac3644237b8521fefd09d3d63dc48a2e274d408cdc666378e237cff21cef3f4
-Size (lxml-4.9.0.tar.gz) = 3377099 bytes
+BLAKE2s (lxml-4.9.1.tar.gz) = 9850e49c19b526708abd527390cff0462e21a702e1dfdd90a76e06e3769f6e51
+SHA512 (lxml-4.9.1.tar.gz) = d7ec55c7db2c63a716ca5f4d833706d90fc76c944885e010fcdb96786bcfe796994e438450cf4e8e6e75d702e21fb16971f28f854d7a1f76c34e4ae315414d84
+Size (lxml-4.9.1.tar.gz) = 3377628 bytes
 SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1



Home | Main Index | Thread Index | Old Index