Path to this page:
Subject: CVS commit: pkgsrc/net/py-tldextract
From: Adam Ciarcinski
Date: 2023-09-20 09:30:28
Message id: 20230920073028.E17AAFBDB@cvs.NetBSD.org
Log Message:
py-tldextract: updated to 3.6.0
3.6.0 (2023-09-19)
* **Breaking** bugfixes
* Always include suffix if private suffix enabled and private suffix exists
* Add a 4th field `is_private: bool`, to the `ExtractResult`
`namedtuple`, indicating whether the extraction came from the PSL's
private domains or not.
* **This could cause issues when iterating over the tuple and assuming
only 3 fields.**
* Previously, the docs promoted iteration to rejoin parts of the tuple.
This is better achieved by individual access of fields of interest
(e.g. `ExtractResult.subdomain`) or convenience properties (e.g.
`ExtractResult.{fqdn,registered_domain}`).
Files: