From 7461cf1a3a57ecad47db81853a0aa7151b51ef74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 25 Oct 2023 09:21:19 -0300 Subject: [PATCH] python3-traitlets: update to 5.13.0. --- srcpkgs/python3-traitlets/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template index f48119dadca..3f418299ccf 100644 --- a/srcpkgs/python3-traitlets/template +++ b/srcpkgs/python3-traitlets/template @@ -1,8 +1,10 @@ # Template file for 'python3-traitlets' pkgname=python3-traitlets -version=5.11.2 +version=5.13.0 revision=1 build_style=python3-pep517 +# needs python3-pytest-mypy +make_check_args="--ignore tests/test_typing.py" hostmakedepends="hatchling" depends="python3" checkdepends="python3-argcomplete python3-pytest-mock" @@ -12,7 +14,7 @@ license="BSD-3-Clause" homepage="https://github.com/ipython/traitlets" changelog="https://raw.githubusercontent.com/ipython/traitlets/main/CHANGELOG.md" distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz" -checksum=7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e +checksum=9b232b9430c8f57288c1024b34a8f0251ddcc47268927367a0dd3eeaca40deb5 post_install() { vlicense LICENSE