[py-marshmallow] added version 3.19.0 (#38972)

This commit is contained in:
Jen Herting 2023-08-07 20:44:44 -04:00 committed by GitHub
parent 7caf2a512d
commit 19e1d10cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,10 @@ class PyMarshmallow(PythonPackage):
maintainers("haralmha")
version("3.19.0", sha256="90032c0fd650ce94b6ec6dc8dfeb0e3ff50c144586462c389b81a07205bedb78")
version("3.15.0", sha256="2aaaab4f01ef4f5a011a21319af9fce17ab13bf28a026d1252adab0e035648d5")
depends_on("python@3.7:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-packaging", type=("build", "run"))
depends_on("py-packaging@17:", when="@3.19.0:", type=("build", "run"))