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:           Thu Mar 22 07:56:35 UTC 2018

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

Log Message:
py-lxml: updated to 4.2.1

4.2.1:
Bugs fixed
* iterwalk() failed to return the ‘start’ event for the initial element if a tag selector is used.
* Failure to import 4.2.0 into PyPy due to a missing library symbol.
* Add “-isysroot” linker option on MacOS as needed by XCode 9.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.37 -r1.38 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.51 pkgsrc/textproc/py-lxml/Makefile:1.52
--- pkgsrc/textproc/py-lxml/Makefile:1.51       Thu Mar 15 08:38:17 2018
+++ pkgsrc/textproc/py-lxml/Makefile    Thu Mar 22 07:56:35 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2018/03/15 08:38:17 adam Exp $
+# $NetBSD: Makefile,v 1.52 2018/03/22 07:56:35 adam Exp $
 
-DISTNAME=      lxml-4.2.0
+DISTNAME=      lxml-4.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.37 pkgsrc/textproc/py-lxml/distinfo:1.38
--- pkgsrc/textproc/py-lxml/distinfo:1.37       Thu Mar 15 08:38:17 2018
+++ pkgsrc/textproc/py-lxml/distinfo    Thu Mar 22 07:56:35 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2018/03/15 08:38:17 adam Exp $
+$NetBSD: distinfo,v 1.38 2018/03/22 07:56:35 adam Exp $
 
-SHA1 (lxml-4.2.0.tar.gz) = a102f55c5f2f13e5be064f5dea7d0699698eaf4d
-RMD160 (lxml-4.2.0.tar.gz) = ed299afee85c0daa39d59e3cdc13bf3e2c44fbbb
-SHA512 (lxml-4.2.0.tar.gz) = 89c7dd5d36e8816008b22b25bb02275a008fcfe26f6fdeff139ac8394bd773035bf423b9d7c4233f19985e5a8c12f936b71096c55e28957e97da0810d88de8d3
-Size (lxml-4.2.0.tar.gz) = 4282112 bytes
+SHA1 (lxml-4.2.1.tar.gz) = 5ac888d5957f74298fb6daf74778bd91812f7571
+RMD160 (lxml-4.2.1.tar.gz) = 9dd038937c8579c0bfa6bf95b845e4945f31c5d0
+SHA512 (lxml-4.2.1.tar.gz) = 17dfa309f1066ba2478cdc87b8ec018f99dd9d43dd088c458dcae83683dbde2f9c341f64dfeab4e1d1f341b8294e6168b24294bec21e393c4f4bf9513b271124
+Size (lxml-4.2.1.tar.gz) = 4284267 bytes



Home | Main Index | Thread Index | Old Index