From 41d054a2c68e84a215b118ebfb831105af785515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 5 Nov 2022 12:31:24 +0100 Subject: [PATCH] python3-jsonschema: update to 4.17.0. --- srcpkgs/python3-jsonschema/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template index 2bd694599331..c458dfb7b282 100644 --- a/srcpkgs/python3-jsonschema/template +++ b/srcpkgs/python3-jsonschema/template @@ -1,22 +1,22 @@ # Template file for 'python3-jsonschema' pkgname=python3-jsonschema -version=4.16.0 -revision=2 +version=4.17.0 +revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" depends="python3-attrs python3-pyrsistent" -checkdepends="${depends} python3-pytest" +checkdepends="${depends} python3-pytest python3-pip" short_desc="Implementation of JSON Schema for Python3" maintainer="Jan Christian Grünhage " 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=165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23 +checksum=5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d do_check() { rm -rf *.dist-info tmp # remove artifacts from previous unsuccessful check run - pip install --no-deps --target tmp ./jsonschema-$version-py3-none-any.whl + pip install --no-deps --target tmp ./dist/jsonschema-$version-py3-none-any.whl rm tmp/jsonschema/tests -rf mv tmp/*.dist-info . PYTHONPATH=. pytest --deselect jsonschema/tests/test_jsonschema_test_suite.py::test_suite_bug