python3-bleach: update to 3.3.0.
This commit is contained in:
parent
aed408e581
commit
62ffd8fe0c
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'python3-bleach'
|
||||
pkgname=python3-bleach
|
||||
version=3.2.1
|
||||
version=3.3.0
|
||||
revision=1
|
||||
wrksrc="bleach-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six python3-webencodings
|
||||
python3-packaging"
|
||||
depends="python3-six python3-webencodings python3-packaging"
|
||||
checkdepends="python3-pytest $depends"
|
||||
short_desc="Easy safelist-based HTML-sanitizing tool (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=52b5919b81842b1854196eaae5ca29679a2f2e378905c346d3ca8227c2c66080
|
||||
checksum=98b3170739e5e83dd9dc19633f074727ad848cbedb6026708c8ac2d3b697a433
|
||||
|
|
Loading…
Reference in a new issue