summaryrefslogtreecommitdiffstats
path: root/python/bleach
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2017-07-17 17:40:12 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-22 06:55:52 +0700
commit91c6bb1b79d2bc73a67fa65aa82cd2e8318117f9 (patch)
tree65c764bd49f9d39cfc35e27b8d1543ea69b596fd /python/bleach
parente08d24de402cdcb891a48004c68d4571a9215968 (diff)
downloadslackbuilds-91c6bb1b79d2bc73a67fa65aa82cd2e8318117f9.tar.gz
slackbuilds-91c6bb1b79d2bc73a67fa65aa82cd2e8318117f9.tar.xz
python/bleach: Prefer PyPi version string.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/bleach')
-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 64a1412d4a..7e1a5cdaaa 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:-2.0}
+VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info
index 0740d7251a..f8ef9bc25c 100644
--- a/python/bleach/bleach.info
+++ b/python/bleach/bleach.info
@@ -1,8 +1,8 @@
PRGNAM="bleach"
-VERSION="2.0"
+VERSION="2.0.0"
HOMEPAGE="https://github.com/mozilla/bleach"
-DOWNLOAD="https://pypi.python.org/packages/99/00/25a8fce4de102bf6e3cc76bc4ea60685b2fee33bde1b34830c70cacc26a7/bleach-2.0.tar.gz"
-MD5SUM="d9981c1dbfbf81a475d302b9c8071593"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-2.0.0.tar.gz"
+MD5SUM="a263ed1c7b16ea10d3b20278852b65d7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="html5lib six"