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:           Fri Jul 10 07:03:57 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.54 -r1.55 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.69 pkgsrc/textproc/py-lxml/Makefile:1.70
--- pkgsrc/textproc/py-lxml/Makefile:1.69       Tue Jun  2 08:24:52 2020
+++ pkgsrc/textproc/py-lxml/Makefile    Fri Jul 10 07:03:57 2020
@@ -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/}
 

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.54 pkgsrc/textproc/py-lxml/distinfo:1.55
--- pkgsrc/textproc/py-lxml/distinfo:1.54       Sat May 23 07:48:00 2020
+++ pkgsrc/textproc/py-lxml/distinfo    Fri Jul 10 07:03:57 2020
@@ -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