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
33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
@comment $NetBSD: PLIST,v 1.5 2020/11/27 19:36:27 adam Exp $
|
|
bin/tldextract-${PYVERSSUFFIX}
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/tldextract/.tld_set_snapshot
|
|
${PYSITELIB}/tldextract/__init__.py
|
|
${PYSITELIB}/tldextract/__init__.pyc
|
|
${PYSITELIB}/tldextract/__init__.pyo
|
|
${PYSITELIB}/tldextract/__main__.py
|
|
${PYSITELIB}/tldextract/__main__.pyc
|
|
${PYSITELIB}/tldextract/__main__.pyo
|
|
${PYSITELIB}/tldextract/_version.py
|
|
${PYSITELIB}/tldextract/_version.pyc
|
|
${PYSITELIB}/tldextract/_version.pyo
|
|
${PYSITELIB}/tldextract/cache.py
|
|
${PYSITELIB}/tldextract/cache.pyc
|
|
${PYSITELIB}/tldextract/cache.pyo
|
|
${PYSITELIB}/tldextract/cli.py
|
|
${PYSITELIB}/tldextract/cli.pyc
|
|
${PYSITELIB}/tldextract/cli.pyo
|
|
${PYSITELIB}/tldextract/remote.py
|
|
${PYSITELIB}/tldextract/remote.pyc
|
|
${PYSITELIB}/tldextract/remote.pyo
|
|
${PYSITELIB}/tldextract/suffix_list.py
|
|
${PYSITELIB}/tldextract/suffix_list.pyc
|
|
${PYSITELIB}/tldextract/suffix_list.pyo
|
|
${PYSITELIB}/tldextract/tldextract.py
|
|
${PYSITELIB}/tldextract/tldextract.pyc
|
|
${PYSITELIB}/tldextract/tldextract.pyo
|