diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-06-28 11:37:09 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:17 +0700 |
commit | f495ed01d48694931f432e21dfc015b333432a58 (patch) | |
tree | 802f92cf680fa238b587c3942cb7bb5a663e5ae8 | |
parent | 63e1f625c2d938e06e61e82bf106b8ccec65213b (diff) |
python/python3-filelock: Updated for version 3.12.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-filelock/python3-filelock.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-filelock/python3-filelock.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/python/python3-filelock/python3-filelock.SlackBuild b/python/python3-filelock/python3-filelock.SlackBuild index ee728fa74113..552d64e417d0 100644 --- a/python/python3-filelock/python3-filelock.SlackBuild +++ b/python/python3-filelock/python3-filelock.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-filelock # Copyright 2023 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-filelock -VERSION=${VERSION:-3.9.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.12.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-filelock/python3-filelock.info b/python/python3-filelock/python3-filelock.info index 1f6a9630a015..f924898815b5 100644 --- a/python/python3-filelock/python3-filelock.info +++ b/python/python3-filelock/python3-filelock.info @@ -1,8 +1,8 @@ PRGNAM="python3-filelock" -VERSION="3.9.0" +VERSION="3.12.2" HOMEPAGE="https://github.com/tox-dev/py-filelock" -DOWNLOAD="https://github.com/tox-dev/py-filelock/archive/3.9.0/py-filelock-3.9.0.tar.gz" -MD5SUM="fb8414cdcbd4f3b560007042ca810fff" +DOWNLOAD="https://github.com/tox-dev/py-filelock/archive/3.12.2/py-filelock-3.12.2.tar.gz" +MD5SUM="3cce1cbed40468aba881492210a61a62" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatch_vcs" |