Browse Source
python/python3-bleach: updated for version 6.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/285/head
Arn0
8 months 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/python3-bleach/python3-bleach.SlackBuild
-
python/python3-bleach/python3-bleach.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-bleach |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-6.1.0} |
|
|
|
VERSION=${VERSION:-6.2.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-bleach" |
|
|
|
VERSION="6.1.0" |
|
|
|
VERSION="6.2.0" |
|
|
|
HOMEPAGE="https://pypi.org/project/bleach/" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/b/bleach/bleach-6.1.0.tar.gz" |
|
|
|
MD5SUM="fc95673643f4e0e81f443cb15fc15937" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/b/bleach/bleach-6.2.0.tar.gz" |
|
|
|
MD5SUM="bee79c9f4a17a85945fa54221d5d8391" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-webencodings" |
|
|
|