14
0

- Update to 3.4.1

Bugfixes
  * Fix Pyright not finding tldextract public interface
    #gh/john-kurkowski/tldextract#279
  * Fix various Pyright checks
  * Use SPDX license identifier
    #gh/john-kurkowski/tldextract#280
  * Support Python 3.11
Docs
  * Add FAQ about private domains

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=35
This commit is contained in:
2023-05-04 13:20:34 +00:00
committed by Git OBS Bridge
parent 2546ef6a13
commit 45c883f490
4 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 4 13:11:06 UTC 2023 - Mia Herkt <mia@0x0.st>
- Update to 3.4.1
Bugfixes
* Fix Pyright not finding tldextract public interface
#gh/john-kurkowski/tldextract#279
* Fix various Pyright checks
* Use SPDX license identifier
#gh/john-kurkowski/tldextract#280
* Support Python 3.11
Docs
* Add FAQ about private domains
-------------------------------------------------------------------
Thu Nov 10 09:04:18 UTC 2022 - Mia Herkt <mia@0x0.st>