python-uritools 3.0.0-2 source package in Ubuntu

Changelog

python-uritools (3.0.0-2) unstable; urgency=medium

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

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.

 -- Stein Magnus Jodal <email address hidden>  Wed, 02 Dec 2020 22:24:31 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uritools_3.0.0-2.dsc 2.0 KiB 349595b004117f5cf00d9fe02eb05cdbf9e72a7d2f77a6204bf72ffa07dd3dac
python-uritools_3.0.0.orig.tar.gz 22.4 KiB 405917a31ce58a57c8ccd0e4ea290f38baf2f4823819c3688f5331f1aee4ccb0
python-uritools_3.0.0-2.debian.tar.xz 3.0 KiB 980f6fc28a4faa7e6cd42fd6e3022bf6d5e13bfd78ea998649d4767f770d9b9b

Available diffs

No changes file available.

Binary packages built by this source

python3-uritools: RFC 3986 compliant replacement for urlparse

 This module provides RFC 3986 compliant functions for parsing, classifying and
 composing URIs and URI references, largely replacing the Python Standard
 Library's urllib.parse module.
 .
 For various reasons, the Python 2 urlparse module is not compliant with
 current Internet standards, does not include Unicode support, and is generally
 unusable with proprietary URI schemes. Python 3's urllib.parse improves on
 Unicode support, but the other issues still remain.
 .
 This module aims to provide fully RFC 3986 compliant replacements for some
 commonly used functions found in urlparse and urllib.parse, plus additional
 functions for conveniently composing URIs from their individual components.