From cb142bf1da65dd7f17bc93069f74666333998684 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Feb 2022 18:16:41 -0500 Subject: [PATCH] python3-tomli: update to 2.0.1. --- srcpkgs/python3-tomli/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-tomli/template b/srcpkgs/python3-tomli/template index b935177593a..028ece6c0f2 100644 --- a/srcpkgs/python3-tomli/template +++ b/srcpkgs/python3-tomli/template @@ -1,6 +1,6 @@ # Template file for 'python3-tomli' pkgname=python3-tomli -version=2.0.0 +version=2.0.1 revision=1 create_wrksrc=yes build_wrksrc="tomli-${version}" @@ -17,11 +17,11 @@ homepage="https://github.com/hukkin/tomli" # https://github.com/takluyver/flit/issues/451 # As a result, we can't use python3-flit_core to build this package, so we have # to just fetch the flit_core tarball to bootstrap tomli. Sigh. -_flit_version=3.4.0 +_flit_version=3.6.0 distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz ${PYPI_SITE}/f/flit_core/flit_core-${_flit_version}.tar.gz" -checksum="c292c34f58502a1eb2bbb9f5bbc9a5ebc37bee10ffb8c2d6bbdfa8eb13cc14e1 - 29468fa2330969167d1f5c23eb9c0661cb6dacfcd46f361a274609a7f4197530" +checksum="de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f + 5892962ab8b8ea945835b3a288fe9dd69316f1903d5288c3f5cafdcdd04756ad" # Archive includes no tests make_check=no