python/prompt_toolkit: Updated for version 1.0.7.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-08-22 01:49:35 +03:00 committed by David Spencer
parent fb3e21f38e
commit f18b49695a
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=prompt_toolkit
VERSION=${VERSION:-1.0.6}
VERSION=${VERSION:-1.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="prompt_toolkit"
VERSION="1.0.6"
VERSION="1.0.7"
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
DOWNLOAD="https://pypi.python.org/packages/b5/49/f961bb8307a6a5196beb06e441f4ae526748561366a085344974f9b1d318/prompt_toolkit-1.0.6.tar.gz"
MD5SUM="9e0be24993b13b204e04ffd20b2873d2"
DOWNLOAD="https://pypi.python.org/packages/dd/55/2fb4883d2b21d072204fd21ca5e6040faa253135554590d0b67380669176/prompt_toolkit-1.0.7.tar.gz"
MD5SUM="f74cd8ac84176fac1cdb136843ccb0d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wcwidth six"