url-normalize 1.4.3-2 source package in Ubuntu

Changelog

url-normalize (1.4.3-2) unstable; urgency=medium

  * source-only upload

 -- Sandro Tosi <email address hidden>  Sat, 15 Jan 2022 00:48:06 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
url-normalize_1.4.3-2.dsc 2.1 KiB ecef0023d8976ce7489e01e005747e2baf8f54bbbdc19501fe5ecfc5ef5aa3a9
url-normalize_1.4.3.orig.tar.gz 8.3 KiB 9803deb16a6ecd88075686c4445ff6c78986d3ae676a4cc6cc3e4d324bc45c56
url-normalize_1.4.3-2.debian.tar.xz 2.6 KiB f1436767af48a808655d7a1a2779d6a4757f87abe4d7dd3c77fa01a57d29650c

Available diffs

No changes file available.

Binary packages built by this source

python3-url-normalize: URL normalization for Python

 URI Normalization function:
 .
  * Take care of IDN domains.
  * Always provide the URI scheme in lowercase characters.
  * Always provide the host, if any, in lowercase characters.
  * Only perform percent-encoding where it is essential.
  * Always use uppercase A-through-F characters when percent-encoding.
  * Prevent dot-segments appearing in non-relative URI paths.
  * For schemes that define a default authority, use an empty authority if the
    default is desired.
  * For schemes that define an empty path to be equivalent to a path of "/", use
    "/".
  * For schemes that define a port, use an empty port if the default is desired
  * All portions of the URI must be utf-8 encoded NFC from Unicode strings