python/python3-lazy_loader: Updated for version 0.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-07-02 20:21:15 -07:00 committed by Willy Sudiarto Raharjo
parent f79a3415d5
commit 2a80207731
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-lazy_loader
VERSION=${VERSION:-0.2}
VERSION=${VERSION:-0.3}
SRCNAM=${SRCNAM:-lazy_loader}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-lazy_loader"
VERSION="0.2"
VERSION="0.3"
HOMEPAGE="https://scientific-python.org/specs/spec-0001/"
DOWNLOAD="https://github.com/scientific-python/lazy_loader/archive/refs/tags/v0.2/lazy_loader-0.2.tar.gz"
MD5SUM="3d2d25465bf98a9ebc84627e96a3cef5"
DOWNLOAD="https://github.com/scientific-python/lazy_loader/archive/refs/tags/v0.3/lazy_loader-0.3.tar.gz"
MD5SUM="6b93a98e974103e78d026d9b93b15236"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build"