Bug 270656 - www/py-html5lib: update to 1.1
Summary: www/py-html5lib: update to 1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL: https://html5lib.readthedocs.io/en/la...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-05 16:14 UTC by Eric Camachat
Modified: 2023-04-18 22:06 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (rm)


Attachments
update to 1.1 (812 bytes, patch)
2023-04-05 16:14 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2023-04-05 16:14:31 UTC
Created attachment 241312 [details]
update to 1.1
Comment 1 Eric Camachat 2023-04-05 16:17:26 UTC
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)
Comment 2 Wes Morgan 2023-04-18 12:36:33 UTC
This issue has been bugging me for months, would be great if we could get it committed.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-04-18 21:55:16 UTC
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(-)
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2023-04-18 22:06:03 UTC
Committed, thanks!