From c68bec58c3b69169608b61d97b1ac7090dca22a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 2 Jan 2024 16:06:55 -0300 Subject: [PATCH] python3-comm: update to 0.2.1. --- srcpkgs/python3-comm/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-comm/template b/srcpkgs/python3-comm/template index 49e37ec6b0e..93c5f3b9fed 100644 --- a/srcpkgs/python3-comm/template +++ b/srcpkgs/python3-comm/template @@ -1,18 +1,18 @@ # Template file for 'python3-comm' pkgname=python3-comm -version=0.2.0 +version=0.2.1 revision=1 build_style=python3-pep517 hostmakedepends="hatchling" depends="python3-traitlets" checkdepends="python3-pytest $depends" short_desc="Python comm implementation for the Jupyter kernel protocol" -maintainer="dkwo " +maintainer="dkwo , Gonzalo TornarĂ­a " license="BSD-3-Clause" homepage="https://github.com/ipython/comm/" changelog="https://raw.githubusercontent.com/ipython/comm/main/CHANGELOG.md" distfiles="https://github.com/ipython/comm/archive/refs/tags/v$version.tar.gz" -checksum=5977e098e586b62b45759c9fb016529e38b9bbe96923cf29b4546b2a49cace6a +checksum=7946d8ca485089dffcbbd11279b9195d30bc9dd0a654a7b084702049ebad7403 post_install() { vlicense LICENSE