From b42d0c99908e6982aa6818c03417ffad1bcccbbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 7 May 2024 12:36:08 -0300 Subject: [PATCH] python3-jsonschema: update to 4.22.0. --- srcpkgs/python3-jsonschema/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template index 4684fe30e81..44b32aa0898 100644 --- a/srcpkgs/python3-jsonschema/template +++ b/srcpkgs/python3-jsonschema/template @@ -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 " +maintainer="Gonzalo TornarĂ­a " 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