python-uritools 2.2.0-1build1 source package in Ubuntu

Changelog

python-uritools (2.2.0-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:44:44 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uritools_2.2.0.orig.tar.gz 23.3 KiB 80e8e23cafad54fd85811b5d9ba0fc595d933f5727c61c3937945eec09f99e2b
python-uritools_2.2.0-1build1.debian.tar.xz 2.8 KiB d7fad2df7b1690eb416b84e1fbeaa061e5c736b474ddc67a4b26319c4cfa8645
python-uritools_2.2.0-1build1.dsc 2.2 KiB 221f95cb8f5df114c326504ac93d1b91726484ae5ba65140f6725ba63cac8f9b

View changes file

Binary packages built by this source

python-uritools: No summary available for python-uritools in ubuntu focal.

No description available for python-uritools in ubuntu focal.

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.