Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-traitlets/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-traitlets'
pkgname=python3-traitlets
version=5.14.3
revision=3
version=5.15.0
revision=1
build_style=python3-pep517
# needs python3-pytest-mypy
make_check_args="--ignore tests/test_typing.py"
Expand All @@ -14,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=9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7
checksum=4fead733f81cf1c4c938e06f8ca4633896833c9d89eff878159457f4d4392971

post_install() {
vlicense LICENSE
Expand Down