Wed Jan 27 09:43:43 2021 UTC ()
py-bleach: updated to 3.2.3

Version 3.2.3 (January 26th, 2021)
----------------------------------

**Security fixes**
None

**Features**
None

**Bug fixes**
* fix clean and linkify raising ValueErrors for certain inputs.

Version 3.2.2 (January 20th, 2021)
----------------------------------

**Security fixes**
None

**Features**
* Migrate CI to Github Actions.

**Bug fixes**
* fix linkify raising an IndexError on certain inputs.


(adam)
diff -r1.19 -r1.20 pkgsrc/www/py-bleach/Makefile
diff -r1.15 -r1.16 pkgsrc/www/py-bleach/distinfo

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

--- pkgsrc/www/py-bleach/Makefile 2020/11/02 14:45:57 1.19
+++ pkgsrc/www/py-bleach/Makefile 2021/01/27 09:43:43 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2020/11/02 14:45:57 adam Exp $ 1# $NetBSD: Makefile,v 1.20 2021/01/27 09:43:43 adam Exp $
2 2
3DISTNAME= bleach-3.2.1 3DISTNAME= bleach-3.2.3
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}-packaging-[0-9]*:../../devel/py-packaging 13DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
14DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
15DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings 15DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
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.15 -r1.16 pkgsrc/www/py-bleach/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-bleach/distinfo 2020/11/02 14:45:57 1.15
+++ pkgsrc/www/py-bleach/distinfo 2021/01/27 09:43:43 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2020/11/02 14:45:57 adam Exp $ 1$NetBSD: distinfo,v 1.16 2021/01/27 09:43:43 adam Exp $
2 2
3SHA1 (bleach-3.2.1.tar.gz) = fe9e3c773c0fd6681352c17619c5748932cb481e 3SHA1 (bleach-3.2.3.tar.gz) = 0dae6d3359193a22afbfa2a1f41cfa8335674602
4RMD160 (bleach-3.2.1.tar.gz) = 006a74b01be71aa1b8a418c96c37ca6c736a1ce8 4RMD160 (bleach-3.2.3.tar.gz) = a7c991dad5ad0981a74e76c91bf2fcc0e18ea5c5
5SHA512 (bleach-3.2.1.tar.gz) = 61710f48f00333b38d251360736e19078063433ca4d7aada210a986f7d79b08c79c64b412686c67f360e4b2e8420c40c4b515eb175ab92bd546f88e2ba0e5835 5SHA512 (bleach-3.2.3.tar.gz) = 0bee6415ed0d6349311e92b68c4897b830a9ae8c0b1399a35da8ebb76af7b989b67c3e90c24cc34fd8afb903ee5f8de1062a0fa0e34a75328a281cf1706193a0
6Size (bleach-3.2.1.tar.gz) = 179763 bytes 6Size (bleach-3.2.3.tar.gz) = 180414 bytes