Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-publicsuffixlist-1.0.2.20240903-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-publicsuffixlist Distribution: openSUSE Tumbleweed
Version: 1.0.2.20240903 Vendor: openSUSE
Release: 1.1 Build date: Wed Sep 4 11:57:53 2024
Group: Unspecified Build host: reproducible
Size: 70509 Source RPM: python-publicsuffixlist-1.0.2.20240903-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ko-zu/psl
Summary: Public suffix list implementaion in Python
Parser implementation for the Public Suffix List <https://publicsuffix.org/> in Python.

Support for IDN (unicode or punycoded).

Provides

Requires

License

MPL-2.0

Changelog

* 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
* Fri Mar 01 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Update to  0.10.0.20240214:
    * various toplevel domain updates
  - Switch to autosetup and pyproject macros.
  - No more greedy globs in %files.
* Tue Jan 09 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.10.0.20240108:
    * various toplevel domain updates
* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.10.0.20231214:
    * various toplevel domain updates
* Tue Nov 14 2023 Dirk Müller <dmueller@suse.com>
  - Update to version 0.10.0.20231109:
    * switch to automatically generated and uploaded to PyPI
    release.
* Fri Oct 28 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 0.9.1
    * Use underscore in setup.cfg format
* Tue Oct 04 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version to 0.9.0
    * Update PSL
    * Add tests for accept_unknown as method argument
    * Fix using a non-default accept_unknown in privatesuffix()
  - Update to version to 0.8.0
    * Update PSL
    * Ensure privateparts returns lowercase labels
    * Fix is_public for upper case input
    * Fix lowercase for TLD only suffix
    * Update PSL
    * Update PSL
    * Update PSL
    * Increment version
    * Update PSL
    * Add testcase for wildcard match
    * Update test data and readme link
    * Update PSL
    * Update PSL
    * Migrate CI to travis-ci.com
    * Update PSL
    * Update PSL
    * Update PSL
    * Update PSL
* Thu Dec 16 2021 Sebastian Wagner <sebix@sebix.at>
  - Update to version 0.7.11:
    - Add testcase for wildcard match.
    - Update test data and readme link.
    - Fixes issue #19
    - Update PSL.
  - Update to version 0.7.10:
    - Update PSL.
  - Update to version 0.7.9:
    - Update PSL.
* Sun May 30 2021 Sebastian Wagner <sebix@sebix.at>
  - update to version 0.7.8:
    - Update PSL
* Thu May 27 2021 pgajdos@suse.com
  - version update to 0.7.7
    * PSL updates

Files

/usr/lib/python3.10/site-packages/publicsuffixlist
/usr/lib/python3.10/site-packages/publicsuffixlist-1.0.2.20240903.dist-info
/usr/lib/python3.10/site-packages/publicsuffixlist-1.0.2.20240903.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/publicsuffixlist-1.0.2.20240903.dist-info/LICENSE
/usr/lib/python3.10/site-packages/publicsuffixlist-1.0.2.20240903.dist-info/METADATA
/usr/lib/python3.10/site-packages/publicsuffixlist-1.0.2.20240903.dist-info/RECORD
/usr/lib/python3.10/site-packages/publicsuffixlist-1.0.2.20240903.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/publicsuffixlist-1.0.2.20240903.dist-info/WHEEL
/usr/lib/python3.10/site-packages/publicsuffixlist-1.0.2.20240903.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/publicsuffixlist-1.0.2.20240903.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/publicsuffixlist/__init__.py
/usr/lib/python3.10/site-packages/publicsuffixlist/__pycache__
/usr/lib/python3.10/site-packages/publicsuffixlist/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/publicsuffixlist/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/publicsuffixlist/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/publicsuffixlist/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/publicsuffixlist/compat.py
/usr/share/doc/packages/python310-publicsuffixlist
/usr/share/doc/packages/python310-publicsuffixlist/README.md
/usr/share/licenses/python310-publicsuffixlist
/usr/share/licenses/python310-publicsuffixlist/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Sep 28 23:48:47 2024