python3-bleach: update to 6.0.0.
This commit is contained in:
parent
b75333eb09
commit
0813241a37
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-bleach'
|
||||
pkgname=python3-bleach
|
||||
version=4.1.0
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six python3-webencodings python3-packaging"
|
||||
version=6.0.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3-six python3-webencodings"
|
||||
checkdepends="python3-pytest $depends"
|
||||
short_desc="Easy safelist-based HTML-sanitizing tool (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -12,4 +12,4 @@ 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=0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da
|
||||
checksum=1a1a85c1595e07d8db14c5f09f09e6433502c51c595970edc090551f0db99414
|
||||
|
|
Loading…
Add table
Reference in a new issue