summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-07-13 07:16:19 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:33:44 +0200
commit3c66f51a274d43fca14be84aa84291afa5c88b1b (patch)
tree7175b57f0a8c7403334dbe10e9699f85040a788e
parentf75be139e6321ff3011428cc298b240a24b1cbbc (diff)
downloadslackbuilds-3c66f51a274d43fca14be84aa84291afa5c88b1b.tar.gz
python/bleach: Updated for version 2.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-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 135df3dc27..64a1412d4a 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:-1.5.0}
+VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info
index b70d1a990c..0740d7251a 100644
--- a/python/bleach/bleach.info
+++ b/python/bleach/bleach.info
@@ -1,8 +1,8 @@
PRGNAM="bleach"
-VERSION="1.5.0"
+VERSION="2.0"
HOMEPAGE="https://github.com/mozilla/bleach"
-DOWNLOAD="https://pypi.python.org/packages/99/00/25a8fce4de102bf6e3cc76bc4ea60685b2fee33bde1b34830c70cacc26a7/bleach-1.5.0.tar.gz"
-MD5SUM="b663300efdf421b3b727b19d7be9c7e7"
+DOWNLOAD="https://pypi.python.org/packages/99/00/25a8fce4de102bf6e3cc76bc4ea60685b2fee33bde1b34830c70cacc26a7/bleach-2.0.tar.gz"
+MD5SUM="d9981c1dbfbf81a475d302b9c8071593"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="html5lib six"