summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-soupsieve: Add missing rdep on python3-typing-extensions for ptestsKhem Raj2025-02-121-0/+1
| | | | | | | | Fixes ptest runs 'E ModuleNotFoundError: No module named ' "'typing_extensions'\n" Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: update recipe to use the ptest-python-pytest classDerek Straka2025-01-101-11/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-beautifulsoup4,python3-soupsieve: fix loop dependency errorHongxu Jia2024-12-261-0/+2
| | | | | | | | | | | | | | | | While recipe build depends on python3-beautifulsoup4-native and python3-soupsieve-native, it failed at fix loop dependency error ... |ERROR: Task virtual:native:meta-openembedded/meta-python/ recipes-devtools/python/python3-soupsieve_2.6.bb:do_populate_sysroot has circular dependency on virtual:native:meta-openembedded/ meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb:do_populate_sysroot ... Correct runtime depends as class-target override to workaround Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Upgrade 2.5 -> 2.6Leon Anavi2024-08-141-0/+31
Upgrade to release 2.6: - Add official support for Python 3.13. - Add support for & as scoping root per the CSS Nesting Module, Level 1. When & is used outside the context of nesting, it is treated as the scoping root (equivalent to :scope). - Improve error message when an unrecognized pseudo-class is used. License-Update: Update years. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>