| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-tld | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 0.12.1 | Vendor: openSUSE |
| Release: bp155.2.13 | Build date: Mon May 22 12:49:20 2023 |
| Group: Development/Languages/Python | Build host: lamb21 |
| Size: 1081861 | Source RPM: python-tld-0.12.1-bp155.2.13.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/barseghyanartur/tld | |
| Summary: URL top level domain (TLD) extraction module | |
This module extracts the top level domain (TLD) from the URL given. A list of TLD names is taken from Mozillas public suffix list: <https://publicsuffix.org/list/effective_tld_names.dat>
MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-only
* Mon May 18 2020 Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
* Sun May 03 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.12.1:
- Correctly handling domain names ending with dot(s).
* Wed Apr 22 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.12:
- Use Public Suffix list instead of deprecated Mozilla's MXR.
* Thu Mar 26 2020 pgajdos@suse.com
- version update to 0.11.11
* - Minor speed-ups, reduce memory usage.
* Thu Feb 06 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.11.10:
- Python 2.7 and 3.5 fixes.
* Thu Jan 02 2020 Tomáš Chvátal <tchvatal@suse.com>
- Do not use setup.py test but call pytest directly
* Tue Dec 24 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.11.9:
- Adding test TLDs list to the package.
- switch back to pypi file.
* Sun Dec 15 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- Switch to github tarball because of missing test files.
* Sun Dec 15 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.11.8:
- Minor fixes in setup.py.
- update to version 0.11.7
- There have been no code changes since 0.11.2. The only change is that
support for Python 2.7 and 3.5 has been added.
- Added support for Python 2.7.
- update to version 0.11.6:
- Targeted releases for all supported Python versions.
- update to version 0.11.5:
- Targeted releases for all supported Python versions.
- update to version 0.11.4:
- Changed order of the releases (Python 3.6 and up come first, then Python 3.5).
- Make all distributions except Python 3.5 universal.
- update to version 0.11.3:
- Added missing resources to the Python 3.5 release.
- update to version 0.11.2:
- Bring back Python 3.5 support.
- update to version 0.11.1:
- Minor speed ups.
- More on adding typing.
- update to version 0.11:
- Since introduction of parser classes, usage of
``NAMES_SOURCE_URL`` and ``NAMES_LOCAL_PATH`` of the ``tld.conf``
module is deprecated. Also, ``tld_names_local_path``
and ``tld_names_source_url`` arguments are deprecated as well.
If you want to customise things, implement your own parser (inherit from
``BaseTLDSourceParser``).
- Drop support for Python versions prior to 3.6.
- Clean-up dependencies.
- Introduce parsers.
- Drop ``tld_names_source_url`` and ``tld_names_local_path`` introduced
in the previous release.
- Minor speed-ups (including tests).
- update to version 0.10:
- This is the last release to support Python 2.
- Make it possible to provide a custom path to the TLD names file.
- Make it possible to free up some resources occupied due to loading custom
tld names by calling the ``reset_tld_names`` function
with ``tld_names_local_path`` parameter.
* Tue Nov 26 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.9.8:
- Fix for occasional issue when some domains are not correctly recognised.
- update to version 0.9.7:
- Handling urls that are only a TLD.
- Accepts already splitted URLs.
- Tested against Python 3.8.
* Mon Sep 16 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.6:
* Fix for update-tld-names returns a non-zero exit code on success
* Minor tests improvements.
* Sat Sep 14 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.9.5:
- Tests improvements.
- update to version 0.9.4:
- Optimisations in setup.py, tests and console scripts.
- Skip testing the update-tld-names functionality if no internet is available.
- add skip_internet_tests.patch
- remove remove-download-test.patch
* Sun Apr 07 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.9.3:
- Added `is_tld` function.
- Docs updated.
- Upgrade test suite.
* Wed Jan 23 2019 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase.
* Tue Jan 15 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 0.9.2:
* Fix an issue causing certain punycode TLDs to be deemed invalid.
* Tested against Python 3.7.
* Added tests for commands.
* Dropped Python 2.6 support.
* TLD source updated to the latest version.
- Update and extend remove-download-test.patch
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Mon Jul 09 2018 sebix+novell.com@sebix.at
- remove fix-setup-test.patch, merged upstream
- update to version 0.9.1:
* Correctly handling nested TLDs.
- update to version 0.9:
* This release contains backward incompatible changes. You should update your code.
* The active_only option has been removed from get_tld, get_fld and parse_url functions. Update your code accordingly.
* Removed active_only option from get_tld, get_fld and parse_url functions.
* Correctly handling exceptions (!) in the original TLD list.
* Fixes in documentation.
* Added parse_tld function.
* Fixes the python setup.py test command.
* Fri Jul 06 2018 sebix+novell.com@sebix.at
- add remove-download-test.patch to remove download test requiring internet
- add fix-setup-test.patch to fix setup.py test_suite specifier
- update to version 0.8:
- This release contains backward incompatible changes. You should update
your code.
Old `get_tld` functionality remain is moved to `get_fld` (first-level
domain definition). The `as_object` argument (False by default) has been
deprecated for `get_fld`.
Have a look at the packages' documentation and changelog for details and examples.
- Move to a Trie to match TLDs. This brings a speed up of 15-20%.
- It's now possible to search in public, private or all suffixes (old
behaviour). Use `search_public` and `search_private` arguments accordingly.
By default (to support old behavior), both are set to True.
- Correct TLD definitions.
- Domains like `*****.xn--fiqs8s` are now recognized as well.
- Due to usage of `urlsplit` instead of `urlparse`, the initial list of TLDs
is assembled quicker (a speed-up of 15-20%).
- Docs/ directory is included in source distribution tarball.
* Sat Apr 07 2018 sebix+novell.com@sebix.at
- update to version 0.7.10:
* more documentation files included
* included license file
* update tld data
* Thu Dec 07 2017 sebix+novell.com@sebix.at
- initial package for version 0.7.9
/etc/alternatives/update-tld-names /usr/bin/update-tld-names /usr/bin/update-tld-names-3.6 /usr/lib/python3.6/site-packages/tld /usr/lib/python3.6/site-packages/tld-0.12.1-py3.6.egg-info /usr/lib/python3.6/site-packages/tld-0.12.1-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/tld-0.12.1-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/tld-0.12.1-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/tld-0.12.1-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/tld-0.12.1-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/tld-0.12.1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/tld/__init__.py /usr/lib/python3.6/site-packages/tld/__pycache__ /usr/lib/python3.6/site-packages/tld/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/base.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/base.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/conf.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/conf.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/defaults.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/defaults.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/exceptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/exceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/helpers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/helpers.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/registry.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/registry.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/result.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/result.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/trie.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/trie.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/base.py /usr/lib/python3.6/site-packages/tld/conf.py /usr/lib/python3.6/site-packages/tld/defaults.py /usr/lib/python3.6/site-packages/tld/exceptions.py /usr/lib/python3.6/site-packages/tld/helpers.py /usr/lib/python3.6/site-packages/tld/parsers /usr/lib/python3.6/site-packages/tld/parsers/__init__.py /usr/lib/python3.6/site-packages/tld/parsers/__pycache__ /usr/lib/python3.6/site-packages/tld/parsers/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/parsers/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/parsers/__pycache__/mozilla.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/parsers/__pycache__/mozilla.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/parsers/mozilla.py /usr/lib/python3.6/site-packages/tld/registry.py /usr/lib/python3.6/site-packages/tld/res /usr/lib/python3.6/site-packages/tld/res/effective_tld_names.dat.txt /usr/lib/python3.6/site-packages/tld/res/old /usr/lib/python3.6/site-packages/tld/res/old/effective_tld_names-2013-04-22.dat.txt /usr/lib/python3.6/site-packages/tld/res/old/effective_tld_names-2015-07-19.dat.txt /usr/lib/python3.6/site-packages/tld/res/old/effective_tld_names-2015-11-22.dat.txt /usr/lib/python3.6/site-packages/tld/result.py /usr/lib/python3.6/site-packages/tld/tests /usr/lib/python3.6/site-packages/tld/tests/__init__.py /usr/lib/python3.6/site-packages/tld/tests/__pycache__ /usr/lib/python3.6/site-packages/tld/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/tests/__pycache__/base.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/tests/__pycache__/base.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/tests/__pycache__/test_commands.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/tests/__pycache__/test_commands.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/tests/__pycache__/test_core.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/tld/tests/__pycache__/test_core.cpython-36.pyc /usr/lib/python3.6/site-packages/tld/tests/base.py /usr/lib/python3.6/site-packages/tld/tests/res /usr/lib/python3.6/site-packages/tld/tests/res/effective_tld_names_custom.dat.txt /usr/lib/python3.6/site-packages/tld/tests/test_commands.py /usr/lib/python3.6/site-packages/tld/tests/test_core.py /usr/lib/python3.6/site-packages/tld/trie.py /usr/lib/python3.6/site-packages/tld/utils.py /usr/share/doc/packages/python3-tld /usr/share/doc/packages/python3-tld/CHANGELOG.rst /usr/share/doc/packages/python3-tld/README.rst /usr/share/licenses/python3-tld /usr/share/licenses/python3-tld/LICENSE_GPL2.0.txt /usr/share/licenses/python3-tld/LICENSE_LGPL_2.1.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 16:24:48 2026