Sun Dec 10 16:56:51 2017 UTC ()
py-bleach: updated to 2.1.2

Version 2.1.2:
Bug fixes
* Support html5lib-python 1.0.1.
* Add deprecation warning for supporting html5lib-python < 1.0.
* Switch to semver.


(adam)
diff -r1.7 -r1.8 pkgsrc/www/py-bleach/Makefile
diff -r1.6 -r1.7 pkgsrc/www/py-bleach/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/www/py-bleach/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-bleach/Makefile 2017/10/05 12:58:48 1.7
+++ pkgsrc/www/py-bleach/Makefile 2017/12/10 16:56:51 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2017/10/05 12:58:48 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2017/12/10 16:56:51 adam Exp $
2 2
3DISTNAME= bleach-2.1.1 3DISTNAME= bleach-2.1.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=b/bleach/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=b/bleach/}
7 7
8MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= https://github.com/mozilla/bleach 9HOMEPAGE= https://github.com/mozilla/bleach
10COMMENT= Easy whitelist-based HTML-sanitizing tool 10COMMENT= Easy whitelist-based HTML-sanitizing tool
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.99999999:../../textproc/py-html5lib 13DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.99999999:../../textproc/py-html5lib
14DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
15BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test 15BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test
16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.0:../../devel/py-test-runner 16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.0:../../devel/py-test-runner

cvs diff -r1.6 -r1.7 pkgsrc/www/py-bleach/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-bleach/distinfo 2017/10/05 12:58:48 1.6
+++ pkgsrc/www/py-bleach/distinfo 2017/12/10 16:56:51 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2017/10/05 12:58:48 adam Exp $ 1$NetBSD: distinfo,v 1.7 2017/12/10 16:56:51 adam Exp $
2 2
3SHA1 (bleach-2.1.1.tar.gz) = ab534deaea22c159104ecef44f25e2b7efff8b93 3SHA1 (bleach-2.1.2.tar.gz) = 5a1c023724f16cbb1fce65816aa36b6a502bebdc
4RMD160 (bleach-2.1.1.tar.gz) = 0a278ad553942e0b5dc05bdc299f4405fe830bde 4RMD160 (bleach-2.1.2.tar.gz) = 86b4f867b5dbcabf44af764c36d175625985dad3
5SHA512 (bleach-2.1.1.tar.gz) = dc8ef7b678966bfebddb2d27c78abf50e71f2d90c5807cf788a08b852a085a4d990368da5dfb5f61a49e0f2f1e7d9ac73c2b6967fdacb55663ae2c339016d4c2 5SHA512 (bleach-2.1.2.tar.gz) = ea4071e05deae54c88507c299805b44ade23810b63834d83fa5682ebcfb36bb4b9fe09e4aa2f50f9a5b1a07d13fd70aece30d02fc5b55d983930e353bdc37f48
6Size (bleach-2.1.1.tar.gz) = 58491 bytes 6Size (bleach-2.1.2.tar.gz) = 58954 bytes