python-tld 0.11.11-4 source package in Ubuntu

Changelog

python-tld (0.11.11-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-tld-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Wed, 14 Dec 2022 18:47:44 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tld_0.11.11-4.dsc 2.1 KiB 5ccf3de4e268a2862e8be608ebc24aedbb64d141d9466a32ee36869cbcb3e96c
python-tld_0.11.11.orig.tar.gz 322.0 KiB 72c7170f68ade92a07be43b363afc8e42a98ffa3700d899a984fdbeedb339bac
python-tld_0.11.11-4.debian.tar.xz 7.4 KiB 125cbf8a79ddd93846f8dabbdfdcec7d676d292cd988336141a9447186c80ed3

Available diffs

No changes file available.

Binary packages built by this source

python-tld-doc: Extract the top level domain (TLD) from a given URL (common documentation)

 This package contains a module which extracts the top level domain (TLD) from
 the given URL. It uses the list of TLD names provided by publicsuffix
 (initiated by Mozilla).
 .
 It can optionally raises exceptions on non-existing TLDs or silently fails (if
 fail_silently argument is set to True).
 .
 This is the common documentation package.

python3-tld: Extract the top level domain (TLD) from a given URL (Python 3)

 This package contains a module which extracts the top level domain (TLD) from
 the given URL. The list of TLD names is taken from Mozilla.
 .
 It can optionally raises exceptions on non-existing TLDs or silently fails (if
 fail_silently argument is set to True).