From: Alexandru Ardelean <alex@shruggie.ro> Date: Mon, 15 Apr 2024 16:42:43 +0000 (+0300) Subject: python-lxml: bump to version 5.2.1 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f5f0a4e8683fcf49319bd7172f0069417d71601d;p=feed%2Fpackages.git python-lxml: bump to version 5.2.1 Also added python-cython/host as a build dependency. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro> --- diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index fd79396481..f15dcc481e 100644 --- a/lang/python/python-lxml/Makefile +++ b/lang/python/python-lxml/Makefile @@ -8,17 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-lxml -PKG_VERSION:=5.1.0 +PKG_VERSION:=5.2.1 PKG_RELEASE:=1 PYPI_NAME:=lxml -PKG_HASH:=3eea6ed6e6c918e468e693c41ef07f3c3acc310b70ddd9cc72d9ef84bc9564ca +PKG_HASH:=3f7765e69bbce0906a7c74d5fe46d2c7a7596147318dbc08e4a2431f3060e306 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSES.txt PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_CPE_ID:=cpe:/a:lxml:lxml +PKG_BUILD_DEPENDS:=python-cython/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk