Update dependency tldextract to v5 #2031
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.2.0
->^5.0.0
Release Notes
john-kurkowski/tldextract (tldextract)
v5.1.3
Compare Source
921a825
)v5.1.2
Compare Source
socket.inet_pton
, to fix platform-dependent IP parsing (#318)v5.1.1
Compare Source
v5.1.0
Compare Source
requests.Session
(#311)v5.0.1
Compare Source
v5.0.0
Compare Source
ExtractResult
fromnamedtuple
todataclass
(#306)This means no more iterating/indexing/slicing/unpacking the result
object returned by this library. It is no longer a tuple. You must
directly reference the fields you're interested in.
For example, the
following will no longer work.
TypeError: 'ExtractResult' object is not subscriptable
v4.0.0
Compare Source
is_private: bool
, to theExtractResult
namedtuple
, indicating whether the extraction came from the PSL'sprivate domains or not.
only 3 fields.
This is better achieved by individual access of fields of interest
(e.g.
ExtractResult.subdomain
) or convenience properties (e.g.ExtractResult.{fqdn,registered_domain}
).This is the same content as version 3.6.0, originally released 2023-09-19,
which was yanked.
v3.6.0
Compare Source
v3.5.0
Compare Source
v3.4.4
Compare Source
self
, not only when passed to__call__
(#289)v3.4.3
Compare Source
suffix_index()
to use a trie (#285)v3.4.2
Compare Source
suffix_index()
: search from right to left (#283)v3.4.1
Compare Source
v3.4.0
Compare Source
extract_urllib
to extract from aurllib.parse.{ParseResult,SplitResult}
(#274)v3.3.1
Compare Source
v3.3.0
Compare Source
--suffix_list_url
to set the suffix list URL(s) or source file(s) (#197)--no_fallback_to_snapshot
to not fall back to the snapshot (#260)--include_psl_private_domains
for CLI flag--private_domains
v3.2.1
Compare Source
6e2c0e0
)226bfc2
)try
/except
path (#255)python_requires
instead of runtime check (#247)v3.2.0
Compare Source
v3.1.2
Compare Source
v3.1.1
Compare Source
v3.1.0
Compare Source
AttributeError
on--update
(#215)v3.0.2
Compare Source
v3.0.1
Compare Source
tlds
propertyAttributeError
(#210)include_psl_private_domains
in globalextract
too (#210)v3.0.0
Compare Source
No changes since 3.0.0.rc1.
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.