diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-12-08 15:50:49 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 07:50:09 +0700 |
commit | 8111a6f725c3586de280cdfa4f57085fa76f70be (patch) | |
tree | 34a4f15b263066dc4822137e3dd9e6ea1f29909e /python/python3-platformdirs | |
parent | 6746ac82058abb643731c750016ae6a827ab16af (diff) |
python/python3-platformdirs: Updated for version 4.1.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.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-platformdirs/python3-platformdirs.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-platformdirs/python3-platformdirs.SlackBuild b/python/python3-platformdirs/python3-platformdirs.SlackBuild index cc1a5858b737f..5f6f20a2746e0 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:-4.0.0} +VERSION=${VERSION:-4.1.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 31aa10215a99d..67615c8dd0121 100644 --- a/python/python3-platformdirs/python3-platformdirs.info +++ b/python/python3-platformdirs/python3-platformdirs.info @@ -1,8 +1,8 @@ PRGNAM="python3-platformdirs" -VERSION="4.0.0" +VERSION="4.1.0" HOMEPAGE="https://github.com/platformdirs/platformdirs" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-4.0.0.tar.gz" -MD5SUM="fa559cb64911f63393d38ea25bac7d86" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-4.1.0.tar.gz" +MD5SUM="4821a6e6b33136ad76e1348cde5abb33" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatch_vcs" |