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: update to 4.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45c11c5d69b6
branches:  trunk
changeset: 370286:45c11c5d69b6
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 14 10:14:25 2017 +0000

description:
py-lxml: update to 4.1.0

4.1.0:
Features added
* ElementPath supports text predicates for current node, like ?[.=?text?]?.
* ElementPath allows spaces in predicates.
* Custom Element classes and XPath functions can now be registered with a decorator rather than explicit dict assignments.
* Static Linux wheels are now built with link time optimisation (LTO) enabled. This should have a beneficial impact on the overall performance by providing a tighter compiler integration between lxml 
and libxml2/libxslt.

Bugs fixed
* Requesting non-Element objects like comments from a document with PythonElementClassLookup could fail with a TypeError.

diffstat:

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

diffs (30 lines):

diff -r fbd6a0bf3f8a -r 45c11c5d69b6 textproc/py-lxml/Makefile
--- a/textproc/py-lxml/Makefile Sat Oct 14 10:02:34 2017 +0000
+++ b/textproc/py-lxml/Makefile Sat Oct 14 10:14:25 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2017/09/19 11:01:45 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2017/10/14 10:14:25 adam Exp $
 
-DISTNAME=      lxml-4.0.0
+DISTNAME=      lxml-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    textproc
+CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r fbd6a0bf3f8a -r 45c11c5d69b6 textproc/py-lxml/distinfo
--- a/textproc/py-lxml/distinfo Sat Oct 14 10:02:34 2017 +0000
+++ b/textproc/py-lxml/distinfo Sat Oct 14 10:14:25 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2017/09/18 11:59:12 adam Exp $
+$NetBSD: distinfo,v 1.35 2017/10/14 10:14:25 adam Exp $
 
-SHA1 (lxml-4.0.0.tar.gz) = 6f991c9649bfe58527516bbe287b8ddc1d4d3a12
-RMD160 (lxml-4.0.0.tar.gz) = c42cfcfe4a337eb3e9bf5d446b635e96153cd8d7
-SHA512 (lxml-4.0.0.tar.gz) = 8aa85ab6a99097ae2eaa0087b3a663aae8ac81a0a4d685bf857571c811c8ccd6410afc414f14c68702a53e90265726af085d0609ec7f0d3cc96e3702772627e8
-Size (lxml-4.0.0.tar.gz) = 4217301 bytes
+SHA1 (lxml-4.1.0.tar.gz) = 79d7ac6da6ab0e9d16fa986272e8e5cb58e98cc3
+RMD160 (lxml-4.1.0.tar.gz) = 9fee50777097ffea46f4a18a38cc8db971723f9c
+SHA512 (lxml-4.1.0.tar.gz) = c4a1180a119ec2d21ab29d00cf60e72ca38a2c28eca4f221251d0fd1c481650fe78ec975532c38a6a59c441bb6f6469bbb110b6b0e9d6b6fffd68dbcad90fcb6
+Size (lxml-4.1.0.tar.gz) = 4247102 bytes



Home | Main Index | Thread Index | Old Index