diff --git a/python-tldextract.changes b/python-tldextract.changes index 5f46390..14bc856 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 23 21:46:35 UTC 2020 - Mia Herkt + +- Update to 3.0.1: + * Fix `tlds` property `AttributeError` + (https://github.com/john-kurkowski/tldextract/issues/210) + * Allow `include_psl_private_domains` in global `extract` too + (https://github.com/john-kurkowski/tldextract/issues/210) + ------------------------------------------------------------------- Tue Oct 20 22:45:59 UTC 2020 - Mia Herkt diff --git a/python-tldextract.spec b/python-tldextract.spec index 97ff61a..a50cbb5 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tldextract -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause diff --git a/tldextract-3.0.0.tar.gz b/tldextract-3.0.0.tar.gz deleted file mode 100644 index 87391a7..0000000 --- a/tldextract-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fadb427ee522e2a5109e70cf95f3b1ac4cc1b8f4471ffaa83cda692866da7a0e -size 99718 diff --git a/tldextract-3.0.1.tar.gz b/tldextract-3.0.1.tar.gz new file mode 100644 index 0000000..b89e6d4 --- /dev/null +++ b/tldextract-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6101613418cc0bd6e538ee611a15b4ca96c37f45160f6ba93e978363fac86c05 +size 99990