From f62be41f4768a12adcae67c0297944c6a3096c30 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sat, 8 Nov 2025 12:50:01 +0200 Subject: [PATCH] lxml: bump to version 6.0.2 Was currently blocked by Cython being old. Signed-off-by: Alexandru Ardelean --- lang/python/python-lxml/Makefile | 4 ++-- .../patches/001-downgrade-cython-requirement.patch | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 lang/python/python-lxml/patches/001-downgrade-cython-requirement.patch diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index e72924cc87..d23a642108 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.4.0 +PKG_VERSION:=6.0.2 PKG_RELEASE:=1 PYPI_NAME:=lxml -PKG_HASH:=d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd +PKG_HASH:=cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62 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 deleted file mode 100644 index 22429e7fc1..0000000000 --- a/lang/python/python-lxml/patches/001-downgrade-cython-requirement.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -1,5 +1,5 @@ - [build-system] --requires = ["Cython>=3.0.11, < 3.1.0", "setuptools", "wheel"] -+requires = ["Cython>=3.0.10", "setuptools", "wheel"] - - [tool.cibuildwheel] - build-verbosity = 1 -- 2.30.2