From: Alexandru Ardelean Date: Sun, 11 May 2025 04:40:14 +0000 (+0300) Subject: python-lxml: bump to version 5.4.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=eeacf8474b4ce4d174b6f0fe135345f36f4d0d00;p=openwrt-packages.git python-lxml: bump to version 5.4.0 Signed-off-by: Alexandru Ardelean --- 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