17
0
Files
python-beautifulsoup4/python-beautifulsoup4.changes
Markéta Machová acf4a24269 - update to 4.14.3
* 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. ("huge" means more than
    10,000,000 bytes of text in a single node). Without this, lxml may
    silently stop processing the file after encountering a huge text
    node.
  * The html.parser tree builder processes numeric character entities
    using the algorithm described in the HTML spec. If this means
    replacing some other character with REPLACEMENT CHARACTER, it will
    set BeautifulSoup.contains_replacement_characters.
  * Added a general test of the html.parser tree builder's ability to
    turn any parsing exception from html.parser into a
    ParserRejectedMarkup exception. This makes it possible to remove
    version-dependent tests that depended on the existence of specific
    bugs in html.parser.
- Add htmlparser.patch to fix behaviour with cpython interpreters

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=106
2025-12-29 10:07:43 +00:00

64 KiB