python-bleach 6.1.0-1 source package in Ubuntu

Changelog

python-bleach (6.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 6.1.0
  * Rebuild patch queue from patch-queue branch
    Modified patch:
    Privacy-Don-t-link-to-external-resources.patch

 -- Carsten Schoenert <email address hidden>  Sat, 21 Oct 2023 19:25:20 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bleach_6.1.0-1.dsc 2.4 KiB 9187cf00bd82ee6cd5a62ab7707cec805fc3251fff0f5a5ef15c2978649b0b26
python-bleach_6.1.0.orig.tar.gz 177.9 KiB 51ddc6e7c0d37fad3ccdc5a39afa8b7b3652dc9a6e7aab9c7c4a2143d60464dc
python-bleach_6.1.0-1.debian.tar.xz 8.6 KiB 4927aa1bb4f4262fc0b03b40649302d21270f84974029c94ee16a9719d3ad039

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.