summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu2022-04-02 06:05:13 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:19:10 +0200
commitd8866b1aa7eae359ed98b8b417ca8dd162887d6b (patch)
tree7395a11ce1a974e4f6f01cf0feb487ca83b5980c /python
parent0b1b909716159f5f5644063acd9cd7d9d5aac945 (diff)
downloadslackbuilds-d8866b1aa7eae359ed98b8b417ca8dd162887d6b.tar.gz
python/debugpy: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/debugpy/debugpy.SlackBuild4
-rw-r--r--python/debugpy/debugpy.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/debugpy/debugpy.SlackBuild b/python/debugpy/debugpy.SlackBuild
index 033c58feec..cb86886561 100644
--- a/python/debugpy/debugpy.SlackBuild
+++ b/python/debugpy/debugpy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for debugpy
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2021-2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=debugpy
-VERSION=${VERSION:-1.5.1}
+VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/debugpy/debugpy.info b/python/debugpy/debugpy.info
index ff65a7ad8c..f0808bd794 100644
--- a/python/debugpy/debugpy.info
+++ b/python/debugpy/debugpy.info
@@ -1,8 +1,8 @@
PRGNAM="debugpy"
-VERSION="1.5.1"
+VERSION="1.6.0"
HOMEPAGE="https://github.com/microsoft/debugpy/"
-DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.5.1/debugpy-1.5.1.tar.gz"
-MD5SUM="c9372ee77a236f3d9c832d82104119d8"
+DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.6.0/debugpy-1.6.0.tar.gz"
+MD5SUM="3fdf3f8fb5fc78322f279c6f1b161b14"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""