aboutsummaryrefslogtreecommitdiff
path: root/python/python3-platformdirs
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2023-11-13 19:19:20 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-18 09:16:04 +0700
commit98b3172de63769fd9ec5ef50f50c16c2f4a3a60a (patch)
tree4c2452e8068c8f411b9dea791be4523ea1f88fd1 /python/python3-platformdirs
parenta30e7cc112f0911655810267dfc434833580a756 (diff)
python/python3-platformdirs: Updated for version 4.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-platformdirs')
-rw-r--r--python/python3-platformdirs/python3-platformdirs.SlackBuild2
-rw-r--r--python/python3-platformdirs/python3-platformdirs.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-platformdirs/python3-platformdirs.SlackBuild b/python/python3-platformdirs/python3-platformdirs.SlackBuild
index 43d87ca8e2fb0..cc1a5858b737f 100644
--- a/python/python3-platformdirs/python3-platformdirs.SlackBuild
+++ b/python/python3-platformdirs/python3-platformdirs.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-platformdirs
-VERSION=${VERSION:-3.11.0}
+VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-platformdirs/python3-platformdirs.info b/python/python3-platformdirs/python3-platformdirs.info
index 95b0e91683924..31aa10215a99d 100644
--- a/python/python3-platformdirs/python3-platformdirs.info
+++ b/python/python3-platformdirs/python3-platformdirs.info
@@ -1,10 +1,10 @@
PRGNAM="python3-platformdirs"
-VERSION="3.11.0"
+VERSION="4.0.0"
HOMEPAGE="https://github.com/platformdirs/platformdirs"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-3.11.0.tar.gz"
-MD5SUM="a6ba3a442347fac346982acb597c8bf8"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-4.0.0.tar.gz"
+MD5SUM="fa559cb64911f63393d38ea25bac7d86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-hatch_vcs"
+REQUIRES="python3-hatch_vcs"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"