python/msgpack-python: Updated for version 0.4.6.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-05-25 17:23:32 +03:00
parent 4ef38f374c
commit 1a7bf51280
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"