Add py-jsonschema 2.6.0 (#12009)

This commit is contained in:
Adam J. Stewart 2019-07-13 09:05:17 -05:00 committed by GitHub
parent 5bc15b2d9a
commit 452021398a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,9 @@ class PyJsonschema(PythonPackage):
"""Jsonschema: An(other) implementation of JSON Schema for Python."""
homepage = "http://github.com/Julian/jsonschema"
url = "https://pypi.io/packages/source/j/jsonschema/jsonschema-2.5.1.tar.gz"
url = "https://pypi.io/packages/source/j/jsonschema/jsonschema-2.6.0.tar.gz"
version('2.6.0', sha256='6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02')
version('2.5.1', '374e848fdb69a3ce8b7e778b47c30640')
depends_on('py-setuptools', type='build')