python/python3-filelock: Updated for version 3.13.4.

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 2024-04-09 16:42:38 -07:00 committed by Willy Sudiarto Raharjo
parent 866f542c86
commit 268cc10c8d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="python3-filelock"
VERSION="3.13.3"
VERSION="3.13.4"
HOMEPAGE="https://github.com/tox-dev/py-filelock"
DOWNLOAD="https://github.com/tox-dev/py-filelock/archive/3.13.3/filelock-3.13.3.tar.gz"
MD5SUM="64a4f44d123b53d5af6dc42e2678cebd"
DOWNLOAD="https://github.com/tox-dev/py-filelock/archive/3.13.4/filelock-3.13.4.tar.gz"
MD5SUM="b5d0234e09b488bdbc6418430bafbbc2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatch_vcs"