Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/
Date: Fri, 28 May 2021 03:23:33
Message-Id: 1622172176.42986adf347f8f9d7a246b0be00c4010fd441424.sam@gentoo
1 commit: 42986adf347f8f9d7a246b0be00c4010fd441424
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 03:22:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 03:22:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42986adf
7
8 dev-python/lxml: tighten libxml2 bounds
9
10 Only as a nudge for people doing partial upgrades or similar. -r1 had
11 a general regression (contained in the upstream patch) rather than
12 any issues specific to lxml.
13
14 Bug: https://bugs.gentoo.org/790737
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 dev-python/lxml/lxml-4.6.3-r1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-python/lxml/lxml-4.6.3-r1.ebuild b/dev-python/lxml/lxml-4.6.3-r1.ebuild
21 index 57937b2229a..f378028b28c 100644
22 --- a/dev-python/lxml/lxml-4.6.3-r1.ebuild
23 +++ b/dev-python/lxml/lxml-4.6.3-r1.ebuild
24 @@ -20,7 +20,7 @@ RESTRICT="!test? ( test )"
25
26 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.
27 RDEPEND="
28 - >=dev-libs/libxml2-2.9.12-r1
29 + >=dev-libs/libxml2-2.9.12-r2
30 >=dev-libs/libxslt-1.1.28"
31 DEPEND="${RDEPEND}"
32 BDEPEND="