Skip to content

Commit

Permalink
Update python-tldextract to version 3.3.0 / rev 14 via SR 982862
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/982862
by user mia + dimstar_suse
- 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, dr
  • Loading branch information
mia authored and bmwiedemann committed Jun 16, 2022
1 parent f85fc6b commit 196abad
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 3 deletions.
Binary file modified packages/p/python-tldextract/.files
Binary file not shown.
34 changes: 34 additions & 0 deletions packages/p/python-tldextract/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,38 @@ Needed for python-dns-lexicon</comment>
+ Drop support for EOL Python 3.5</comment>
<requestid>922516</requestid>
</revision>
<revision rev="14" vrev="1">
<srcmd5>3282844389847c213cde006d9c317a95</srcmd5>
<version>3.3.0</version>
<time>1655396454</time>
<user>dimstar_suse</user>
<comment>- 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))</comment>
<requestid>982862</requestid>
</revision>
</revisionlist>
31 changes: 31 additions & 0 deletions packages/p/python-tldextract/python-tldextract.changes
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
4 changes: 2 additions & 2 deletions packages/p/python-tldextract/python-tldextract.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -20,7 +20,7 @@
%define skip_python2 1
%define oldpython python
Name: python-tldextract
Version: 3.1.2
Version: 3.3.0
Release: 0
Summary: Python module to separate the TLD of a URL
License: BSD-3-Clause
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-tldextract/tldextract-3.1.2.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-tldextract/tldextract-3.3.0.tar.gz

0 comments on commit 196abad

Please sign in to comment.