py-lightning: add v2.1.3 (#41809)

This commit is contained in:
Adam J. Stewart 2023-12-22 21:13:45 +01:00 committed by GitHub
parent d96f8efb9c
commit 9ee4876eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ class PyLightning(PythonPackage):
maintainers("adamjstewart") maintainers("adamjstewart")
version("2.1.3", sha256="70867a59e6b67e7720958ceb14476a2a00f34c12ad03680faed3163ed70138e2")
version("2.1.2", sha256="3b2599a8a719916cb03526e6570356809729680c6cda09391232e2aba0a4ed4b") version("2.1.2", sha256="3b2599a8a719916cb03526e6570356809729680c6cda09391232e2aba0a4ed4b")
version("2.1.1", sha256="865491940d20a9754eac7494aa18cab893e0c2b31e83743349eeeaf31dfb52db") version("2.1.1", sha256="865491940d20a9754eac7494aa18cab893e0c2b31e83743349eeeaf31dfb52db")
version("2.1.0", sha256="1f78f5995ae7dcffa1edf34320db136902b73a0d1b304404c48ec8be165b3a93") version("2.1.0", sha256="1f78f5995ae7dcffa1edf34320db136902b73a0d1b304404c48ec8be165b3a93")
@ -36,7 +37,8 @@ class PyLightning(PythonPackage):
# src/lightning.egg-info/requires.txt # src/lightning.egg-info/requires.txt
depends_on("py-pyyaml@5.4:7", type=("build", "run")) depends_on("py-pyyaml@5.4:7", type=("build", "run"))
depends_on("py-fsspec@2021.6.1:2024+http", when="@2.1:", type=("build", "run")) depends_on("py-fsspec@2022.5:2024+http", when="@2.1.3:", type=("build", "run"))
depends_on("py-fsspec@2021.6.1:2024+http", when="@2.1.0:2.1.2", type=("build", "run"))
depends_on("py-fsspec@2022.5:2024+http", when="@2.0.5:2.0", type=("build", "run")) depends_on("py-fsspec@2022.5:2024+http", when="@2.0.5:2.0", type=("build", "run"))
depends_on("py-fsspec@2022.5:2023+http", when="@:2.0.4", type=("build", "run")) depends_on("py-fsspec@2022.5:2023+http", when="@:2.0.4", type=("build", "run"))
depends_on("py-lightning-utilities@0.8:1", when="@2.1:", type=("build", "run")) depends_on("py-lightning-utilities@0.8:1", when="@2.1:", type=("build", "run"))