py-schema: add v0.7.7 (#46210)

* py-schema: add v0.7.7

* py-schema: fix when spec

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

---------

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
This commit is contained in:
Pranav Sivaraman 2024-09-04 22:07:35 -04:00 committed by GitHub
parent 9604c0a9b3
commit 656720a387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,10 @@ class PySchema(PythonPackage):
license("MIT")
version("0.7.7", sha256="7da553abd2958a19dc2547c388cde53398b39196175a9be59ea1caf5ab0a1807")
version("0.7.5", sha256="f06717112c61895cabc4707752b88716e8420a8819d71404501e114f91043197")
depends_on("py-setuptools", type="build")
depends_on("py-contextlib2@0.5.5:", type=("build", "run"))
depends_on("py-contextlib2@0.5.5:", type=("build", "run"), when="@:0.7.5")
depends_on("py-contextlib2@0.5.5:", type=("build", "run"), when="^python@:3.2")