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:           Tue Mar  1 09:59:55 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.62 -r1.63 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.82 pkgsrc/textproc/py-lxml/Makefile:1.83
--- pkgsrc/textproc/py-lxml/Makefile:1.82       Mon Feb  7 00:09:59 2022
+++ pkgsrc/textproc/py-lxml/Makefile    Tue Mar  1 09:59:55 2022
@@ -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/}
 

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.62 pkgsrc/textproc/py-lxml/distinfo:1.63
--- pkgsrc/textproc/py-lxml/distinfo:1.62       Thu Dec 16 20:17:10 2021
+++ pkgsrc/textproc/py-lxml/distinfo    Tue Mar  1 09:59:55 2022
@@ -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