python-uritools 3.0.2-1 source package in Ubuntu
Changelog
python-uritools (3.0.2-1) unstable; urgency=medium * New upstream release * d/copyright: Update copyright years * d/control: Bump Standards-Version to 4.5.1.1 * d/control: Bump debhelper-compat to 13 * d/control: Set Rules-Requires-Root to no -- Stein Magnus Jodal <email address hidden> Mon, 30 Aug 2021 22:58:54 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-uritools_3.0.2-1.dsc | 2.0 KiB | fa8eb2581985ab3ebbdc618fe7401fe036372c782d0820d04136644839665287 |
python-uritools_3.0.2.orig.tar.gz | 22.7 KiB | 28ffef82ce3b2793237d36e45aa7cde28dae6502f6a93fdbd05ede401520e279 |
python-uritools_3.0.2-1.debian.tar.xz | 3.1 KiB | afae40fdae56332e7ace46332f7eb9772ee6fbcb78f8cc7ffd34fee19abc6912 |
Available diffs
- diff from 3.0.0-2 to 3.0.2-1 (28.6 KiB)
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.