python3-platformdirs: update to 3.1.1.

This commit is contained in:
icp 2023-03-22 01:23:26 +05:30 committed by classabbyamp
parent 35a78a74db
commit 7627f45560

View File

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