summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2023-12-14 18:26:28 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-16 08:56:08 +0700
commit41a3454878be9a6c70d39060ada75998c2b50df8 (patch)
treebb18d80d81b95986ef46890db0b550b77b726ee7 /python
parent7b6cb6c7adfd18c5b75403742dd1bb38485d9590 (diff)
downloadslackbuilds-41a3454878be9a6c70d39060ada75998c2b50df8.tar.gz
slackbuilds-41a3454878be9a6c70d39060ada75998c2b50df8.tar.xz
python/ptpython: Updated for version 3.0.25.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/ptpython/ptpython.SlackBuild2
-rw-r--r--python/ptpython/ptpython.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild
index 42b857014b..68537bfa85 100644
--- a/python/ptpython/ptpython.SlackBuild
+++ b/python/ptpython/ptpython.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ptpython
-VERSION=${VERSION:-3.0.24}
+VERSION=${VERSION:-3.0.25}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info
index 440ea90325..400ca8b1d5 100644
--- a/python/ptpython/ptpython.info
+++ b/python/ptpython/ptpython.info
@@ -1,8 +1,8 @@
PRGNAM="ptpython"
-VERSION="3.0.24"
+VERSION="3.0.25"
HOMEPAGE="https://github.com/jonathanslenders/ptpython"
-DOWNLOAD="https://files.pythonhosted.org/packages/3f/dc/118d1dfd22e5274f3cc341cb3c92b128dba6c47d2c8749d213bf6b7d1e16/ptpython-3.0.24.tar.gz"
-MD5SUM="e867f3628f9c2619aa3e43818ed60533"
+DOWNLOAD="https://files.pythonhosted.org/packages/66/51/a86ee34f068e71a12ba611b69f327545606b138042f5b2562d0992c2631d/ptpython-3.0.25.tar.gz"
+MD5SUM="3be66bf73db3ce9f0cac28deb59560db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-prompt_toolkit python3-jedi"