summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/bpython/bpython.SlackBuild6
-rw-r--r--development/bpython/bpython.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/bpython/bpython.SlackBuild b/development/bpython/bpython.SlackBuild
index 0be41bd9d2..45d4595731 100644
--- a/development/bpython/bpython.SlackBuild
+++ b/development/bpython/bpython.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for bpython
-# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2020 Dimitris Zlatanidis Orestiada, Greece
# Written by vvoody <vvoodywang@gmail.com>
# All rights reserved.
#
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bpython
-VERSION=${VERSION:-0.18}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.19}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info
index 6613d6b524..911d718d1a 100644
--- a/development/bpython/bpython.info
+++ b/development/bpython/bpython.info
@@ -1,8 +1,8 @@
PRGNAM="bpython"
-VERSION="0.18"
+VERSION="0.19"
HOMEPAGE="https://bpython-interpreter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/cc/af/4ebe98f22713b4d66d57b85d6f3f4d12e7ea208d967df24bf2f666bf0f74/bpython-0.18.tar.gz"
-MD5SUM="a150a9ff3383013da1156dda4b44280d"
+DOWNLOAD="https://files.pythonhosted.org/packages/46/15/2d60865176a5f806ab83c1c38a7c9a0da18ee3651fc1e7e9f5f9cf21e0e8/bpython-0.19.tar.gz"
+MD5SUM="8793712cf4aba736f2cedc7f51a798df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-six python-requests Pygments curtsies greenlet"