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:           Wed Jul  5 12:33:02 UTC 2023
Modified Files:
        pkgsrc/textproc/py-lxml: Makefile distinfo
Log Message:
py-lxml: updated to 4.9.3
4.9.3 (2023-07-05)
==================
Bugs fixed
----------
* ``lxml.objectify`` accepted non-decimal numbers like ``²²²`` as integers.
* A memory leak in ``lxml.html.clean`` was resolved by switching to Cython 0.29.34+.
* URL checking in the HTML cleaner was improved.
  Patch by Tim McCormack.
* Some regex strings were changed to raw strings to fix Python warnings.
  Patches by Jakub Wilk and Anthony Sottile.
Other changes
-------------
* Wheels include zlib 1.2.13, libxml2 2.10.3 and libxslt 1.1.38
  (zlib 1.2.12, libxml2 2.10.3 and libxslt 1.1.37 on Windows).
* Built with Cython 0.29.36 to adapt to changes in Python 3.12.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.66 -r1.67 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.89 pkgsrc/textproc/py-lxml/Makefile:1.90
--- pkgsrc/textproc/py-lxml/Makefile:1.89       Wed Apr 19 08:11:39 2023
+++ pkgsrc/textproc/py-lxml/Makefile    Wed Jul  5 12:33:02 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2023/04/19 08:11:39 adam Exp $
+# $NetBSD: Makefile,v 1.90 2023/07/05 12:33:02 adam Exp $
 
-DISTNAME=      lxml-4.9.2
+DISTNAME=      lxml-4.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
 
Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.66 pkgsrc/textproc/py-lxml/distinfo:1.67
--- pkgsrc/textproc/py-lxml/distinfo:1.66       Thu Dec 15 23:22:03 2022
+++ pkgsrc/textproc/py-lxml/distinfo    Wed Jul  5 12:33:02 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.66 2022/12/15 23:22:03 adam Exp $
+$NetBSD: distinfo,v 1.67 2023/07/05 12:33:02 adam Exp $
 
-BLAKE2s (lxml-4.9.2.tar.gz) = 71eea5cf18672c4796fd87c773bba4658f22e6ee1fafc6e5f031876ffb290f6c
-SHA512 (lxml-4.9.2.tar.gz) = 4597784c96219145fef30607f257097ad312264a6796e65b3dc74463853cd29f55379b6a903b401c1120750126b57f58dd9fc459dd453e57030883fc76b87ea3
-Size (lxml-4.9.2.tar.gz) = 3682202 bytes
+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
 SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1
Home |
Main Index |
Thread Index |
Old Index