py-lightning: add v2.0.6 (#39152)

This commit is contained in:
Adam J. Stewart 2023-07-31 09:54:35 -05:00 committed by GitHub
parent 832ddbdf6d
commit 27f378601e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ class PyLightning(PythonPackage):
maintainers("adamjstewart")
version("2.0.6", sha256="bff959f65eed2f626dd65e7b2cfd0d3ddcd0c4ca19ffc8f5f49a4ba4494ca528")
version("2.0.5", sha256="77df233129b29c11df7b5e071e24e29420d5efbdbbac9cb6fb4602b7b5afce8a")
version("2.0.4", sha256="f5f5ed75a657caa8931051590ed000d46bf1b8311ae89bb17a961c3f299dbf33")
version("2.0.3", sha256="5a70f05e40f1d7882f81eace0d4a86fe2604b423f8df42beaabd187bfdb420cf")
@ -54,7 +55,8 @@ class PyLightning(PythonPackage):
depends_on("py-numpy@1.17.2:2", type=("build", "run"))
depends_on("py-packaging@17.1:24", type=("build", "run"))
depends_on("py-psutil@:6", type=("build", "run"))
depends_on("py-pydantic@1.7.4:1", when="@2.0.5:", type=("build", "run"))
depends_on("py-pydantic@1.7.4:2.0", when="@2.0.6:", type=("build", "run"))
depends_on("py-pydantic@1.7.4:1", when="@2.0.5", type=("build", "run"))
depends_on("py-pydantic@1.7.4:3", when="@2.0.3:2.0.4", type=("build", "run"))
depends_on("py-pydantic@:2", when="@:2.0.2", type=("build", "run"))
depends_on("py-python-multipart@0.0.5:1", type=("build", "run"))