python-lxml: bump to version 5.4.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
parent
f3c0c9722c
commit
eeacf8474b
|
@ -8,11 +8,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-lxml
|
PKG_NAME:=python-lxml
|
||||||
PKG_VERSION:=5.3.0
|
PKG_VERSION:=5.4.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=lxml
|
PYPI_NAME:=lxml
|
||||||
PKG_HASH:=4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f
|
PKG_HASH:=d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSES.txt
|
PKG_LICENSE_FILES:=LICENSES.txt
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
+++ b/pyproject.toml
|
+++ b/pyproject.toml
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
[build-system]
|
[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"]
|
+requires = ["Cython>=3.0.10", "setuptools", "wheel"]
|
||||||
|
|
||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
build-verbosity = 2
|
build-verbosity = 1
|
||||||
|
|
Loading…
Reference in New Issue