python-webencodings 0.5.1-5 source package in Ubuntu

Changelog

python-webencodings (0.5.1-5) unstable; urgency=medium

  * Bump Standards-Version to 4.6.1, no changes needed.
  * Support the nocheck build profile.

 -- Stefano Rivera <email address hidden>  Tue, 18 Oct 2022 17:51:33 +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 Pocket Published Component Section
Oracular release main misc
Noble release main misc
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-webencodings_0.5.1-5.dsc 1.6 KiB 559c045313c93f0f04c90e431e1adad291cfb4223947363bcca1a60386e85009
python-webencodings_0.5.1.orig.tar.gz 9.5 KiB b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923
python-webencodings_0.5.1-5.debian.tar.xz 3.5 KiB d91ff60be73bafc9213a60d938ae5f4e3945174fea584f1663c4b0e3b694cf00

Available diffs

No changes file available.

Binary packages built by this source

python3-webencodings: Python implementation of the WHATWG Encoding standard

 In order to be compatible with legacy web content when interpreting something
 like Content-Type: text/html; charset=latin1, tools need to use a particular
 set of aliases for encoding labels as well as some overriding rules. For
 example, US-ASCII and iso-8859-1 on the web are actually aliases for
 windows-1252, and an UTF-8 or UTF-16 BOM takes precedence over any other
 encoding declaration. The Encoding standard defines all such details so that
 implementations do not have to reverse-engineer each other.
 .
 This module has encoding labels and BOM detection, but the actual
 implementation for encoders and decoders is Python’s.
 .
 This package provides the module for Python 3.