[py-omegaconf] added version 2.2.2 (#38980)

This commit is contained in:
Jen Herting 2023-07-20 11:54:30 -04:00 committed by GitHub
parent 50b90e430d
commit b40e3898b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,12 @@ class PyOmegaconf(PythonPackage):
maintainers("calebrob6")
version("2.3.0", sha256="d5d4b6d29955cc50ad50c46dc269bcd92c6e00f5f90d23ab5fee7bfca4ba4cc7")
version("2.2.2", sha256="10a89b5cb81887d68137b69a7c5c046a060e2239af4e37f20c3935ad2e5fd865")
version("2.1.0", sha256="a08aec03a63c66449b550b85d70238f4dee9c6c4a0541d6a98845dcfeb12439d")
depends_on("py-setuptools", type="build")
depends_on("py-pytest-runner", when="@2.1", type="build")
depends_on("py-antlr4-python3-runtime@4.9", when="@2.3:", type=("build", "run"))
depends_on("py-antlr4-python3-runtime@4.9", when="@2.2.2:", type=("build", "run"))
depends_on("py-antlr4-python3-runtime@4.8", when="@2.1", type=("build", "run"))
depends_on("py-pyyaml@5.1.0:", type=("build", "run"))
depends_on("py-pyyaml@5.1:", type=("build", "run"))
depends_on("java", type="build")