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

python3-tldextract-3.1.2-bp154.1.52 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-tldextract Distribution: SUSE Linux Enterprise 15 SP4
Version: 3.1.2 Vendor: openSUSE
Release: bp154.1.52 Build date: Mon May 9 11:24:06 2022
Group: Development/Languages/Python Build host: cloud105
Size: 310156 Source RPM: python-tldextract-3.1.2-bp154.1.52.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/john-kurkowski/tldextract
Summary: Python module to separate the TLD of a URL
tldextract accurately separates the gTLD or ccTLD (generic or country code
top-level domain) from the registered domain and subdomains of a URL, using the
Public Suffix List. By default, this includes the public ICANN TLDs and their
exceptions. You can optionally support the Public Suffix List's private domains
as well.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Oct 01 2021 Mia Herkt <mia@0x0.st>
  - Update to 3.1.2 (no visible changes)
  - Changes in 3.1.1:
    * Bugfixes
      + Support Python 3.9
      + Drop support for EOL Python 3.5
* Thu Feb 04 2021 Benjamin Greiner <code@bnavigator.de>
  - Fix python-rpm-macros singlespec glitches:
    * The versions go inside python_module
    * The obsoletion of the old python2 package did not work with
      the python_subpackages rewrite
* Sat Nov 28 2020 Mia Herkt <mia@0x0.st>
  - Update to 3.1.0:
    * Features
      + Prefer to cache in XDG cache directory in user folder,
      vs. in Python install folder
      (https://github.com/john-kurkowski/tldextract/issues/213)
      + Fix `AttributeError` on `--update`
      (https://github.com/john-kurkowski/tldextract/issues/215)
* Mon Oct 26 2020 Mia Herkt <mia@0x0.st>
  - Update to 3.0.2:
    * Catch permission error when making cache dir, as well as cache
      file (https://github.com/john-kurkowski/tldextract/issues/211)
* Fri Oct 23 2020 Mia Herkt <mia@0x0.st>
  - Update to 3.0.1:
    * Fix `tlds` property `AttributeError`
      (https://github.com/john-kurkowski/tldextract/issues/210)
    * Allow `include_psl_private_domains` in global `extract` too
      (https://github.com/john-kurkowski/tldextract/issues/210)
* Tue Oct 20 2020 Mia Herkt <mia@0x0.st>
  - Update to 3.0.0:
    This release fixes the long standing bug that public and private
    suffixes were generated separately and could not be switched at
    runtime, https://github.com/john-kurkowski/tldextract/issues/66
    * Breaking Changes
      + Rename `cache_file` to `cache_dir` as it is no longer a
      single file but a directory
      (https://github.com/john-kurkowski/tldextract/issues/207)
      + Rename CLI arg also, from `--cache_file` to `--cache_dir`
      + Remove Python 2.7 support
    * Features
      + Can pass `include_psl_private_domains` on call, not only on
      construction
      + Use filelocking to support multi-processing and
      multithreading environments
    * Bugfixes
      + Select public or private suffixes at runtime
      (https://github.com/john-kurkowski/tldextract/issues/66)
    * Removals
      + Do not `debug` log the diff during update
    * Drop tldextract-tests-offline.patch
* Thu Sep 17 2020 Dirk Mueller <dmueller@suse.com>
  - update to 2.2.3:
    * Fix concurrent access to cache file when using tldextract in multiple threads ([#146](https://github.com/john-kurkowski/tldextract/pull/146))
    * Relocate version number, to avoid costly imports ([#187](https://github.com/john-kurkowski/tldextract/pull/187))
    * Catch `IndexError` caused by upstream punycode bug ([#200](https://github.com/john-kurkowski/tldextract/pull/200))
    * Drop support for EOL Python 3.4 ([#186](https://github.com/john-kurkowski/tldextract/pull/186))
    * Explain warning better
* Wed Sep 16 2020 Dirk Mueller <dmueller@suse.com>
  - update to 2.2.2:
    * Fix concurrent access to cache file when using tldextract in multiple threads ([#146](https://github.com/john-kurkowski/tldextract/pull/146))
    * Relocate version number, to avoid costly imports ([#187](https://github.com/john-kurkowski/tldextract/pull/187))
    * Catch `IndexError` caused by upstream punycode bug ([#200](https://github.com/john-kurkowski/tldextract/pull/200))
    * Drop support for EOL Python 3.4 ([#186](https://github.com/john-kurkowski/tldextract/pull/186))
    * Explain warning better
* Mon May 18 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Wed Mar 11 2020 pgajdos@suse.com
  - version update to 2.2.2
    * Bugfixes
    * Catch file not found
    * Use pkgutil instead of pkg_resources ([#163](https://github.com/john-kurkowski/tldextract/pull/163))
    * Performance: avoid recomputes, a regex, and a partition
    * Misc.
    * Update LICENSE from GitHub template
    * Fix warning about literal comparison
    * Modernize testing ([#177](https://github.com/john-kurkowski/tldextract/issues/177))
    * Use the latest pylint that works in Python 2
    * Appease pylint with the new rules
    * Support Python 3.8-dev
    * Drop support for EOL Python 3.4
* Sun Mar 10 2019 Martin Herkt <9+suse@cirno.systems>
  - Run test suite
  - Add tldextract-tests-offline.patch
    No internet connection on OBS build hosts; skip suffix list
    snapshot diff
  - Update to 2.2.1
    * Bugfixes
    - Ignore case on punycode prefix check
    - Drop support for EOL Python 2.6
    - Improve sundry doc and README bits
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Mon Apr 16 2018 jengelh@inai.de
  - Update summary.
* Tue Feb 06 2018 9+suse@cirno.systems
  - Convert to singlespec, fix non-SPDX license tag
  - Add rpmlintrc for (required) hidden file
  - Add README.md to docs and use %license macro
  - Update to 2.2.0
    * Bugfixes:
    - Switch to explicit Python version check
    - Work around `pkg_resources` missing
    - Always close sessions
    * Features:
    - Add `fqdn` and `ipv4` convenience properties
    - Add `cache_fetch_timeout` kwarg
      and `TLDEXTRACT_CACHE_TIMEOUT` env var
    * Misc:
    - Document public vs. private domains
    - Document support for Python 3.6
* Fri Jun 24 2016 archie.cobbs@gmail.com
  - Correct license in spec file (MIT -> BSD)
* Sun Jun 19 2016 archie.cobbs@gmail.com
  - Fix homepage URL in specfile
* Tue Jun 14 2016 archie.cobbs@gmail.com
  - Initial creation of package, version 2.0.1

Files

/etc/alternatives/tldextract
/usr/bin/tldextract
/usr/bin/tldextract-3.6
/usr/lib/python3.6/site-packages/tldextract
/usr/lib/python3.6/site-packages/tldextract-3.1.2-py3.6.egg-info
/usr/lib/python3.6/site-packages/tldextract-3.1.2-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/tldextract-3.1.2-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/tldextract-3.1.2-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/tldextract-3.1.2-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/tldextract-3.1.2-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/tldextract-3.1.2-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/tldextract/.tld_set_snapshot
/usr/lib/python3.6/site-packages/tldextract/__init__.py
/usr/lib/python3.6/site-packages/tldextract/__main__.py
/usr/lib/python3.6/site-packages/tldextract/__pycache__
/usr/lib/python3.6/site-packages/tldextract/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/_version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/_version.cpython-36.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/remote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/remote.cpython-36.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/suffix_list.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/suffix_list.cpython-36.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/tldextract.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/tldextract/__pycache__/tldextract.cpython-36.pyc
/usr/lib/python3.6/site-packages/tldextract/_version.py
/usr/lib/python3.6/site-packages/tldextract/cache.py
/usr/lib/python3.6/site-packages/tldextract/cli.py
/usr/lib/python3.6/site-packages/tldextract/remote.py
/usr/lib/python3.6/site-packages/tldextract/suffix_list.py
/usr/lib/python3.6/site-packages/tldextract/tldextract.py
/usr/share/doc/packages/python3-tldextract
/usr/share/doc/packages/python3-tldextract/README.md
/usr/share/licenses/python3-tldextract
/usr/share/licenses/python3-tldextract/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024