summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-10-18 16:22:12 +0200
committer Willy Sudiarto Raharjo2018-10-21 01:47:09 +0200
commit1ec3cb744c8e17ac055237bd994ba74b7290d278 (patch)
tree8b6affdb63a66e9dd3b391aa291d104f0ba49b9d
parent03f849920f9496126c592086782f3fe51c53d4e5 (diff)
downloadslackbuilds-1ec3cb744c8e17ac055237bd994ba74b7290d278.tar.gz
python/bleach: Updated for version 3.0.2.
-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 3ec0199390..04a032892d 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.0.1}
+VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info
index cdcefe1b7d..2ef523f0e3 100644
--- a/python/bleach/bleach.info
+++ b/python/bleach/bleach.info
@@ -1,8 +1,8 @@
PRGNAM="bleach"
-VERSION="3.0.1"
+VERSION="3.0.2"
HOMEPAGE="https://github.com/mozilla/bleach"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.0.1.tar.gz"
-MD5SUM="97b9ffb97aaab834ba98e977c733fb9a"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.0.2.tar.gz"
+MD5SUM="f042c4e8a953824dc8511f535daa20a4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-webencodings python3-six six"