py-comm: add 0.1.4 (#40669)

This commit is contained in:
Manuela Kuhn 2023-10-28 14:51:55 +02:00 committed by GitHub
parent a1d3e0002c
commit f8aa66b62e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,10 @@ class PyComm(PythonPackage):
homepage = "https://github.com/ipython/comm" homepage = "https://github.com/ipython/comm"
pypi = "comm/comm-0.1.3.tar.gz" pypi = "comm/comm-0.1.3.tar.gz"
version("0.1.4", sha256="354e40a59c9dd6db50c5cc6b4acc887d82e9603787f83b68c01a80a923984d15")
version("0.1.3", sha256="a61efa9daffcfbe66fd643ba966f846a624e4e6d6767eda9cf6e993aadaab93e") version("0.1.3", sha256="a61efa9daffcfbe66fd643ba966f846a624e4e6d6767eda9cf6e993aadaab93e")
depends_on("py-hatchling@1.10:", type="build") depends_on("py-hatchling@1.10:", type="build")
depends_on("py-traitlets@5.3:", type=("build", "run"))
depends_on("py-traitlets@4:", when="@0.1.4:", type=("build", "run"))
depends_on("py-traitlets@5.3:", when="@0.1.3", type=("build", "run"))