summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-08-06 00:24:44 +0200
committer Willy Sudiarto Raharjo2022-08-06 15:16:00 +0200
commitf9d565b120cf61eb2050f4923b87825a81808b92 (patch)
tree8ad5b5f4f38d259a7b4d83c9fc0608fba074a29c
parent01730ecbcaa0104ebd8919e8f91c72eb53779747 (diff)
downloadslackbuilds-f9d565b120cf61eb2050f4923b87825a81808b92.tar.gz
python/debugpy: Update for version 1.6.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/debugpy/debugpy.SlackBuild6
-rw-r--r--python/debugpy/debugpy.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/debugpy/debugpy.SlackBuild b/python/debugpy/debugpy.SlackBuild
index cb86886561..88f8026dbb 100644
--- a/python/debugpy/debugpy.SlackBuild
+++ b/python/debugpy/debugpy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for debugpy
-# Copyright 2021-2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 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.6.0}
+VERSION=${VERSION:-1.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- *.md LICENSE doc/ \
+ *.md LICENSE \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/python/debugpy/debugpy.info b/python/debugpy/debugpy.info
index c1ed1a7d67..aeb8b2689a 100644
--- a/python/debugpy/debugpy.info
+++ b/python/debugpy/debugpy.info
@@ -1,8 +1,8 @@
PRGNAM="debugpy"
-VERSION="1.6.0"
+VERSION="1.6.2"
HOMEPAGE="https://github.com/microsoft/debugpy/"
-DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.6.0/debugpy-1.6.0.tar.gz"
-MD5SUM="91824c4082d01d5357c29cb9ff482fcb"
+DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.6.2/debugpy-1.6.2.tar.gz"
+MD5SUM="0d65d93b3167ffd0639a5d16c61651a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""