Received: by mail.netbsd.org (Postfix, from userid 605) id 54B1784D68; Tue, 26 Nov 2019 12:36:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D245584D04 for ; Tue, 26 Nov 2019 12:36:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2R14Dh5kogxa for ; Tue, 26 Nov 2019 12:36:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5D2A784CD8 for ; Tue, 26 Nov 2019 12:36:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 545D2FA97; Tue, 26 Nov 2019 12:36:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574771780145230" MIME-Version: 1.0 Date: Tue, 26 Nov 2019 12:36:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-lxml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191126123620.545D2FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1574771780145230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Nov 26 12:36:20 UTC 2019 Modified Files: pkgsrc/textproc/py-lxml: Makefile distinfo Log Message: py-lxml: updated to 4.4.2 4.4.2: Bugs fixed * ``ElementInclude`` incorrectly rejected repeated non-recursive includes as recursive. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/textproc/py-lxml/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/py-lxml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574771780145230 Content-Disposition: inline Content-Length: 1699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-lxml/Makefile diff -u pkgsrc/textproc/py-lxml/Makefile:1.64 pkgsrc/textproc/py-lxml/Makefile:1.65 --- pkgsrc/textproc/py-lxml/Makefile:1.64 Sun Aug 11 12:12:02 2019 +++ pkgsrc/textproc/py-lxml/Makefile Tue Nov 26 12:36:20 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2019/08/11 12:12:02 adam Exp $ +# $NetBSD: Makefile,v 1.65 2019/11/26 12:36:20 adam Exp $ -DISTNAME= lxml-4.4.1 +DISTNAME= lxml-4.4.2 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.51 pkgsrc/textproc/py-lxml/distinfo:1.52 --- pkgsrc/textproc/py-lxml/distinfo:1.51 Sun Aug 11 12:12:02 2019 +++ pkgsrc/textproc/py-lxml/distinfo Tue Nov 26 12:36:20 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.51 2019/08/11 12:12:02 adam Exp $ +$NetBSD: distinfo,v 1.52 2019/11/26 12:36:20 adam Exp $ -SHA1 (lxml-4.4.1.tar.gz) = 96e0239b6524cb376f4f4d440e84da82691d278a -RMD160 (lxml-4.4.1.tar.gz) = 59cdb459fe7c4f0b7e90fa4e133d6f88f55d226b -SHA512 (lxml-4.4.1.tar.gz) = 3f11469290868f5bd30631020ac170c40da7348853609edf6fc6b00437b053fd774e0dfc6e711703ac5d05398dfa1f31e59a185935c3dc8ef0e1914a518bd049 -Size (lxml-4.4.1.tar.gz) = 4532114 bytes +SHA1 (lxml-4.4.2.tar.gz) = 6c6196d6e80a52ebac4aef0fba702a4c5524e6bb +RMD160 (lxml-4.4.2.tar.gz) = c8666648290745f57c7e643079d9326950c2f490 +SHA512 (lxml-4.4.2.tar.gz) = 7a3dcbdb6de703ff939cd7e75c4c73f71b3c8b212796303c1a1ab74dc06153968661d69ab379a2c4b8b75e7643a53e09473988e21758643e9ee52819cd1042aa +Size (lxml-4.4.2.tar.gz) = 2574193 bytes SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1 --_----------=_1574771780145230--