summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-soupsieve: Upgrade 2.5 -> 2.6Leon Anavi2024-08-141-26/+0
| | | | | | | | | | | | | | | 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>
* python3-soupsieve: switch to pytest --automakeTim Orling2024-02-161-2/+3
| | | | | | | | * Also replace ${PYTHON_PN} with python3 * Sort RDEPENDS for ptest alphabetically Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Break circular dependency with beautifulsoup4Yoann Congal2023-11-171-4/+0
| | | | | | | | python3-beautifulsoup4 does depend on python3-soupsieve but python3-soupsieve does not depend on python3-beautifulsoup4. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: upgrade 2.4.1 -> 2.5Wang Mingyu2023-09-071-0/+29
Changelog: ========== NEW: Update to support Python 3.12. NEW: Drop support for Python 3.7. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>