From d507f167a9a4cf2a67462500d5453eeca67fcee0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Sep 2025 17:02:43 +0800 Subject: python3-beautifulsoup4: upgrade 4.13.4 -> 4.13.5 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-beautifulsoup4_4.13.4.bb | 20 -------------------- .../python/python3-beautifulsoup4_4.13.5.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb deleted file mode 100644 index ba75b06396..0000000000 --- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.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] = "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" - -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.13.5.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb new file mode 100644 index 0000000000..43c861c6e0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.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] = "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" -- cgit v1.2.3-54-g00ecf