14
0

- Update to 3.4.0

Features
  * Add method extract_urllib to extract from a
    urllib.parse.{ParseResult,SplitResult}
    #gh/john-kurkowski/tldextract#274
Bugfixes
  * Fix internal type-var error, in newer versions of mypy
    #gh/john-kurkowski/tldextract#275

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=33
This commit is contained in:
2022-11-10 09:06:56 +00:00
committed by Git OBS Bridge
parent 5cc69b8be7
commit 2546ef6a13
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Nov 10 09:04:18 UTC 2022 - Mia Herkt <mia@0x0.st>
- Update to 3.4.0
Features
* Add method extract_urllib to extract from a
urllib.parse.{ParseResult,SplitResult}
#gh/john-kurkowski/tldextract#274
Bugfixes
* Fix internal type-var error, in newer versions of mypy
#gh/john-kurkowski/tldextract#275
-------------------------------------------------------------------
Sun Jul 24 17:00:27 UTC 2022 - Mia Herkt <mia@0x0.st>