python/bleach: Updated for version 6.0.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-03-06 10:14:17 +01:00 committed by Willy Sudiarto Raharjo
parent 20263f15e5
commit e97c271cea
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bleach
VERSION=${VERSION:-5.0.0}
VERSION=${VERSION:-6.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="bleach"
VERSION="5.0.0"
VERSION="6.0.0"
HOMEPAGE="https://github.com/mozilla/bleach"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-5.0.0.tar.gz"
MD5SUM="97322e672e4b285e6354c40d07166fc4"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-6.0.0.tar.gz"
MD5SUM="3fdbd06a0ab2f2f9c4e574815645dd1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-webencodings"