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:           Sat Oct 14 10:14:26 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.34 -r1.35 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.48 pkgsrc/textproc/py-lxml/Makefile:1.49
--- pkgsrc/textproc/py-lxml/Makefile:1.48       Tue Sep 19 11:01:45 2017
+++ pkgsrc/textproc/py-lxml/Makefile    Sat Oct 14 10:14:25 2017
@@ -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

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.34 pkgsrc/textproc/py-lxml/distinfo:1.35
--- pkgsrc/textproc/py-lxml/distinfo:1.34       Mon Sep 18 11:59:12 2017
+++ pkgsrc/textproc/py-lxml/distinfo    Sat Oct 14 10:14:25 2017
@@ -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