diff --git a/python-tldextract.changes b/python-tldextract.changes index 8b75137..c70caec 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Sep 17 11:47:16 UTC 2020 - Dirk Mueller + +- update to 2.2.3: + * Fix concurrent access to cache file when using tldextract in multiple threads ([#146](https://github.com/john-kurkowski/tldextract/pull/146)) + * Relocate version number, to avoid costly imports ([#187](https://github.com/john-kurkowski/tldextract/pull/187)) + * Catch `IndexError` caused by upstream punycode bug ([#200](https://github.com/john-kurkowski/tldextract/pull/200)) + * Drop support for EOL Python 3.4 ([#186](https://github.com/john-kurkowski/tldextract/pull/186)) + * Explain warning better + +------------------------------------------------------------------- +Wed Sep 16 21:32:26 UTC 2020 - Dirk Mueller + +- update to 2.2.2: + * Fix concurrent access to cache file when using tldextract in multiple threads ([#146](https://github.com/john-kurkowski/tldextract/pull/146)) + * Relocate version number, to avoid costly imports ([#187](https://github.com/john-kurkowski/tldextract/pull/187)) + * Catch `IndexError` caused by upstream punycode bug ([#200](https://github.com/john-kurkowski/tldextract/pull/200)) + * Drop support for EOL Python 3.4 ([#186](https://github.com/john-kurkowski/tldextract/pull/186)) + * Explain warning better + ------------------------------------------------------------------- Mon May 18 09:10:32 UTC 2020 - Petr Gajdos diff --git a/python-tldextract.spec b/python-tldextract.spec index cbdc3c5..f76051d 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tldextract -Version: 2.2.2 +Version: 2.2.3 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause @@ -35,6 +35,7 @@ BuildRequires: %{python_module requests-file} >= 1.4 BuildRequires: %{python_module requests} >= 2.1.0 BuildRequires: %{python_module responses} ### END test requirements +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros diff --git a/tldextract-2.2.2.tar.gz b/tldextract-2.2.2.tar.gz deleted file mode 100644 index 0cdaf78..0000000 --- a/tldextract-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aa21a1f7827df4209e242ec4fc2293af5940ec730cde46ea80f66ed97bfc808 -size 63107 diff --git a/tldextract-2.2.3.tar.gz b/tldextract-2.2.3.tar.gz new file mode 100644 index 0000000..a0de66f --- /dev/null +++ b/tldextract-2.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0e38977a129c72729476d5f8c85a8e1f8e49e9202e1db8dca76e95da7be9a8 +size 64729