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>
This commit is contained in:
Jeremy Hansen 2023-12-08 15:50:49 -08:00 committed by Willy Sudiarto Raharjo
parent 6746ac8205
commit 8111a6f725
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"