summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-beautifulsoup4: Upgrade 4.13.5 -> 4.14.2Leon Anavi2025-10-081-0/+20
Upgrade to release 4.14.2: - Making ResultSet inherit from MutableSequence still resulted in too many breaking changes in users of the library, so it was reverted the ResultSet code back to where it was in 4.13.5 and added tests of all known breaking behavior. [bug=2125906] - Version 4.14.0 adds function overloading to the find_* methods to make it easier to write type-safe Python. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>