python3-platformdirs: update to 4.2.0.

This commit is contained in:
icp 2024-02-12 21:29:13 +05:30 committed by classabbyamp
parent 97ea1035ec
commit 45f407799b

View file

@ -1,6 +1,6 @@
# Template file for 'python3-platformdirs' # Template file for 'python3-platformdirs'
pkgname=python3-platformdirs pkgname=python3-platformdirs
version=4.1.0 version=4.2.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs" hostmakedepends="hatchling hatch-vcs"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://platformdirs.rtfd.io/" homepage="https://platformdirs.rtfd.io/"
changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst" changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz" distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz"
checksum=906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420 checksum=ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768
make_check_pre="env PYTHONPATH=src" make_check_pre="env PYTHONPATH=src"
post_install() { post_install() {