From a67a8d6f11c218feb61fc6981070b7a898750562 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 4 Apr 2021 10:58:50 -0700 Subject: python/bleach: Updated for version 3.3.0. Signed-off-by: Benjamin Trigona-Harany Signed-off-by: Willy Sudiarto Raharjo --- python/bleach/bleach.SlackBuild | 5 ++--- python/bleach/bleach.info | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/python/bleach/bleach.SlackBuild b/python/bleach/bleach.SlackBuild index 755769ffa6..60208954df 100644 --- a/python/bleach/bleach.SlackBuild +++ b/python/bleach/bleach.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bleach -# Copyright 2017-2020 Benjamin Trigona-Harany +# Copyright 2017-2021 Benjamin Trigona-Harany # 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 \ diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info index 3277ea81bf..db8204f141 100644 --- a/python/bleach/bleach.info +++ b/python/bleach/bleach.info @@ -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" -- cgit v1.2.3