aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-bleach
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-23 00:59:21 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-23 01:34:09 -0300
commitd9ce4ab615d50c6ce1456297c4dd59517e3e843e (patch)
treed40f566bd9e87d7090796a1ef00c5e18935fb1cc /community/py3-bleach
parentca2fc5efc75404d6424e17598947b0c9a6fac34a (diff)
downloadaports-d9ce4ab615d50c6ce1456297c4dd59517e3e843e.tar.bz2
aports-d9ce4ab615d50c6ce1456297c4dd59517e3e843e.tar.xz
community/py3-bleach: upgrade to 3.1.1
Diffstat (limited to 'community/py3-bleach')
-rw-r--r--community/py3-bleach/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/py3-bleach/APKBUILD b/community/py3-bleach/APKBUILD
index 9313ba6e4c..247749ee31 100644
--- a/community/py3-bleach/APKBUILD
+++ b/community/py3-bleach/APKBUILD
@@ -1,9 +1,10 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-bleach
-pkgver=3.1.0
-pkgrel=1
+pkgver=3.1.1
+pkgrel=0
pkgdesc="whitelist-based HTML sanitizing library"
+options="!check" # https://github.com/mozilla/bleach/issues/503
url="https://github.com/mozilla/bleach"
arch="noarch"
license="Apache-2.0"
@@ -25,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="125e22c27e7064702db3c72f7f9b59caf919d4eedc65111c0a901af22530416595406859d741621d4d6a52234929b820b87204f71f0e07bb46683e677140fed8 py3-bleach-3.1.0.tar.gz"
+sha512sums="2d526455bf5733842f4ba5fa1301497f3e52055eb519ad1bd6f7b44e045e10ec25f5a16b5c78b597df456fb8288256a54c4c72fe7c7b335af912b16830fbb905 py3-bleach-3.1.1.tar.gz"