python-tld 0.11.11-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs.
  * Use debhelper-compat instead of debian/compat.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Sophie Brun ]
  * New upstream version 0.11.11
  * Update debian/copyright
  * Refresh patches
  * Add missing build-deps for tests
  * debian/rules: copy test files and add link for tests
  * Remove privacy breach in docs
  * Bump Standards-Version to 4.5.0

 -- Sophie Brun <email address hidden>  Wed, 08 Apr 2020 16:50:35 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tld_0.11.11-1.dsc 1.8 KiB 382dc8619425dc988098975e899ad1690d8e791d6e3cf9864fce62ca8abca47e
python-tld_0.11.11.orig.tar.gz 322.0 KiB 72c7170f68ade92a07be43b363afc8e42a98ffa3700d899a984fdbeedb339bac
python-tld_0.11.11-1.debian.tar.xz 7.1 KiB 9cbda5230e5998f55d875e12b9119ab9f419e549e207aea68aef79097180f0df

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).
 .
 This package installs the library for Python 3.