python-lxml: bump to version 5.3.0

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2024-08-23 16:15:42 +03:00
committed by Alexandru Ardelean
parent b24a5876d2
commit 9060de91b0
3 changed files with 11 additions and 4 deletions

View File

@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=python-lxml PKG_NAME:=python-lxml
PKG_VERSION:=5.2.2 PKG_VERSION:=5.3.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PYPI_NAME:=lxml PYPI_NAME:=lxml
PKG_HASH:=bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87 PKG_HASH:=4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSES.txt PKG_LICENSE_FILES:=LICENSES.txt

View File

@@ -0,0 +1,9 @@
--- 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

View File

@@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
[ "$1" = "python3-lxml" ] || exit 0
EXP_VER="$2" EXP_VER="$2"
python3 - << EOF python3 - << EOF