summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-23 09:32:39 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-23 11:55:36 -0800
commitcbf8e692a53d86ad1b0bcacbebe9c7a0d5ea225c (patch)
tree6563f6ee259bcfbf92658520f7ce5dd1451b1564 /meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
parentaf995f726d549d5583399ff9f47fda3f4051aa88 (diff)
downloadmeta-openembedded-cbf8e692a53d86ad1b0bcacbebe9c7a0d5ea225c.tar.gz
python3-beautifulsoup4: upgrade 4.12.2 -> 4.12.3
Changelog: ============= * The Beautiful Soup documentation now has a Spanish translation * Fixed a regression such that if you set .hidden on a tag * Fixed a case where html.parser giving up on markup would result in an AssertionError instead of a ParserRejectedMarkup exception. * Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning. * Corrected the syntax of the license definition in pyproject.toml. * Corrected a typo in a test that was causing test failures when run against libxml2 2.12.1. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
new file mode 100644
index 0000000000..6283098773
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Screen-scraping library"
2HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac"
5
6SRC_URI[sha256sum] = "74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"
7
8inherit pypi python_hatchling
9
10RDEPENDS:${PN} = "\
11 ${PYTHON_PN}-html5lib \
12 ${PYTHON_PN}-lxml \
13 ${PYTHON_PN}-soupsieve \
14 ${PYTHON_PN}-html \
15 ${PYTHON_PN}-logging \
16"
17
18BBCLASSEXTEND = "native nativesdk"