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.
This commit is contained in:
parent
5eab8d275b
commit
8c93320083
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue