py-comm: add 0.1.4 (#40669)
This commit is contained in:
parent
a1d3e0002c
commit
f8aa66b62e
1 changed files with 4 additions and 1 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Reference in a new issue