python3-jsonschema: update to 4.22.0.

This commit is contained in:
Gonzalo Tornaría 2024-05-07 12:36:08 -03:00 committed by cinerea0
parent 21804fe1a8
commit b42d0c9990
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-jsonschema'
pkgname=python3-jsonschema
version=4.21.1
version=4.22.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
@ -8,12 +8,12 @@ depends="python3-attrs python3-jsonschema-specifications"
checkdepends="${depends} python3-pytest python3-idna python3-jsonpointer
python3-pip python3-rfc3339-validator python3-rfc3987"
short_desc="Implementation of JSON Schema for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/Julian/jsonschema"
changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
checksum=85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5
checksum=5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7
post_install() {
vlicense COPYING LICENSE