diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-01-11 06:39:48 +0200 |
---|---|---|
committer | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-01-11 06:39:48 +0200 |
commit | 2df12c4be0288cb3ce3bd3a229fe26a73d94dd62 (patch) | |
tree | 7fd5c655599f68035d8126b2f4ee355569223c8a | |
parent | 267bd4ef30ed177ceb4613f043e4f015bd50f19b (diff) | |
download | slackbuilds-2df12c4be0288cb3ce3bd3a229fe26a73d94dd62.tar.gz |
python/ptpython: Updated for version 0.28.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/ptpython/ptpython.SlackBuild | 2 | ||||
-rw-r--r-- | python/ptpython/ptpython.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild index 599b578ba7..3d40c12f8c 100644 --- a/python/ptpython/ptpython.SlackBuild +++ b/python/ptpython/ptpython.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ptpython -VERSION=${VERSION:-0.27} +VERSION=${VERSION:-0.28} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index 48c93c32ee..f148e6bd62 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -1,8 +1,8 @@ PRGNAM="ptpython" -VERSION="0.27" +VERSION="0.28" HOMEPAGE="https://github.com/jonathanslenders/ptpython" -DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.27.tar.gz" -MD5SUM="816673dcc1bef85b099ba8097832db3f" +DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.28.tar.gz" +MD5SUM="f563f435185d5681f754310c96fe9cfe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prompt_toolkit jedi docopt" |