summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-05-25 17:23:32 +0300
committer Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-05-25 17:23:32 +0300
commit1a7bf51280dd6052c7646605929593565630d5f4 (patch)
tree3b01c49a84b3ed968edeb2cf4311cc71b683e2e7
parent4ef38f374cd7aeea1441506a6c61903b4cb87cbf (diff)
downloadslackbuilds-1a7bf5128.tar.gz
slackbuilds-1a7bf5128.tar.xz
python/msgpack-python: Updated for version 0.4.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--python/msgpack-python/msgpack-python.SlackBuild6
-rw-r--r--python/msgpack-python/msgpack-python.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/msgpack-python/msgpack-python.SlackBuild b/python/msgpack-python/msgpack-python.SlackBuild
index c360e92c93..b61b9d34f5 100644
--- a/python/msgpack-python/msgpack-python.SlackBuild
+++ b/python/msgpack-python/msgpack-python.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for msgpack-python
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
PRGNAM=msgpack-python
-VERSION=${VERSION:-0.4.5}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.4.6}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/python/msgpack-python/msgpack-python.info b/python/msgpack-python/msgpack-python.info
index 7c8e697f2c..8258449113 100644
--- a/python/msgpack-python/msgpack-python.info
+++ b/python/msgpack-python/msgpack-python.info
@@ -1,8 +1,8 @@
PRGNAM="msgpack-python"
-VERSION="0.4.5"
+VERSION="0.4.6"
HOMEPAGE="http://msgpack.org/"
-DOWNLOAD="https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-0.4.5.tar.gz"
-MD5SUM="3b82bc542d5599896695512e7c32f42d"
+DOWNLOAD="https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-0.4.6.tar.gz"
+MD5SUM="8b317669314cf1bc881716cccdaccb30"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"