python-uritools 4.0.1-1 source package in Ubuntu

Changelog

python-uritools (4.0.1-1) unstable; urgency=medium

  * New upstream release
  * d/copyright: Update copyright years
  * d/control: Bump Standards-Version to 4.6.2, no changes

 -- Stein Magnus Jodal <email address hidden>  Sat, 18 Mar 2023 23:26:01 +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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uritools_4.0.1-1.dsc 2.0 KiB 12acaed37103736547a09d6f5a62dc1232c9b0a4bcf76a44e7a8029487e4dfda
python-uritools_4.0.1.orig.tar.gz 23.0 KiB efc5c3a6de05404850685a8d3f34da8476b56aa3516fbf8eff5c8704c7a2826f
python-uritools_4.0.1-1.debian.tar.xz 3.1 KiB cbab3770925c75d9e07b32b5b49c2ab08efa57b7da15e403b30429d935572e7e

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.