14
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=20
This commit is contained in:
2020-10-23 21:47:59 +00:00
committed by Git OBS Bridge
parent 67d919f828
commit fc15b124ff
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 23 21:46:35 UTC 2020 - Mia Herkt <mia@0x0.st>
- 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 <mia@0x0.st>