Update to py-html-sanitzer-1.4.0:
- don't drop <form>-related elements in the lxml cleaner - allow better control of element merging - fix some more cases for nested paragraphs
This commit is contained in:
parent
e6ae097468
commit
593945031a
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/02/13 21:00:03 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2018/04/05 13:11:32 joerg Exp $
|
||||
|
||||
DISTNAME= html-sanitizer-1.3.0
|
||||
DISTNAME= html-sanitizer-1.4.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc converters python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=h/html-sanitizer/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/02/13 21:00:03 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.2 2018/04/05 13:11:32 joerg Exp $
|
||||
|
||||
SHA1 (html-sanitizer-1.3.0.tar.gz) = 67ffae88b696cfb623d6778d4ae6bd6ac792d250
|
||||
RMD160 (html-sanitizer-1.3.0.tar.gz) = 17dd857a28bea1a1af2540e5c7267810d07dcd51
|
||||
SHA512 (html-sanitizer-1.3.0.tar.gz) = cc231f2257300962cda3dea29dc37943bafb72a07b157cc3e47222594e4b01d6d3a5e0688696277d6617a4f160987f5d13220dca1a6c5528d1b472ccdd392483
|
||||
Size (html-sanitizer-1.3.0.tar.gz) = 10953 bytes
|
||||
SHA1 (html-sanitizer-1.4.0.tar.gz) = 7ff269fa61525fb6594cd67cc7d38020fb3a41ed
|
||||
RMD160 (html-sanitizer-1.4.0.tar.gz) = e3de8eff839bf99da8f2baf4990cb33fec4de8f1
|
||||
SHA512 (html-sanitizer-1.4.0.tar.gz) = 5df33e1c0002e1fb06fe5a4593571ff9d7f7c82b30f62a813a2f12049514dcafe37cc6f06af0e8bc5adeb5ad7643a0cc4279a93799e50174892330d4e62eb954
|
||||
Size (html-sanitizer-1.4.0.tar.gz) = 12526 bytes
|
||||
|
|
Loading…
Reference in a new issue