python/python3-pexpect: Updated for version 4.7.0.

This commit is contained in:
Benjamin Trigona-Harany 2019-04-08 14:10:32 -07:00 committed by Willy Sudiarto Raharjo
parent 2a73d48b99
commit 91e5f7fb35
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
# Copyright (c) 2007 Javier Rojas <jerojasro@gmail.com>
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
SRCNAM=pexpect
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-4.6.0}
VERSION=${VERSION:-4.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-pexpect"
VERSION="4.6.0"
VERSION="4.7.0"
HOMEPAGE="https://github.com/pexpect/pexpect"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.6.0.tar.gz"
MD5SUM="d4f3372965a996238d57d19b95d2e03a"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.7.0.tar.gz"
MD5SUM="ed003242cbf308aee1b1eaecdef59e43"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ptyprocess"