From 5a96be96850ca57a243000d0e994733f6cf8b303 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 24 Feb 2024 12:38:08 -0500 Subject: [PATCH] python3-distro: update to 1.9.0. --- srcpkgs/python3-distro/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template index a9c6d684321..70fcef2eda1 100644 --- a/srcpkgs/python3-distro/template +++ b/srcpkgs/python3-distro/template @@ -1,7 +1,7 @@ # Template file for 'python3-distro' pkgname=python3-distro -version=1.8.0 -revision=2 +version=1.9.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel" depends="python3" @@ -12,5 +12,5 @@ license="Apache-2.0" homepage="https://github.com/nir0s/distro" changelog="https://raw.githubusercontent.com/python-distro/distro/master/CHANGELOG.md" distfiles="${PYPI_SITE}/d/distro/distro-${version}.tar.gz" -checksum=02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8 +checksum=2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed make_check_pre="env PYTHONPATH=src"