| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-beautifulsoup4: upgrade 4.14.2 -> 4.14.3 | Wang Mingyu | 2025-12-02 | 1 | -20/+0 |
| | | | | | | | | | | | | | | | | | Changelog: =========== * When using one of the lxml tree builders, you can pass in huge_tree=True to disable lxml's security restrictions and process files that include huge text nodes. * The html.parser tree builder processes numeric character entities using the algorithm described in the HTML spec. * Added a general test of the html.parser tree builder's ability to turn any parsing exception from html.parser into a ParserRejectedMarkup exception. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-beautifulsoup4: Upgrade 4.13.5 -> 4.14.2 | Leon Anavi | 2025-10-08 | 1 | -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> | |||||
