14
0

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=24
This commit is contained in:
2020-11-28 20:35:56 +00:00
committed by Git OBS Bridge
parent f91f0b1796
commit f085ca62da
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Nov 28 20:13:57 UTC 2020 - Mia Herkt <mia@0x0.st>
- 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 <mia@0x0.st>