* Mon Apr 28 2025 Dirk Müller <dmueller@suse.com>
- update to 1.0.2.20250428:
* various toplevel domain updates
* Tue Feb 25 2025 Dirk Müller <dmueller@suse.com>
- update to 1.0.2.20250225:
* various toplevel domain updates
* Wed Nov 20 2024 Dirk Müller <dmueller@suse.com>
- update to 1.0.2.20241120:
* various toplevel domain updates
* Thu Nov 07 2024 Dirk Müller <dmueller@suse.com>
- update to 1.0.2.20241107:
* various toplevel domain updates
* Fri Oct 18 2024 Dirk Müller <dmueller@suse.com>
- update to 1.0.2.20241018:
* various toplevel domain updates
* Mon Sep 30 2024 Dirk Müller <dmueller@suse.com>
- update to 1.0.2.20240927:
* various toplevel domain updates
* Wed Sep 04 2024 Sebastian Wagner <sebix@sebix.at>
- update to version 1.0.2:
- Use @typing.overload to indicate str-to-str domain input/output. #32.
- Address deprecation of ByteString in python 3.14.
- update to version 1.0.1:
- Fix internal logic where domain name passed as a tuple of bytes, that contains
UTF-8 encoded non-ascii chars, unintentionally matched PSL. Fixes #31.
- update to version 1.0.0:
- This version drops support for Python 2.x and 3.4.
- The internal logic has been slightly changed to address conflicting evaluation
rules between the PSL wiki and the test data.
As with versions before 1.0.0, this module assumes that wildcards have
implicit public declarations on the wildcard root.
- With the minimum Python version changed to 3.5, type annotations have
been added to exposed API methods to clarify expected input types.
For example, psl.publicsuffix() now accepts `str` or `Tuple[bytes, ...]`.
- Add tuple of bytes style input
- Add keep_case keyword argument
- Accept trailing dot
- Migrate CI to GitHub Actions
* Sun Apr 21 2024 Dirk Müller <dmueller@suse.com>
- update to 0.10.0.20240420:
* various toplevel domain updates
* Mon Apr 15 2024 Dirk Müller <dmueller@suse.com>
- update to 0.10.0.20240412:
* various toplevel domain updates
* Tue Mar 19 2024 Dirk Müller <dmueller@suse.com>
- update to 0.10.0.20240312:
* various toplevel domain updates
Version: 0.6.13-bp152.1.7
* Thu Mar 19 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.6.13
* no changelog found
* Tue Sep 10 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.6.11:
* no upstream changelog
* Tue Jul 23 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.6.9:
* no upstream changelog
* Mon May 20 2019 pgajdos@suse.com
- version update to 0.6.7
* no upstream changelog
* Sat Mar 16 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 0.6.5:
* No changes
- Update to version 0.6.4:
* No changes
* Tue Jan 15 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 0.6.3:
* No changes
- Update to version 0.6.2:
* No changes
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Mon May 21 2018 sebix+novell.com@sebix.at
- update to version 0.6.1:
- cleanup pypi descriptors
- update to version 0.6.0:
- support for icann-only suffixes
* Mon May 14 2018 sebix+novell.com@sebix.at
- add change_psl_location.patch to use list from publicsuffix package.