Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=emIa1fmK; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=K2Ulzz4T Received: by mail.netbsd.org (Postfix, from userid 605) id 43BBE84F23; Mon, 13 May 2024 09:11:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715591502; bh=p+2gybJskGCOHEYBeyPlQEp4GbDERJgoOHE6m00yt9Y=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=emIa1fmKeYlSTvlUiS8sCRkCEPEgZRiU+5UYm3144jMP0k8Qe84YXSLBT5ph9BP2v FdvSlAzcJ91mR3sY0WhY5pR1B3WE44kJjaNdt9VKauq//0uZonXo+7q42L1D3oZR1S iXzPEOsHMe/V5/LQiTl+5G9D2xjh40yD9mxXI/fc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3555A84E7B for ; Mon, 13 May 2024 09:11:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aYaZpv2IhBUW for ; Mon, 13 May 2024 09:11:40 +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 A230E84D44 for ; Mon, 13 May 2024 09:11:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715591500; bh=p+2gybJskGCOHEYBeyPlQEp4GbDERJgoOHE6m00yt9Y=; h=Date:From:Subject:To:Reply-To; b=K2Ulzz4TWvevp4Ek6DTXxy+rhhTF+OYlrclO1GW4KQvCUPdGPdKNEUg2l5+0WSM5F /2J5P+Y3iGU5Y+Jhvh+qfe+1ekEehOONU5xxqrUfFUAb06J9Qj9Jd894XGs64q6SlL Ln4exrd2/9to1GAFnlQelKqbtVD4X8SroztO5qTA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98648FA2C; Mon, 13 May 2024 09:11:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715591500238040" MIME-Version: 1.0 Date: Mon, 13 May 2024 09:11:40 +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: <20240513091140.98648FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715591500238040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 13 09:11:40 UTC 2024 Modified Files: pkgsrc/textproc/py-lxml: Makefile distinfo Log Message: py-lxml: updated to 5.2.2 5.2.2 (2024-05-12) Bugs fixed * The ``test_feed_parser`` test could fail if ``lxml_html_clean`` was not installed. It is now skipped in that case. * The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", without SSE 4.2. * If libxml2 uses iconv, the compile time version is available as `etree.ICONV_COMPILED_VERSION`. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 pkgsrc/textproc/py-lxml/Makefile cvs rdiff -u -r1.74 -r1.75 pkgsrc/textproc/py-lxml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715591500238040 Content-Disposition: inline Content-Length: 1614 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.105 pkgsrc/textproc/py-lxml/Makefile:1.106 --- pkgsrc/textproc/py-lxml/Makefile:1.105 Sun Apr 7 11:40:56 2024 +++ pkgsrc/textproc/py-lxml/Makefile Mon May 13 09:11:40 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.105 2024/04/07 11:40:56 wiz Exp $ +# $NetBSD: Makefile,v 1.106 2024/05/13 09:11:40 adam Exp $ -DISTNAME= lxml-5.2.1 +DISTNAME= lxml-5.2.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.74 pkgsrc/textproc/py-lxml/distinfo:1.75 --- pkgsrc/textproc/py-lxml/distinfo:1.74 Sun Apr 7 11:40:56 2024 +++ pkgsrc/textproc/py-lxml/distinfo Mon May 13 09:11:40 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.74 2024/04/07 11:40:56 wiz Exp $ +$NetBSD: distinfo,v 1.75 2024/05/13 09:11:40 adam Exp $ -BLAKE2s (lxml-5.2.1.tar.gz) = 5581587d490a20376e5106a36a3caed1062f314f66af7aa9cf60f4b44a2ddda2 -SHA512 (lxml-5.2.1.tar.gz) = 389d9fef567648b188f600dbba74353414c7393fdb2b4ddddc228080c5a0d157331efca775561cbcbf28806eb3a1b928fed45fe45aeead2e308774e0eae019b5 -Size (lxml-5.2.1.tar.gz) = 3675336 bytes +BLAKE2s (lxml-5.2.2.tar.gz) = 3c4fe626ec096c4d3ecf9d585f1be39a5395bfa00b050929ab9fc27d4a2dc0bf +SHA512 (lxml-5.2.2.tar.gz) = be90c247c921dd3ab9ff8cab79f5976528795c17354b91bd580a394bc7f5a0a42c2db9f1af7526124cdca9697b68572d6ce98fd880c3d75d6206b7f1dd785910 +Size (lxml-5.2.2.tar.gz) = 3678631 bytes SHA1 (patch-setupinfo.py) = 43ac54758b37c79329a4dabae1c3240661193885 --_----------=_1715591500238040--