diff mbox series

[1/1] package/python-lxml: bump to version 5.2.2

Message ID 20240605181014.2250616-1-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/1] package/python-lxml: bump to version 5.2.2 | expand

Commit Message

James Hilliard June 5, 2024, 6:10 p.m. UTC
Fixes:
http://autobuild.buildroot.net/results/99c/99c28a0b0bf0fd20b02289d7a73c5c2f7664778e

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-lxml/python-lxml.hash | 2 +-
 package/python-lxml/python-lxml.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Arnout Vandecappelle June 5, 2024, 9:19 p.m. UTC | #1
On 05/06/2024 20:10, James Hilliard wrote:
> Fixes:
> http://autobuild.buildroot.net/results/99c/99c28a0b0bf0fd20b02289d7a73c5c2f7664778e


  Applied to master, thanks.

  Peter, I tried to investigate a bit more what causes the build error. I think 
it's recent (host) GCC which is stricter in its -Wincompatible-pointer-types. It 
only happens on James' autobuilders. So I don't think it's for 2024.02.x (we 
don't expect host GCC to be updated during LTS).

  Regards,
  Arnout

> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>   package/python-lxml/python-lxml.hash | 2 +-
>   package/python-lxml/python-lxml.mk   | 4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/python-lxml/python-lxml.hash b/package/python-lxml/python-lxml.hash
> index a23cdcec9e..3eb427a80d 100644
> --- a/package/python-lxml/python-lxml.hash
> +++ b/package/python-lxml/python-lxml.hash
> @@ -1,5 +1,5 @@
>   # From https://pypi.org/project/lxml/
> -sha256  3eea6ed6e6c918e468e693c41ef07f3c3acc310b70ddd9cc72d9ef84bc9564ca  lxml-5.1.0.tar.gz
> +sha256  bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87  lxml-5.2.2.tar.gz
>   # Locally computed
>   sha256  41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392  LICENSES.txt
>   sha256  69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a  doc/licenses/BSD.txt
> diff --git a/package/python-lxml/python-lxml.mk b/package/python-lxml/python-lxml.mk
> index 2da8b8056c..2a26c132a7 100644
> --- a/package/python-lxml/python-lxml.mk
> +++ b/package/python-lxml/python-lxml.mk
> @@ -4,8 +4,8 @@
>   #
>   ################################################################################
>   
> -PYTHON_LXML_VERSION = 5.1.0
> -PYTHON_LXML_SITE = https://files.pythonhosted.org/packages/2b/b4/bbccb250adbee490553b6a52712c46c20ea1ba533a643f1424b27ffc6845
> +PYTHON_LXML_VERSION = 5.2.2
> +PYTHON_LXML_SITE = https://files.pythonhosted.org/packages/63/f7/ffbb6d2eb67b80a45b8a0834baa5557a14a5ffce0979439e7cd7f0c4055b
>   PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tar.gz
>   
>   # Not including the GPL, because it is used only for the test scripts.
diff mbox series

Patch

diff --git a/package/python-lxml/python-lxml.hash b/package/python-lxml/python-lxml.hash
index a23cdcec9e..3eb427a80d 100644
--- a/package/python-lxml/python-lxml.hash
+++ b/package/python-lxml/python-lxml.hash
@@ -1,5 +1,5 @@ 
 # From https://pypi.org/project/lxml/
-sha256  3eea6ed6e6c918e468e693c41ef07f3c3acc310b70ddd9cc72d9ef84bc9564ca  lxml-5.1.0.tar.gz
+sha256  bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87  lxml-5.2.2.tar.gz
 # Locally computed
 sha256  41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392  LICENSES.txt
 sha256  69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a  doc/licenses/BSD.txt
diff --git a/package/python-lxml/python-lxml.mk b/package/python-lxml/python-lxml.mk
index 2da8b8056c..2a26c132a7 100644
--- a/package/python-lxml/python-lxml.mk
+++ b/package/python-lxml/python-lxml.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-PYTHON_LXML_VERSION = 5.1.0
-PYTHON_LXML_SITE = https://files.pythonhosted.org/packages/2b/b4/bbccb250adbee490553b6a52712c46c20ea1ba533a643f1424b27ffc6845
+PYTHON_LXML_VERSION = 5.2.2
+PYTHON_LXML_SITE = https://files.pythonhosted.org/packages/63/f7/ffbb6d2eb67b80a45b8a0834baa5557a14a5ffce0979439e7cd7f0c4055b
 PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tar.gz
 
 # Not including the GPL, because it is used only for the test scripts.