Browse Source
python/bleach: updated for version 4.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/185/head
Arn0
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/bleach/bleach.SlackBuild
-
python/bleach/bleach.info
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=bleach |
|
|
|
VERSION=${VERSION:-3.3.0} |
|
|
|
VERSION=${VERSION:-4.1.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="bleach" |
|
|
|
VERSION="3.3.0" |
|
|
|
VERSION="4.1.0" |
|
|
|
HOMEPAGE="https://github.com/mozilla/bleach" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.3.0.tar.gz" |
|
|
|
MD5SUM="0a9d302444b252e7adb2fda175be22d6" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-4.1.0.tar.gz" |
|
|
|
MD5SUM="41e70ac58aa7bc5ff96c8fef24b9d659" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-webencodings" |
|
|
|