From 2e992f8182a89958ddd69f97e8b5199b42626303 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 3 Mar 2023 21:49:57 +0530 Subject: [PATCH] python3-platformdirs: update to 3.1.0. --- srcpkgs/python3-platformdirs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template index 54112bf572e3..4ff44b61fe1b 100644 --- a/srcpkgs/python3-platformdirs/template +++ b/srcpkgs/python3-platformdirs/template @@ -1,6 +1,6 @@ # Template file for 'python3-platformdirs' pkgname=python3-platformdirs -version=3.0.0 +version=3.1.0 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=8a1228abb1ef82d788f74139988b137e78692984ec7b08eaa6c65f1723af28f9 +checksum=accc3665857288317f32c7bebb5a8e482ba717b474f3fc1d18ca7f9214be0cef make_check_pre="env PYTHONPATH=src" post_install() {