From eccf7b9a71202df6802c963f9c582114f03ccb7d Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Thu, 3 Oct 2024 21:42:34 +0200 Subject: [PATCH 1/3] Build lxml 5.3.0 --- recipes/lxml/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/lxml/meta.yaml b/recipes/lxml/meta.yaml index fbde8f7..0311ec9 100644 --- a/recipes/lxml/meta.yaml +++ b/recipes/lxml/meta.yaml @@ -1,3 +1,3 @@ --- name: lxml -version: "5.2.2" +version: "5.3.0" From 8e80c5ce92647a5a65ab558aabf7073baef51929 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Thu, 3 Oct 2024 21:47:02 +0200 Subject: [PATCH 2/3] Build lxml for all python versions GLIBC 2.28 is too new for us. --- recipes/lxml/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/lxml/env.sh b/recipes/lxml/env.sh index 2fc6302..6351340 100644 --- a/recipes/lxml/env.sh +++ b/recipes/lxml/env.sh @@ -1,2 +1,2 @@ -export CIBW_BUILD='cp313-*' +export CIBW_SKIP='*-musllinux_* *-macosx_*' export CIBW_PRERELEASE_PYTHONS=True # Can be removed once Python 3.13 is officially released From 408af2597a1c888c307ab128ab97037009b47cb5 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Thu, 3 Oct 2024 22:53:22 +0200 Subject: [PATCH 3/3] Skip 686 arch --- recipes/lxml/env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/lxml/env.sh b/recipes/lxml/env.sh index 6351340..f24d61a 100644 --- a/recipes/lxml/env.sh +++ b/recipes/lxml/env.sh @@ -1,2 +1,3 @@ export CIBW_SKIP='*-musllinux_* *-macosx_*' +export CIBW_ARCHS_LINUX='auto64' export CIBW_PRERELEASE_PYTHONS=True # Can be removed once Python 3.13 is officially released