Path to this page:
Subject: CVS commit: pkgsrc/net/py-tldextract
From: Adam Ciarcinski
Date: 2020-11-27 20:36:27
Message id: 20201127193627.B0647FA9D@cvs.NetBSD.org
Log Message:
py-tldextract: updated to 3.1.0
3.1.0 (2020-11-22)
* Features
* Prefer to cache in XDG cache directory in user folder, vs. in Python \
install folder
* Bugfixes
* Fix `AttributeError` on `--update`
3.0.2 (2020-10-24)
* Bugfixes
* Catch permission error when making cache dir, as well as cache file
3.0.1 (2020-10-21)
* Bugfixes
* Fix `tlds` property `AttributeError`
* Allow `include_psl_private_domains` in global `extract` too
3.0.0 (2020-10-20)
No changes since 3.0.0.rc1.
3.0.0.rc1 (2020-10-12)
This release fixes the long standing bug that public and private suffixes were
generated separately and could not be switched at runtime,
* Breaking Changes
* Rename `cache_file` to `cache_dir` as it is no longer a single file but a \
directory
* Rename CLI arg also, from `--cache_file` to `--cache_dir`
* Remove Python 2.7 support
* Features
* Can pass `include_psl_private_domains` on call, not only on construction
* Use filelocking to support multi-processing and multithreading environments
* Bugfixes
* Select public or private suffixes at runtime
* Removals
* Do not `debug` log the diff during update
Files: