summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 07:49:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 08:08:00 +0700
commitb834c2a4254e034104258739b7fcd4de65b9654f (patch)
tree9b42f79b259e660b7114c510d4b5452af9ddda64 /python
parent35a6f1378732eed99af00dd86a9086f16dd8ca11 (diff)
downloadslackbuilds-b834c2a4254e034104258739b7fcd4de65b9654f.tar.gz
slackbuilds-b834c2a4254e034104258739b7fcd4de65b9654f.tar.xz
python/python-qrcode: Updated for version 7.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python-qrcode/python-qrcode.SlackBuild7
-rw-r--r--python/python-qrcode/python-qrcode.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python-qrcode/python-qrcode.SlackBuild b/python/python-qrcode/python-qrcode.SlackBuild
index c9f30c3c3f..b7153c03cf 100644
--- a/python/python-qrcode/python-qrcode.SlackBuild
+++ b/python/python-qrcode/python-qrcode.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-qrcode
-# Copyright 2015-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2015-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-qrcode
-VERSION=${VERSION:-7.3.1}
+VERSION=${VERSION:-7.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/python/python-qrcode/python-qrcode.info b/python/python-qrcode/python-qrcode.info
index fc5875953e..68935d2aff 100644
--- a/python/python-qrcode/python-qrcode.info
+++ b/python/python-qrcode/python-qrcode.info
@@ -1,8 +1,8 @@
PRGNAM="python-qrcode"
-VERSION="7.3.1"
+VERSION="7.4.2"
HOMEPAGE="https://github.com/lincolnloop/python-qrcode"
-DOWNLOAD="https://github.com/lincolnloop/python-qrcode/archive/v7.3.1/python-qrcode-7.3.1.tar.gz"
-MD5SUM="85f031f3e7fbd98f9db8aa5bb5262720"
+DOWNLOAD="https://github.com/lincolnloop/python-qrcode/archive/v7.4.2/python-qrcode-7.4.2.tar.gz"
+MD5SUM="43a326d23ced03ad6500418451456bfb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""