python-tldextract
No description set
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-tldextract && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-tldextract-rpmlintrc | 0000000093 93 Bytes | |
python-tldextract.changes | 0000005126 5.01 KB | |
python-tldextract.spec | 0000002897 2.83 KB | |
tldextract-3.0.0.tar.gz | 0000099718 97.4 KB |
Revision 8 (latest revision is 25)
Dominique Leuenberger (dimstar_suse)
accepted
request 843031
from
Mia Herkt (mia)
(revision 8)
- Update to 3.0.0: This release fixes the long standing bug that public and private suffixes were generated separately and could not be switched at runtime, https://github.com/john-kurkowski/tldextract/issues/66 * Breaking Changes + Rename `cache_file` to `cache_dir` as it is no longer a single file but a directory (https://github.com/john-kurkowski/tldextract/issues/207) + 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 (https://github.com/john-kurkowski/tldextract/issues/66) * Removals + Do not `debug` log the diff during update * Drop tldextract-tests-offline.patch
Comments 0