Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-lxml py-lxml: updated to 4.5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fded440e565
branches:  trunk
changeset: 435595:8fded440e565
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 10 07:03:57 2020 +0000

description:
py-lxml: updated to 4.5.2

4.5.2
=====

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

* ``Cleaner()`` now validates that only known configuration options can be set.

* ``Cleaner.clean_html()`` discarded comments and PIs regardless of the
  corresponding configuration option, if ``remove_unknown_tags`` was set.

* Instead of globally overwriting the document loader in libxml2, lxml now
  sets it per parser run, which improves the interoperability with other users of libxml2
  such as libxmlsec.

* Fix build in CPython 3.10 by using Cython 0.29.21.

* The setup options "--with-xml2-config" and "--with-xslt-config" were accidentally renamed
  to "--xml2-config" and "--xslt-config" in 4.5.1 and are now available again.

diffstat:

 textproc/py-lxml/Makefile |   5 ++---
 textproc/py-lxml/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r f45fbe2a6e7a -r 8fded440e565 textproc/py-lxml/Makefile
--- a/textproc/py-lxml/Makefile Fri Jul 10 00:18:33 2020 +0000
+++ b/textproc/py-lxml/Makefile Fri Jul 10 07:03:57 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2020/06/02 08:24:52 adam Exp $
+# $NetBSD: Makefile,v 1.70 2020/07/10 07:03:57 adam Exp $
 
-DISTNAME=      lxml-4.5.1
+DISTNAME=      lxml-4.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
 
diff -r f45fbe2a6e7a -r 8fded440e565 textproc/py-lxml/distinfo
--- a/textproc/py-lxml/distinfo Fri Jul 10 00:18:33 2020 +0000
+++ b/textproc/py-lxml/distinfo Fri Jul 10 07:03:57 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.54 2020/05/23 07:48:00 adam Exp $
+$NetBSD: distinfo,v 1.55 2020/07/10 07:03:57 adam Exp $
 
-SHA1 (lxml-4.5.1.tar.gz) = 59f73262538ce53393bc560e646722ebbef8df48
-RMD160 (lxml-4.5.1.tar.gz) = 5308b3c8810141c338481eb054802f46c283896a
-SHA512 (lxml-4.5.1.tar.gz) = 5332d2b691b3d0def42b907a013fa814054dcd150ab6d7adf34891b70667b3e907f80c956a58671d7a31c63caa6110b2e007d2ed82b5fc706e6ad7b428742883
-Size (lxml-4.5.1.tar.gz) = 4545809 bytes
+SHA1 (lxml-4.5.2.tar.gz) = 2e4fc1bd8a60ae4876e2f6e4c9f0daa244abf8bc
+RMD160 (lxml-4.5.2.tar.gz) = dc3e49d91fa4a5fbd5836731b4fa87766e316adf
+SHA512 (lxml-4.5.2.tar.gz) = 58d287fc9533605117ffb391edbfe94a2abd0db9be11eb54c9f78ff348c8567d10874cc047e7ae099ef5ce4403ef3d5e5bd5e64aad158ce3c621f106e4c1df63
+Size (lxml-4.5.2.tar.gz) = 4547051 bytes
 SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1



Home | Main Index | Thread Index | Old Index