Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
include $(TOPDIR)/rules.mk
PKG_NAME:=python-lxml
-PKG_VERSION:=5.2.2
+PKG_VERSION:=5.3.0
PKG_RELEASE:=1
PYPI_NAME:=lxml
-PKG_HASH:=bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87
+PKG_HASH:=4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSES.txt
--- /dev/null
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["Cython>=3.0.11", "setuptools", "wheel"]
++requires = ["Cython>=3.0.10", "setuptools", "wheel"]
+
+ [tool.cibuildwheel]
+ build-verbosity = 2
#!/bin/sh
-[ "$1" = "python3-lxml" ] || exit 0
-
EXP_VER="$2"
python3 - << EOF