python/python-future: Updated for version 0.15.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6f46a655e4
commit
55ad6138ec
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-future
|
||||
|
||||
# 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,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-future
|
||||
SRCNAM=$(echo $PRGNAM | cut -c8-13)
|
||||
VERSION=${VERSION:-0.14.1}
|
||||
VERSION=${VERSION:-0.15.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-future"
|
||||
VERSION="0.14.1"
|
||||
VERSION="0.15.0"
|
||||
HOMEPAGE="https://github.com/PythonCharmers/python-future"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/f/future/future-0.14.1.tar.gz"
|
||||
MD5SUM="993eccc219723e88f232038596c955ce"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/f/future/future-0.15.0.tar.gz"
|
||||
MD5SUM="cf1ee211567cc0b1021de5839064fe7b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue