aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2025-02-06 22:42:59 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-07 07:40:35 +0700
commit54d16886d062462ccfb909af41de87aced8b8831 (patch)
tree7d4b3278c9836ab16e267c073499d211bb896165 /python
parent1a884425adffec64e14e970c60c573e4f219a65b (diff)
python/python3-lazr.config: updated for version 3.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-lazr.config/python3-lazr.config.SlackBuild4
-rw-r--r--python/python3-lazr.config/python3-lazr.config.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-lazr.config/python3-lazr.config.SlackBuild b/python/python3-lazr.config/python3-lazr.config.SlackBuild
index e84112c2a4..bcfb077005 100644
--- a/python/python3-lazr.config/python3-lazr.config.SlackBuild
+++ b/python/python3-lazr.config/python3-lazr.config.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-lazr.config
-SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-3.0}
+SRCNAM=$(tr \. _ <<<${PRGNAM#python3-*})
+VERSION=${VERSION:-3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-lazr.config/python3-lazr.config.info b/python/python3-lazr.config/python3-lazr.config.info
index 4fe21dd6b4..1f1569ae86 100644
--- a/python/python3-lazr.config/python3-lazr.config.info
+++ b/python/python3-lazr.config/python3-lazr.config.info
@@ -1,8 +1,8 @@
PRGNAM="python3-lazr.config"
-VERSION="3.0"
+VERSION="3.1"
HOMEPAGE="https://pypi.org/project/lazr.config/"
-DOWNLOAD="https://pypi.python.org/packages/source/l/lazr.config/lazr.config-3.0.tar.gz"
-MD5SUM="3d6f19ff1fd2a3eb2f59134c4b118988"
+DOWNLOAD="https://pypi.python.org/packages/source/l/lazr_config/lazr_config-3.1.tar.gz"
+MD5SUM="64d24e71c0bcd77d7543ebc954d286ce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-lazr.delegates"