python-bleach 6.0.0-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Upload to unstable

 -- Carsten Schoenert <email address hidden>  Wed, 21 Jun 2023 19:18:15 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bleach_6.0.0-2.dsc 2.4 KiB 3bdc9d0b374c5d49cccb57cc42bfac99deaf86fb9439948c650df40a386db3b1
python-bleach_6.0.0.orig.tar.gz 177.3 KiB c7c681d9f10ba605fec85df09f78ad67ca3f877dd00e96fee96ca0701bfda9d8
python-bleach_6.0.0-2.debian.tar.xz 8.6 KiB 4f10f39312ee3a212797272888fdd711531eab2d6337431e5c2ff579002ad130

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.