python3-traitlets: update to 5.14.3.

This commit is contained in:
Gonzalo Tornaría 2024-04-21 10:41:59 -03:00 committed by cinerea0
parent b42d0c9990
commit 59126a96b0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-traitlets' # Template file for 'python3-traitlets'
pkgname=python3-traitlets pkgname=python3-traitlets
version=5.14.2 version=5.14.3
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
# needs python3-pytest-mypy # needs python3-pytest-mypy
@ -14,7 +14,7 @@ license="BSD-3-Clause"
homepage="https://github.com/ipython/traitlets" homepage="https://github.com/ipython/traitlets"
changelog="https://raw.githubusercontent.com/ipython/traitlets/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/ipython/traitlets/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz" distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
checksum=8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9 checksum=9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE