2021-09-15 09:29:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tldextract: updated to 3.1.2
3.1.2 (2021-09-01)
* Misc.
* Only run pylint in Tox environments, i.e. CI, not by default in tests
|
2020-11-27 20:36:27 by Adam Ciarcinski | Files touched by this commit (3) | |
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
|
2020-08-24 07:20:00 by Tobias Nygren | Files touched by this commit (1) |
Log message:
py-tldextract: needs setuptools-scm as build dependency
also does not need setuptools as runtime dependency
|
2020-08-21 14:37:48 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tldextract: updated to 2.2.3
2.2.3:
Bugfixes
* Fix concurrent access to cache file when using tldextract in multiple threads
* Relocate version number, to avoid costly imports
* Catch `IndexError` caused by upstream punycode bug
* Drop support for EOL Python 3.4
* Explain warning better
|
2020-05-16 20:00:32 by Adam Ciarcinski | Files touched by this commit (9) |
Log message:
pytest from versioned depends
|
2019-11-14 19:04:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tldextract: updated to 2.2.2
2.2.2:
* Bugfixes
* Catch file not found
* Use pkgutil instead of pkg_resources
* Performance: avoid recomputes, a regex, and a partition
* Misc.
* Update LICENSE from GitHub template
* Fix warning about literal comparison
* Modernize testing
* Use the latest pylint that works in Python 2
* Appease pylint with the new rules
* Support Python 3.8-dev
* Drop support for EOL Python 3.4
|
2019-03-06 09:48:31 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-tldextract: updated to 2.2.1
2.2.1:
Bugfixes
Ignore case on punycode prefix check
Drop support for EOL Python 2.6
Improve sundry doc and README bits
|
2017-10-28 08:54:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tldextract: updated to version 2.2.0
2.2.0
Unknown changes
|
2017-06-22 11:34:47 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
2.1.0:
Add fqdn convenience property
Add ipv4 convenience property
|
2016-11-21 12:49:56 by Filip Hajny | Files touched by this commit (4) |
Log message:
Import net/py-tldextract 2.0.2.
tldextract accurately separates the gTLD or ccTLD (generic or
country code top-level domain) from the registered domain and
subdomains of a URL.
|