libraries/dropbox-python: Updated for version 7.2.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-03-01 11:09:07 +02:00 committed by Willy Sudiarto Raharjo
parent a7e722fc48
commit f1ab7659b3
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for dropbox-python
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=dropbox-python
SCRNAM=$(printf $PRGNAM | cut -c1-7)
VERSION=${VERSION:-7.1.1}
VERSION=${VERSION:-7.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="dropbox-python"
VERSION="7.1.1"
VERSION="7.2.1"
HOMEPAGE="http://www.dropbox.com/"
DOWNLOAD="https://pypi.python.org/packages/19/a2/690e468e815cb80175677d2d1990e81367c641f75da4bf35461315a27936/dropbox-7.1.1.tar.gz"
MD5SUM="d7844388fb3ee52c79c75b1e05b7becf"
DOWNLOAD="https://pypi.python.org/packages/39/89/5e494728d66645cefa5ef21ac104fc0be12e512fe623e5c37bac1243fb88/dropbox-7.2.1.tar.gz"
MD5SUM="6ca8a76c66a9bbb8689cd77b88c09b60"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-urllib3 six python-requests typing"