diff mbox series

[meta-python,12/30] python3-beautifulsoup4: upgrade 4.13.3 -> 4.13.4

Message ID 1745311761-1912-12-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/30] adw-gtk3: upgrade 5.8 -> 5.10 | expand

Commit Message

Mingyu Wang (Fujitsu) April 22, 2025, 8:49 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* If you pass a function as the first argument to a find* method, the
  function will only ever be called once per tag, with the Tag object
  as the argument.
* Added a passthrough implementation for NavigableString.__getitem__ which gives a
  more helpful exception if the user tries to treat it as a Tag and
  access its HTML attributes.
* Fixed a bug that caused an exception when unpickling the result of
  parsing certain invalid markup with lxml as the tree builder.
* Converted the AUTHORS file to UTF-8 for PEP8 compliance.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...eautifulsoup4_4.13.3.bb => python3-beautifulsoup4_4.13.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-beautifulsoup4_4.13.3.bb => python3-beautifulsoup4_4.13.4.bb} (83%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb
rename to meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb
index a36c22e6f1..ba75b06396 100644
--- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.3.bb
+++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb
@@ -3,7 +3,7 @@  HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac"
 
-SRC_URI[sha256sum] = "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b"
+SRC_URI[sha256sum] = "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195"
 
 inherit pypi python_hatchling