From eeacf8474b4ce4d174b6f0fe135345f36f4d0d00 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sun, 11 May 2025 07:40:14 +0300 Subject: [PATCH] python-lxml: bump to version 5.4.0 Signed-off-by: Alexandru Ardelean --- lang/python/python-lxml/Makefile | 4 ++-- .../patches/001-downgrade-cython-requirement.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index 4253d9236..e72924cc8 100644 --- a/lang/python/python-lxml/Makefile +++ b/lang/python/python-lxml/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-lxml -PKG_VERSION:=5.3.0 +PKG_VERSION:=5.4.0 PKG_RELEASE:=1 PYPI_NAME:=lxml -PKG_HASH:=4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f +PKG_HASH:=d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSES.txt diff --git a/lang/python/python-lxml/patches/001-downgrade-cython-requirement.patch b/lang/python/python-lxml/patches/001-downgrade-cython-requirement.patch index f73f46c73..22429e7fc 100644 --- a/lang/python/python-lxml/patches/001-downgrade-cython-requirement.patch +++ b/lang/python/python-lxml/patches/001-downgrade-cython-requirement.patch @@ -2,8 +2,8 @@ +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] --requires = ["Cython>=3.0.11", "setuptools", "wheel"] +-requires = ["Cython>=3.0.11, < 3.1.0", "setuptools", "wheel"] +requires = ["Cython>=3.0.10", "setuptools", "wheel"] [tool.cibuildwheel] - build-verbosity = 2 + build-verbosity = 1