python-webencodings 0.5.1-2 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Remove ancient X-Python3-Version field.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #938256

 -- Sandro Tosi <email address hidden>  Mon, 13 Apr 2020 17:51:08 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-webencodings_0.5.1-2.dsc 2.1 KiB 47e33bee3791bd924159f3769ff2c36e056988f423a6203526fd3684b2172afc
python-webencodings_0.5.1.orig.tar.gz 9.5 KiB b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923
python-webencodings_0.5.1-2.debian.tar.xz 3.1 KiB fa5fbda7af1387df3635f3aa08c47b7e7ffff21ffc117664ad4fdcc01db869f5

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.