python-bleach 5.0.1-2 source package in Ubuntu

Changelog

python-bleach (5.0.1-2) unstable; urgency=medium

  * Team upload.

  [ Scott Kitterman ]
  * Remove myself from uploaders

  [ Debian Janitor ]
  * Set upstream metadata fields: Contact.
  * Update standards version to 4.6.2, no changes needed.

  [ Colin Watson ]
  * Recommend python3-tinycss2 (closes: #1024833).

 -- Colin Watson <email address hidden>  Mon, 09 Jan 2023 10:55:59 +0000

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bleach_5.0.1-2.dsc 2.5 KiB edc5c6e2729776720ea1bfb7119d93c6df58e1bbf8b01da32c7cf35490caed58
python-bleach_5.0.1.orig.tar.gz 177.7 KiB d0c3196d130ee6dc0aba3f1725960a3fc3831d5c9ece45b2626bda9cf1e89d40
python-bleach_5.0.1-2.debian.tar.xz 8.5 KiB 38c8a7091308af2ee5890d52ecad7ce1b161467355f874a9241810d652578857

Available diffs

No changes file available.

Binary packages built by this source

python-bleach-doc: whitelist-based HTML-sanitizing library (common documentation)

 Bleach is an HTML sanitizing library that escapes or strips markup and
 attributes based on a white list. Bleach can also linkify text safely,
 applying filters that Django's urlize filter cannot, and optionally setting
 rel attributes, even on links already in the text.
 .
 Bleach is intended for sanitizing text from untrusted sources. If you find
 yourself jumping through hoops to allow your site administrators to do lots of
 things, you're probably outside the use cases. Either trust those users, or
 don't.
 .
 Because it relies on html5lib, Bleach is as good as modern browsers at dealing
 with weird, quirky HTML fragments. And any of Bleach's methods will fix
 unbalanced or mis-nested tags.
 .
 This is the common documentation package.

python3-bleach: whitelist-based HTML-sanitizing library (Python 3)

 Bleach is an HTML sanitizing library that escapes or strips markup and
 attributes based on a white list. Bleach can also linkify text safely,
 applying filters that Django's urlize filter cannot, and optionally setting
 rel attributes, even on links already in the text.
 .
 Bleach is intended for sanitizing text from untrusted sources. If you find
 yourself jumping through hoops to allow your site administrators to do lots of
 things, you're probably outside the use cases. Either trust those users, or
 don't.
 .
 Because it relies on html5lib, Bleach is as good as modern browsers at dealing
 with weird, quirky HTML fragments. And any of Bleach's methods will fix
 unbalanced or mis-nested tags.
 .
 This is the Python 3 version of the package.