pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-bleach py-bleach: updated to 3.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/03973be457bf
branches: trunk
changeset: 390455:03973be457bf
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jan 21 12:23:39 2019 +0000
description:
py-bleach: updated to 3.1.0
Version 3.1.0:
**Features**
* Add recognized_tags argument to the linkify Linker class. This
fixes issues when linkifying on its own and having some tags get escaped.
It defaults to a list of HTML5 tags.
**Bug fixes**
* Add six>=1.9 to requirements.
* Fix cases where attribute names could have invalid characters in them.
* Fix problems with LinkifyFilter not being able to match links
across &.
* Fix InputStreamWithMemory when the BleachHTMLParser is
parsing meta tags.
* Fix doctests.
diffstat:
www/py-bleach/Makefile | 7 +++----
www/py-bleach/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (37 lines):
diff -r da6f4c7fdd94 -r 03973be457bf www/py-bleach/Makefile
--- a/www/py-bleach/Makefile Mon Jan 21 12:15:27 2019 +0000
+++ b/www/py-bleach/Makefile Mon Jan 21 12:23:39 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/10/30 09:48:29 hauke Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/21 12:23:39 adam Exp $
-DISTNAME= bleach-3.0.2
-PKGREVISION= 1
+DISTNAME= bleach-3.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bleach/}
@@ -11,7 +10,7 @@
COMMENT= Easy whitelist-based HTML-sanitizing tool
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.0:../../devel/py-test-runner
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test
diff -r da6f4c7fdd94 -r 03973be457bf www/py-bleach/distinfo
--- a/www/py-bleach/distinfo Mon Jan 21 12:15:27 2019 +0000
+++ b/www/py-bleach/distinfo Mon Jan 21 12:23:39 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/10/26 09:11:54 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/01/21 12:23:39 adam Exp $
-SHA1 (bleach-3.0.2.tar.gz) = e7ee75050ccace055d5040010e3fdfb8e2535a3a
-RMD160 (bleach-3.0.2.tar.gz) = 56c205f477a43e4b9d8d13145b7b6d86adbb7dc9
-SHA512 (bleach-3.0.2.tar.gz) = f5a6537c5b048a23b7834f27e30413517f82082f2abc4ad26c16a3aa4486545beec5394d2b759e82022f4cb8915e4034d8cd3383e41a3772a73f3858c283c155
-Size (bleach-3.0.2.tar.gz) = 165682 bytes
+SHA1 (bleach-3.1.0.tar.gz) = b44b7705a1425338cf429d66f009aa15d09b768d
+RMD160 (bleach-3.1.0.tar.gz) = aa1bda9144a52123e900452e78325da2090cbded
+SHA512 (bleach-3.1.0.tar.gz) = 8db3a54b68fa66a07a3b4b90481557aac06e7783f9c72035a6f037909017354718b67b64153e1cd50cb2c821174b8282837c4c3e667878041a68703b141b2969
+Size (bleach-3.1.0.tar.gz) = 167814 bytes
Home |
Main Index |
Thread Index |
Old Index