python-webencodings 0.5.1-1build1 source package in Ubuntu

Changelog

python-webencodings (0.5.1-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:44:50 +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-webencodings_0.5.1.orig.tar.gz 9.5 KiB b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923
python-webencodings_0.5.1-1build1.debian.tar.xz 3.2 KiB 2ade130238baf10af4c65ab7b1fb14a9686389c65861868a8bb8184039dc1bdf
python-webencodings_0.5.1-1build1.dsc 2.3 KiB 0fb2a6a9a90997b5ae5ff18b249e2ac65941f02437dc75d73cfc74020ac1b353

View changes file

Binary packages built by this source

python-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 2.

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.