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

@@ -20,7 +20,7 @@
%define skip_python2 1
%define oldpython python
Name: python-tldextract
Version: 3.3.1
Version: 3.4.0
Release: 0
Summary: Python module to separate the TLD of a URL
License: BSD-3-Clause