diff options
author | Arn0 <yth@ythogtha.org> | 2025-02-06 22:43:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-07 07:40:35 +0700 |
commit | 356f8d36af534c4245b6deacdffff3a757f9b40f (patch) | |
tree | c5e1ed5a77be9b4d6b58b0ce4fda56ea3e404d3c /python | |
parent | 54d16886d062462ccfb909af41de87aced8b8831 (diff) |
python/python3-lazr.delegates: updated for version 2.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-lazr.delegates/python3-lazr.delegates.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-lazr.delegates/python3-lazr.delegates.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-lazr.delegates/python3-lazr.delegates.SlackBuild b/python/python3-lazr.delegates/python3-lazr.delegates.SlackBuild index 5a2cc569c4..63d791dacd 100644 --- a/python/python3-lazr.delegates/python3-lazr.delegates.SlackBuild +++ b/python/python3-lazr.delegates/python3-lazr.delegates.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-lazr.delegates -SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2.1.0} +SRCNAM=$(tr \. _ <<<${PRGNAM#python3-*}) +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-lazr.delegates/python3-lazr.delegates.info b/python/python3-lazr.delegates/python3-lazr.delegates.info index f58cdf20ea..f7ace07f41 100644 --- a/python/python3-lazr.delegates/python3-lazr.delegates.info +++ b/python/python3-lazr.delegates/python3-lazr.delegates.info @@ -1,8 +1,8 @@ PRGNAM="python3-lazr.delegates" -VERSION="2.1.0" +VERSION="2.1.1" HOMEPAGE="https://pypi.org/project/lazr.delegates/" -DOWNLOAD="https://pypi.python.org/packages/source/l/lazr.delegates/lazr.delegates-2.1.0.tar.gz" -MD5SUM="8080ba741cabf911a0fd2bbf573a104c" +DOWNLOAD="https://pypi.python.org/packages/source/l/lazr_delegates/lazr_delegates-2.1.1.tar.gz" +MD5SUM="fc3e25242313947ddbd97ac369a4bdd3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zope.interface" |