summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-beautifulsoup4: upgrade 4.12.2 -> 4.12.3Wang Mingyu2024-01-231-18/+0
| | | | | | | | | | | | | | | | | 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>
* python3-beautifulsoup4: upgrade 4.11.1 -> 4.12.2Trevor Gamblin2023-07-251-0/+18
beautifulsoup4 uses hatchling now, so inherit python_hatchling. License-Update: Rename from COPYING.txt to LICENSE, update year Changelog: https://git.launchpad.net/beautifulsoup/tree/CHANGELOG Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>