python/bleach: Updated for version 3.3.0.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2021-04-04 10:58:50 -07:00 committed by Willy Sudiarto Raharjo
parent f4b01f762e
commit a67a8d6f11
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for bleach
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bleach
VERSION=${VERSION:-3.2.1}
VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,7 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,8 +1,8 @@
PRGNAM="bleach"
VERSION="3.2.1"
VERSION="3.3.0"
HOMEPAGE="https://github.com/mozilla/bleach"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.2.1.tar.gz"
MD5SUM="a9d75613d2411da8beb650784a67e383"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.3.0.tar.gz"
MD5SUM="0a9d302444b252e7adb2fda175be22d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-webencodings packaging python3-packaging"