python-bleach 2.1.2-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Bump standards-version to 4.1.3 without further change
  * Bump minimum debhelper version to 9 to match compat

 -- Scott Kitterman <email address hidden>  Tue, 09 Jan 2018 23:32:15 -0500

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bleach_2.1.2-1.dsc 2.6 KiB 01b8a1f15bb441297d1a9de0e859a154554517af57e64a331a1958b6e58bdc3d
python-bleach_2.1.2.orig.tar.gz 48.6 KiB 87f02294a2d433bf0855f3b847611ed0f645808d647477797247462c49ec786d
python-bleach_2.1.2-1.debian.tar.xz 3.1 KiB 1c0ced6c195e3e02a6f82a4f8fadcd914c373cc77b8b6ccba0135629ab45becb

Available diffs

No changes file available.

Binary packages built by this source

python-bleach: whitelist-based HTML-sanitizing library (Python 2)

 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 2 version of the package.

python-bleach-doc: No summary available for python-bleach-doc in ubuntu cosmic.

No description available for python-bleach-doc in ubuntu cosmic.

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.