diff --git a/python-tldextract.changes b/python-tldextract.changes index 4974d45..8c22f71 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Wed Jun 15 16:34:05 UTC 2022 - Mia Herkt + +- Update to 3.3.0 +Features + * Add CLI flag `--suffix_list_url` to set the suffix list URL(s) + or source file(s) + (#gh/john-kurkowski/tldextract#197) + * Add CLI flag `--no_fallback_to_snapshot` to not fall back to + the snapshot + (#gh/john-kurkowski/tldextract#260) + * Add alias `--include_psl_private_domains` for CLI flag + `--private_domains` +Bugfixes + * Handle more internationalized domain name dots + (#gh/john-kurkowski/tldextract#253) +Misc. + * Update bundled snapshot + * Add basic CLI test coverage +Changes in 3.2.1: +Bugfixes + * Fix incorrect namespace used for caching function returns + (#gh/john-kurkowski/tldextract#258) +Changes in 3.2.0: +Features + * Add types to the public API + (#gh/john-kurkowski/tldextract#244) +Bugfixes + * Add support for Python 3.10, drop EOL Python 3.6 + (#gh/john-kurkowski/tldextract/issues/246)) + ------------------------------------------------------------------- Fri Oct 1 07:26:20 UTC 2021 - Mia Herkt diff --git a/python-tldextract.spec b/python-tldextract.spec index efc9173..66e39bb 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -1,7 +1,7 @@ # # spec file for package python-tldextract # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define oldpython python Name: python-tldextract -Version: 3.1.2 +Version: 3.3.0 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause diff --git a/tldextract-3.1.2.tar.gz b/tldextract-3.1.2.tar.gz deleted file mode 100644 index 27742c8..0000000 --- a/tldextract-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2034c3558651f7d8fdadea83fb681050b2d662dc67a00d950326dc902029444 -size 103248 diff --git a/tldextract-3.3.0.tar.gz b/tldextract-3.3.0.tar.gz new file mode 100644 index 0000000..7e13821 --- /dev/null +++ b/tldextract-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcd24abf21ce3450417cd5a00f23b7e57554ce8ae827334dd12bfcbb6274cf1 +size 110388