From 44e7e0104aded2075eeb9ed1a189791759025ae8 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 3 Oct 2023 13:20:58 +0530 Subject: [PATCH] python3-platformdirs: update to 3.11.0. --- srcpkgs/python3-platformdirs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template index 66b496bdc7ae3..0d953a8dc7e1e 100644 --- a/srcpkgs/python3-platformdirs/template +++ b/srcpkgs/python3-platformdirs/template @@ -1,7 +1,7 @@ # Template file for 'python3-platformdirs' pkgname=python3-platformdirs -version=3.10.0 -revision=2 +version=3.11.0 +revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" depends="python3" @@ -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=b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d +checksum=cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3 make_check_pre="env PYTHONPATH=src" post_install() {