diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-25 14:57:26 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-25 08:57:47 -0700 |
| commit | 779b60363fcb093b9b4ea23cb57c374700bc7378 (patch) | |
| tree | 434a04229bb25804d8291f1e987743f34acee92c /meta-python/recipes-devtools/python/python3-dominate_2.8.0.bb | |
| parent | ebd6694182574876c4f2d83a361f63c37213de67 (diff) | |
| download | meta-openembedded-779b60363fcb093b9b4ea23cb57c374700bc7378.tar.gz | |
python3-dominate: upgrade 2.7.0 -> 2.8.0
Changelog:
Fix incorrect context handling when a tag is used 2+ levels deeper than it was created.
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-dominate_2.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dominate_2.8.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.8.0.bb b/meta-python/recipes-devtools/python/python3-dominate_2.8.0.bb new file mode 100644 index 0000000000..73701ec72e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dominate_2.8.0.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API." | ||
| 2 | LICENSE = "LGPL-3.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "4c90c3befaf88e612b71f4b39af7bcbef8977acfa855cec957225a8fbf504007" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 ptest | ||
| 8 | |||
| 9 | SRC_URI += " \ | ||
| 10 | file://run-ptest \ | ||
| 11 | " | ||
| 12 | |||
| 13 | RDEPENDS:${PN}-ptest += " \ | ||
| 14 | ${PYTHON_PN}-pytest \ | ||
| 15 | " | ||
| 16 | |||
| 17 | do_install_ptest() { | ||
| 18 | install -d ${D}${PTEST_PATH}/tests | ||
| 19 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 20 | } | ||
| 21 | |||
| 22 | RDEPENDS:${PN} += "\ | ||
| 23 | ${PYTHON_PN}-numbers \ | ||
| 24 | ${PYTHON_PN}-threading \ | ||
| 25 | " | ||
