pkgsrc/www/py-bleach
markd fd625fbf4b Update py-bleach to 2.0.0
* Supports Python 3.6.

* Supports html5lib >= 0.99999999 (8 9s).

* There's a ``bleach.sanitizer.Cleaner`` class that you can instantiate with your
  favorite clean settings for easy reuse.

* There's a ``bleach.linkifier.Linker`` class that you can instantiate with your
  favorite linkify settings for easy reuse.

* There's a ``bleach.linkifier.LinkifyFilter`` which is an htm5lib filter that
  you can pass as a filter to ``bleach.sanitizer.Cleaner`` allowing you to clean
  and linkify in one pass.

* ``bleach.clean`` and friends can now take a callable as an attributes arg value.

* Tons of bug fixes.

* Cleaned up tests.

* Documentation fixes.
2017-04-23 04:09:15 +00:00
..
DESCR
distinfo Update py-bleach to 2.0.0 2017-04-23 04:09:15 +00:00
Makefile Update py-bleach to 2.0.0 2017-04-23 04:09:15 +00:00
PLIST Update py-bleach to 2.0.0 2017-04-23 04:09:15 +00:00