From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 750261382C5 for ; Fri, 28 May 2021 03:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2086E09D7; Fri, 28 May 2021 03:23:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83A42E09D7 for ; Fri, 28 May 2021 03:23:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D9D1335D4A for ; Fri, 28 May 2021 03:23:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9AED790 for ; Fri, 28 May 2021 03:23:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622172176.42986adf347f8f9d7a246b0be00c4010fd441424.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lxml/lxml-4.6.3-r1.ebuild X-VCS-Directories: dev-python/lxml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 42986adf347f8f9d7a246b0be00c4010fd441424 X-VCS-Branch: master Date: Fri, 28 May 2021 03:23:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70822591-ecb9-4378-a24d-a356694933a2 X-Archives-Hash: 826380da756688c455c73b7566552682 commit: 42986adf347f8f9d7a246b0be00c4010fd441424 Author: Sam James gentoo org> AuthorDate: Fri May 28 03:22:33 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 28 03:22:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42986adf dev-python/lxml: tighten libxml2 bounds Only as a nudge for people doing partial upgrades or similar. -r1 had a general regression (contained in the upstream patch) rather than any issues specific to lxml. Bug: https://bugs.gentoo.org/790737 Signed-off-by: Sam James gentoo.org> dev-python/lxml/lxml-4.6.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lxml/lxml-4.6.3-r1.ebuild b/dev-python/lxml/lxml-4.6.3-r1.ebuild index 57937b2229a..f378028b28c 100644 --- a/dev-python/lxml/lxml-4.6.3-r1.ebuild +++ b/dev-python/lxml/lxml-4.6.3-r1.ebuild @@ -20,7 +20,7 @@ RESTRICT="!test? ( test )" # Note: lib{xml2,xslt} are used as C libraries, not Python modules. RDEPEND=" - >=dev-libs/libxml2-2.9.12-r1 + >=dev-libs/libxml2-2.9.12-r2 >=dev-libs/libxslt-1.1.28" DEPEND="${RDEPEND}" BDEPEND="