python/python3-filelock: Version bump to 3.16.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-09-19 20:08:00 -07:00 committed by Willy Sudiarto Raharjo
parent 343a4196a7
commit 6f0f992247
2 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-filelock
SRCNAM=filelock
VERSION=${VERSION:-3.15.4}
VERSION=${VERSION:-3.16.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-filelock"
VERSION="3.15.4"
HOMEPAGE="https://github.com/tox-dev/py-filelock"
DOWNLOAD="https://github.com/tox-dev/py-filelock/archive/3.15.4/filelock-3.15.4.tar.gz"
MD5SUM="9db0ff4864ca478e97ae6983b6fb1f4b"
VERSION="3.16.1"
HOMEPAGE="https://github.com/tox-dev/filelock"
DOWNLOAD="https://github.com/tox-dev/filelock/archive/3.16.1/filelock-3.16.1.tar.gz"
MD5SUM="720d7e74bf86bd2004969e0868bd229d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatch_vcs"