From 8cfc7b15f2def4c36ec530706fb9804c47836adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 16 Sep 2023 01:05:07 -0300 Subject: [PATCH] python3-openapi-schema-validator: update to 0.6.1. --- srcpkgs/python3-openapi-schema-validator/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-openapi-schema-validator/template b/srcpkgs/python3-openapi-schema-validator/template index bb26e4a7d60..77139da12b3 100644 --- a/srcpkgs/python3-openapi-schema-validator/template +++ b/srcpkgs/python3-openapi-schema-validator/template @@ -1,18 +1,18 @@ # Template file for 'python3-openapi-schema-validator' pkgname=python3-openapi-schema-validator -version=0.4.4 +version=0.6.1 revision=1 build_style=python3-pep517 hostmakedepends="python3-poetry-core" -depends="python3-jsonschema" -checkdepends="$depends python3-pytest-cov python3-toml" +depends="python3-jsonschema python3-rfc3339-validator" +checkdepends="$depends python3-pytest-cov" short_desc="OpenAPI schema validation for Python" maintainer="Gonzalo TornarĂ­a " license="BSD-3-Clause" homepage="https://github.com/python-openapi/openapi-schema-validator" changelog="https://github.com/python-openapi/openapi-schema-validator/releases" distfiles="${PYPI_SITE}/o/openapi-schema-validator/openapi_schema_validator-${version}.tar.gz" -checksum=c573e2be2c783abae56c5a1486ab716ca96e09d1c3eab56020d1dc680aa57bf8 +checksum=b8b25e2cb600a0ed18452e675b5dd8cbb99009909c2641c973a4b02c93e33ca2 post_install() { vlicense LICENSE