python-tld 0.13-1 source package in Ubuntu

Changelog

python-tld (0.13-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 0.13
  * Refresh patches
  * Use new dh-sequence-python3
  * Set "Rules-Requires-Root: no"

 -- Alexandre Detiste <email address hidden>  Mon, 27 May 2024 00:04:20 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tld_0.13-1.dsc 2.1 KiB 9aa48920101073f05944a4cd3103e86f8a8fe1e864213b0353ba70329e518e35
python-tld_0.13.orig.tar.gz 437.3 KiB b9f6aeba07e45f534f0b70b34520ad6447be5e3cb78608e164d94059e2d47406
python-tld_0.13-1.debian.tar.xz 4.7 KiB 77c99f136030f8070688ae767700100930ad024661d4a4c04e8a4192981f47fc

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).