summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-05-24 12:32:31 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-25 12:00:07 +0700
commitaa52858532e3db3434d81fb5c6454146028040d9 (patch)
treec312dd71a4838226fe74b1b91d1eb0763c036636 /python
parentef98e2bb968ce750c48e9b87102649b7dda1333b (diff)
downloadslackbuilds-aa52858532e3db3434d81fb5c6454146028040d9.tar.gz
slackbuilds-aa52858532e3db3434d81fb5c6454146028040d9.tar.xz
python/python3-lsp-black: Update for 1.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-lsp-black/python3-lsp-black.SlackBuild2
-rw-r--r--python/python3-lsp-black/python3-lsp-black.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-lsp-black/python3-lsp-black.SlackBuild b/python/python3-lsp-black/python3-lsp-black.SlackBuild
index 2872a9701c..79e980bd01 100644
--- a/python/python3-lsp-black/python3-lsp-black.SlackBuild
+++ b/python/python3-lsp-black/python3-lsp-black.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-lsp-black
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-lsp-black/python3-lsp-black.info b/python/python3-lsp-black/python3-lsp-black.info
index e20b5c18fe..986f534924 100644
--- a/python/python3-lsp-black/python3-lsp-black.info
+++ b/python/python3-lsp-black/python3-lsp-black.info
@@ -1,10 +1,10 @@
PRGNAM="python3-lsp-black"
-VERSION="1.2.1"
+VERSION="1.3.0"
HOMEPAGE="https://github.com/python-lsp/python-lsp-black"
-DOWNLOAD="https://github.com/python-lsp/python-lsp-black/archive/v1.2.1/python-lsp-black-1.2.1.tar.gz"
-MD5SUM="bf7beb4453edda8d54d7bf7d4ebd303b"
+DOWNLOAD="https://github.com/python-lsp/python-lsp-black/archive/v1.3.0/python-lsp-black-1.3.0.tar.gz"
+MD5SUM="62acc0e36276b58e91ca00282ec2f8c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-black python3-lsp-server python-toml"
+REQUIRES="python3-black python3-lsp-server"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"