aboutsummaryrefslogtreecommitdiff
path: root/python/python3-filelock
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-filelock')
-rw-r--r--python/python3-filelock/python3-filelock.SlackBuild5
-rw-r--r--python/python3-filelock/python3-filelock.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/python/python3-filelock/python3-filelock.SlackBuild b/python/python3-filelock/python3-filelock.SlackBuild
index ee728fa741131..552d64e417d09 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 1f6a9630a015d..f924898815b58 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"