python-webencodings 0.5-2 source package in Ubuntu

Changelog

python-webencodings (0.5-2) unstable; urgency=medium

  * d/rules: Run tests via nose at build time.
  * d/control: Add python{,3}-nose to Build-Depends.

 -- Barry Warsaw <email address hidden>  Thu, 05 Jan 2017 10:30:19 -0500

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Sid
Original maintainer:
Barry Warsaw
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-webencodings_0.5-2.dsc 2.2 KiB 83d6d98cb7a8b1b59c84ad37d9ebe0ba76256088c245afe3a5a2428bd37c424e
python-webencodings_0.5.orig.tar.gz 9.3 KiB a5c55ee93b24e740fe951c37b5c228dccc1f171450e188555a775261cce1b904
python-webencodings_0.5-2.debian.tar.xz 2.8 KiB 9d39a6538fa498b01e04e5f8ba526f1803c5d5f370053a71b6f4e96ebd998678

Available diffs

No changes file available.

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.