summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* beautifulsoup4: Upgrade 4.9.2 -> 4.9.3Leon Anavi2020-10-071-17/+0
| | | | | | | | | | | Upgrade to release 4.9.3: - Implemented a significant performance optimization to the process of searching the parse tree. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-beautifulsoup4: Upgrade 4.9.1 -> 4.9.2Leon Anavi2020-09-301-0/+17
- Fixed a bug that caused too many tags to be popped from the tag stack during tree building, when encountering a closing tag that had no matching opening tag. - Fixed a bug that inconsistently moved elements over when passing a Tag, rather than a list, into Tag.extend(). - Specify the soupsieve dependency in a way that complies with PEP 508. - Change the signatures for BeautifulSoup.insert_before and insert_after (which are not implemented) to match PageElement.insert_before and insert_after, quieting warnings in some IDEs. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>