pkgsrc-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.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33a9ae373c14
branches:  trunk
changeset: 374856:33a9ae373c14
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 01 09:59:55 2022 +0000

description:
py-lxml: updated to 4.8.0

4.8.0 (2022-02-17)
==================

Features added
--------------

* Path-like objects are now supported throughout the API instead of just strings.
  Patch by Henning Janssen.

* The ``ElementMaker`` now supports ``QName`` values as tags, which always override
  the default namespace of the factory.

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

* In lxml.objectify, the XSI float annotation "nan" and "inf" were spelled in
  lower case, whereas XML Schema datatypes define them as "NaN" and "INF" respectively.
  Patch by Tobias Deiminger.

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

* Built with Cython 0.29.28.

diffstat:

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

diffs (28 lines):

diff -r 7661af42e8b3 -r 33a9ae373c14 textproc/py-lxml/Makefile
--- a/textproc/py-lxml/Makefile Tue Mar 01 09:59:12 2022 +0000
+++ b/textproc/py-lxml/Makefile Tue Mar 01 09:59:55 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.82 2022/02/07 00:09:59 gutteridge Exp $
+# $NetBSD: Makefile,v 1.83 2022/03/01 09:59:55 adam Exp $
 
-DISTNAME=      lxml-4.7.1
+DISTNAME=      lxml-4.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
 
diff -r 7661af42e8b3 -r 33a9ae373c14 textproc/py-lxml/distinfo
--- a/textproc/py-lxml/distinfo Tue Mar 01 09:59:12 2022 +0000
+++ b/textproc/py-lxml/distinfo Tue Mar 01 09:59:55 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.62 2021/12/16 20:17:10 adam Exp $
+$NetBSD: distinfo,v 1.63 2022/03/01 09:59:55 adam Exp $
 
-BLAKE2s (lxml-4.7.1.tar.gz) = 0944164c534767fc9a0ceac389b8de1e522b4bba16d2248d3a2f7614b5c6b728
-SHA512 (lxml-4.7.1.tar.gz) = dd0d421e10db6c9084cf5b2c04a4fc54d74bd62b4dfa83efcf92dd46cd1c5f043c47613521b2de04c450b83eb1161d197b017c53e615e5785e97e7afe106b6cf
-Size (lxml-4.7.1.tar.gz) = 3204203 bytes
+BLAKE2s (lxml-4.8.0.tar.gz) = 8fff718094e40d7f2965999b1b5421d953485d59cea8847d964551fa7e65a0ee
+SHA512 (lxml-4.8.0.tar.gz) = f39e1a6194eb00045002ef830da18ad1be6307004f29e5266db4fbaecdb14be9142462a39bd55a2753c5e20a59cc104a09aa40ca18b0382ee421c2e67907a154
+Size (lxml-4.8.0.tar.gz) = 3209187 bytes
 SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1



Home | Main Index | Thread Index | Old Index