From 17ddc60d2262e0376d54f80087cb517c11987583 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 8 Oct 2025 12:36:09 +0300 Subject: python3-beautifulsoup4: Upgrade 4.13.5 -> 4.14.2 Upgrade to release 4.14.2: - Making ResultSet inherit from MutableSequence still resulted in too many breaking changes in users of the library, so it was reverted the ResultSet code back to where it was in 4.13.5 and added tests of all known breaking behavior. [bug=2125906] - Version 4.14.0 adds function overloading to the find_* methods to make it easier to write type-safe Python. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-beautifulsoup4_4.13.5.bb | 20 -------------------- .../python/python3-beautifulsoup4_4.14.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb deleted file mode 100644 index 43c861c6e0..0000000000 --- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Screen-scraping library" -HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac" - -SRC_URI[sha256sum] = "5e70131382930e7c3de33450a2f54a63d5e4b19386eab43a5b34d594268f3695" - -inherit pypi python_hatchling - -RDEPENDS:${PN} = "\ - python3-html5lib \ - python3-lxml \ - python3-html \ - python3-logging \ -" -RDEPENDS:${PN}:append:class-target = " \ - python3-soupsieve \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb new file mode 100644 index 0000000000..d1222fe05b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb @@ -0,0 +1,20 @@ +SUMMARY = "Screen-scraping library" +HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac" + +SRC_URI[sha256sum] = "2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e" + +inherit pypi python_hatchling + +RDEPENDS:${PN} = "\ + python3-html5lib \ + python3-lxml \ + python3-html \ + python3-logging \ +" +RDEPENDS:${PN}:append:class-target = " \ + python3-soupsieve \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf