summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2020-10-31 05:23:46 +0100
committer Willy Sudiarto Raharjo2020-11-07 08:02:44 +0100
commitb407324b8923d307c21562c09124822c6459439c (patch)
treee96dbf046c629ff6d142eb012a11563f647bbfc1 /python
parenta9f0bf1e3d8b6919bd9cf8f06535b6d642d762ab (diff)
downloadslackbuilds-b407324b8923d307c21562c09124822c6459439c.tar.gz
python/bleach: Updated for version 3.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/bleach/bleach.SlackBuild2
-rw-r--r--python/bleach/bleach.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/bleach/bleach.SlackBuild b/python/bleach/bleach.SlackBuild
index c66f712d93..755769ffa6 100644
--- a/python/bleach/bleach.SlackBuild
+++ b/python/bleach/bleach.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bleach
-VERSION=${VERSION:-3.1.5}
+VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info
index bb0366079a..3277ea81bf 100644
--- a/python/bleach/bleach.info
+++ b/python/bleach/bleach.info
@@ -1,8 +1,8 @@
PRGNAM="bleach"
-VERSION="3.1.5"
+VERSION="3.2.1"
HOMEPAGE="https://github.com/mozilla/bleach"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.1.5.tar.gz"
-MD5SUM="63cae08551307156ec636465aff5183e"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.2.1.tar.gz"
+MD5SUM="a9d75613d2411da8beb650784a67e383"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-webencodings packaging python3-packaging"