Created attachment 241312 [details] update to 1.1
Change Log: 1.1 Released on June 23, 2020 Breaking changes: * Drop support for Python 3.3. (#358) * Drop support for Python 3.4. (#421) Deprecations: * Deprecate the html5lib sanitizer (html5lib.serialize(sanitize=True) and html5lib.filters.sanitizer). We recommend users migrate to Bleach <https://github.com/mozilla/bleach>. Please let us know if Bleach doesn’t suffice for your use. (#443) Other changes: * Try to import from collections.abc to remove DeprecationWarning and ensure html5lib keeps working in future Python versions. (#403) * Drop optional datrie dependency. (#442)
This issue has been bugging me for months, would be great if we could get it committed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=be00ba3f6a7da446205ec8e5975d1cd9f01c3fd9 commit be00ba3f6a7da446205ec8e5975d1cd9f01c3fd9 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2023-04-18 21:54:04 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2023-04-18 21:54:04 +0000 www/py-html5lib: update to 1.1 - Update to 1.1 with support for Python 3.10 PR: 269868, 270656 Submitted by: Eric Camachat Apporved by: maintainer timeout (two weeks) www/py-html5lib/Makefile | 2 +- www/py-html5lib/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, thanks!