summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2020-02-24 19:37:12 +0100
committer Willy Sudiarto Raharjo2020-02-29 01:45:16 +0100
commit059f877906547fdaebd51138412c6711c9dfd3dd (patch)
treeb7897f376b0687f73c7a493fb469435e557c605a
parent020f331e5dd61b1695a239071c655994e0458fea (diff)
downloadslackbuilds-059f877906547fdaebd51138412c6711c9dfd3dd.tar.gz
python/bleach: Updated for version 3.1.1.
-rw-r--r--python/bleach/bleach.SlackBuild4
-rw-r--r--python/bleach/bleach.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/bleach/bleach.SlackBuild b/python/bleach/bleach.SlackBuild
index 9744e306a1..d2105b3911 100644
--- a/python/bleach/bleach.SlackBuild
+++ b/python/bleach/bleach.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for bleach
-# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2020 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.1.0}
+VERSION=${VERSION:-3.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info
index 4019547a2a..c51cd6e3a0 100644
--- a/python/bleach/bleach.info
+++ b/python/bleach/bleach.info
@@ -1,8 +1,8 @@
PRGNAM="bleach"
-VERSION="3.1.0"
+VERSION="3.1.1"
HOMEPAGE="https://github.com/mozilla/bleach"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.1.0.tar.gz"
-MD5SUM="fc8df989e0200a45f7a3a95ef9ee9854"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.1.1.tar.gz"
+MD5SUM="8a5e3494f8d9291694c9f076effdae28"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-webencodings python3-six six"