diff --git a/python-tldextract.changes b/python-tldextract.changes index 5d111a8..a023b69 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Nov 28 20:13:57 UTC 2020 - Mia Herkt + +- Update to 3.1.0: + * Features + + Prefer to cache in XDG cache directory in user folder, + vs. in Python install folder + (https://github.com/john-kurkowski/tldextract/issues/213) + + Fix `AttributeError` on `--update` + (https://github.com/john-kurkowski/tldextract/issues/215) + ------------------------------------------------------------------- Mon Oct 26 00:28:42 UTC 2020 - Mia Herkt diff --git a/python-tldextract.spec b/python-tldextract.spec index eb34c30..17c20e0 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.2 +Version: 3.1.0 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause diff --git a/tldextract-3.0.2.tar.gz b/tldextract-3.0.2.tar.gz deleted file mode 100644 index 2b5a871..0000000 --- a/tldextract-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f188eab8c90ff935f3fa49d9228049cd7f37fb47105c3f15f8e6dd6f6e25924a -size 102011 diff --git a/tldextract-3.1.0.tar.gz b/tldextract-3.1.0.tar.gz new file mode 100644 index 0000000..50e4ab9 --- /dev/null +++ b/tldextract-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfae9bc8bda37c3e8c7c8639711ad20e95dc85b207a256b60b0b23d7ff5540ea +size 101874