python/python3-platformdirs: Updated for version 4.2.2.

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 2024-05-24 13:55:14 -07:00 committed by Willy Sudiarto Raharjo
parent 693c849d5e
commit daed95daef
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.2.1}
VERSION=${VERSION:-4.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-platformdirs"
VERSION="4.2.1"
VERSION="4.2.2"
HOMEPAGE="https://github.com/platformdirs/platformdirs"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-4.2.1.tar.gz"
MD5SUM="20ed4a4ffc70a4f7e58e974355ad1895"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-4.2.2.tar.gz"
MD5SUM="eab8d6ab2c4a7b2579c51ae2bf7d30f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatch_vcs python3-setuptools-scm-opt"