forked from pool/python-tldextract
- Update to 3.3.0
Features * Add CLI flag `--suffix_list_url` to set the suffix list URL(s) or source file(s) (#gh/john-kurkowski/tldextract#197) * Add CLI flag `--no_fallback_to_snapshot` to not fall back to the snapshot (#gh/john-kurkowski/tldextract#260) * Add alias `--include_psl_private_domains` for CLI flag `--private_domains` Bugfixes * Handle more internationalized domain name dots (#gh/john-kurkowski/tldextract#253) Misc. * Update bundled snapshot * Add basic CLI test coverage Changes in 3.2.1: Bugfixes * Fix incorrect namespace used for caching function returns (#gh/john-kurkowski/tldextract#258) Changes in 3.2.0: Features * Add types to the public API (#gh/john-kurkowski/tldextract#244) Bugfixes * Add support for Python 3.10, drop EOL Python 3.6 (#gh/john-kurkowski/tldextract/issues/246)) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=29
This commit is contained in:
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 15 16:34:05 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 3.3.0
|
||||||
|
Features
|
||||||
|
* Add CLI flag `--suffix_list_url` to set the suffix list URL(s)
|
||||||
|
or source file(s)
|
||||||
|
(#gh/john-kurkowski/tldextract#197)
|
||||||
|
* Add CLI flag `--no_fallback_to_snapshot` to not fall back to
|
||||||
|
the snapshot
|
||||||
|
(#gh/john-kurkowski/tldextract#260)
|
||||||
|
* Add alias `--include_psl_private_domains` for CLI flag
|
||||||
|
`--private_domains`
|
||||||
|
Bugfixes
|
||||||
|
* Handle more internationalized domain name dots
|
||||||
|
(#gh/john-kurkowski/tldextract#253)
|
||||||
|
Misc.
|
||||||
|
* Update bundled snapshot
|
||||||
|
* Add basic CLI test coverage
|
||||||
|
Changes in 3.2.1:
|
||||||
|
Bugfixes
|
||||||
|
* Fix incorrect namespace used for caching function returns
|
||||||
|
(#gh/john-kurkowski/tldextract#258)
|
||||||
|
Changes in 3.2.0:
|
||||||
|
Features
|
||||||
|
* Add types to the public API
|
||||||
|
(#gh/john-kurkowski/tldextract#244)
|
||||||
|
Bugfixes
|
||||||
|
* Add support for Python 3.10, drop EOL Python 3.6
|
||||||
|
(#gh/john-kurkowski/tldextract/issues/246))
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 1 07:26:20 UTC 2021 - Mia Herkt <mia@0x0.st>
|
Fri Oct 1 07:26:20 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tldextract
|
# spec file for package python-tldextract
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-tldextract
|
Name: python-tldextract
|
||||||
Version: 3.1.2
|
Version: 3.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to separate the TLD of a URL
|
Summary: Python module to separate the TLD of a URL
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2034c3558651f7d8fdadea83fb681050b2d662dc67a00d950326dc902029444
|
|
||||||
size 103248
|
|
3
tldextract-3.3.0.tar.gz
Normal file
3
tldextract-3.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:adcd24abf21ce3450417cd5a00f23b7e57554ce8ae827334dd12bfcbb6274cf1
|
||||||
|
size 110388
|
Reference in New Issue
Block a user