From bf3d18bf06255affa8f6a4440ac79a9ace2f9523 Mon Sep 17 00:00:00 2001 From: iarspider Date: Fri, 9 Dec 2022 14:43:44 +0100 Subject: Add checksum for py-packaging11 0.12.3 (#34402) --- var/spack/repos/builtin/packages/py-jupyter-packaging11/package.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-jupyter-packaging11/package.py b/var/spack/repos/builtin/packages/py-jupyter-packaging11/package.py index ae313784a9..75b44d81f6 100644 --- a/var/spack/repos/builtin/packages/py-jupyter-packaging11/package.py +++ b/var/spack/repos/builtin/packages/py-jupyter-packaging11/package.py @@ -16,12 +16,14 @@ class PyJupyterPackaging11(PythonPackage): homepage = "https://github.com/jupyter/jupyter-packaging" pypi = "jupyter_packaging/jupyter_packaging-0.11.1.tar.gz" + version("0.12.3", sha256="9d9b2b63b97ffd67a8bc5391c32a421bc415b264a32c99e4d8d8dd31daae9cf4") version("0.12.0", sha256="b27455d60adc93a7baa2e0b8f386be81b932bb4e3c0116046df9ed230cd3faac") version("0.11.1", sha256="6f5c7eeea98f7f3c8fb41d565a94bf59791768a93f93148b3c2dfb7ebade8eec") depends_on("python@3.7:", type=("build", "run")) depends_on("py-packaging", type=("build", "run")) depends_on("py-tomlkit", type=("build", "run")) + depends_on("py-hatchling@0.25:", when="@0.12.3:", type="build") depends_on("py-setuptools@60.2:", when="@0.12:", type=("build", "run")) depends_on("py-setuptools@46.4:", type=("build", "run")) # https://github.com/jupyter/jupyter-packaging/issues/130 -- cgit v1.2.3-70-g09d2