package/python-lxml: bump to version 6.0.2

For release note, see:
https://github.com/lxml/lxml/releases/tag/lxml-6.0.2

This new version fixes the compilation with libxml2 2.15.0
(not yet in Buildroot).

Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Julien Olivain
2025-10-27 21:38:46 +01:00
parent e215e13584
commit 98ee49460e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/lxml/json
md5 2aab7842d05041c68f8a83547e034bfd lxml-6.0.1.tar.gz
sha256 2b3a882ebf27dd026df3801a87cf49ff791336e0f94b0fad195db77e01240690 lxml-6.0.1.tar.gz
md5 ac9a945976227fd854d3e9e034e52ca1 lxml-6.0.2.tar.gz
sha256 cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62 lxml-6.0.2.tar.gz
# Locally computed sha256 checksums
sha256 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392 LICENSES.txt
sha256 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a doc/licenses/BSD.txt

View File

@@ -4,8 +4,8 @@
#
################################################################################
PYTHON_LXML_VERSION = 6.0.1
PYTHON_LXML_SITE = https://files.pythonhosted.org/packages/8f/bd/f9d01fd4132d81c6f43ab01983caea69ec9614b913c290a26738431a015d
PYTHON_LXML_VERSION = 6.0.2
PYTHON_LXML_SITE = https://files.pythonhosted.org/packages/aa/88/262177de60548e5a2bfc46ad28232c9e9cbde697bd94132aeb80364675cb
PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tar.gz
# Not including the GPL, because it is used only for the test scripts.