python/python-unicodecsv: Updated for version 0.12.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-04-20 04:06:42 +03:00 committed by Willy Sudiarto Raharjo
parent 576f4532d9
commit c30130588b
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=python-unicodecsv
SRCNAM=$(echo $PRGNAM | cut -c8-17)
VERSION=${VERSION:-0.11.2}
VERSION=${VERSION:-0.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-unicodecsv"
VERSION="0.11.2"
VERSION="0.12.0"
HOMEPAGE="https://github.com/jdunck/python-unicodecsv"
DOWNLOAD="https://pypi.python.org/packages/source/u/unicodecsv/unicodecsv-0.11.2.tar.gz"
MD5SUM="2f37366f3649474ce60260fd3b7ce306"
DOWNLOAD="https://pypi.python.org/packages/source/u/unicodecsv/unicodecsv-0.12.0.tar.gz"
MD5SUM="8a4556b471a8741cb7b498f7cafeb0f5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"