diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-22 01:49:35 +0300 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:27:40 +0100 |
commit | f18b49695a0d4b79bf4db5b5fdcb843e708aaf5e (patch) | |
tree | f35ce1151e1d6cb87a6e76f5cc9539d6def509c1 /python/prompt_toolkit | |
parent | fb3e21f38e99b216d39ccd9225b5d0690b0d62b7 (diff) | |
download | slackbuilds-f18b49695a0d4b79bf4db5b5fdcb843e708aaf5e.tar.gz |
python/prompt_toolkit: Updated for version 1.0.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/prompt_toolkit')
-rw-r--r-- | python/prompt_toolkit/prompt_toolkit.SlackBuild | 2 | ||||
-rw-r--r-- | python/prompt_toolkit/prompt_toolkit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/prompt_toolkit/prompt_toolkit.SlackBuild b/python/prompt_toolkit/prompt_toolkit.SlackBuild index 6de7c1d5ab..5c437f59eb 100644 --- a/python/prompt_toolkit/prompt_toolkit.SlackBuild +++ b/python/prompt_toolkit/prompt_toolkit.SlackBuild @@ -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} diff --git a/python/prompt_toolkit/prompt_toolkit.info b/python/prompt_toolkit/prompt_toolkit.info index c95c78a95d..a876237447 100644 --- a/python/prompt_toolkit/prompt_toolkit.info +++ b/python/prompt_toolkit/prompt_toolkit.info @@ -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" |