python-bleach: update to 3.1.1.

This commit is contained in:
Zach Dykstra 2020-03-09 17:52:03 -05:00 committed by Piraty
parent cff58683cf
commit 6eea37863f

View file

@ -1,11 +1,10 @@
# Template file for 'python-bleach'
pkgname=python-bleach
version=3.1.0
revision=2
version=3.1.1
revision=1
archs=noarch
wrksrc="bleach-${version}"
build_style=python-module
pycompile_module="bleach"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-six python-webencodings"
short_desc="Easy safelist-based HTML-sanitizing tool (Python2)"
@ -14,11 +13,10 @@ license="Apache-2.0"
homepage="https://github.com/mozilla/bleach"
changelog="https://raw.githubusercontent.com/mozilla/bleach/master/CHANGES"
distfiles="${PYPI_SITE}/b/bleach/bleach-${version}.tar.gz"
checksum=3fdf7f77adcf649c9911387df51254b813185e32b2c6619f690b593a617e19fa
checksum=aa8b870d0f46965bac2c073a93444636b0e1ca74e9777e34f03dd494b8a59d48
python3-bleach_package() {
archs=noarch
pycompile_module="bleach"
depends="python3-six python3-webencodings"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {