mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-openapi-schema-validator: update to 0.6.3.
This commit is contained in:
parent
7e11bbb166
commit
7437de9484
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-openapi-schema-validator'
|
# Template file for 'python3-openapi-schema-validator'
|
||||||
pkgname=python3-openapi-schema-validator
|
pkgname=python3-openapi-schema-validator
|
||||||
version=0.6.2
|
version=0.6.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-poetry-core"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-jsonschema python3-rfc3339-validator"
|
depends="python3-jsonschema python3-jsonschema-specifications
|
||||||
|
python3-rfc3339-validator"
|
||||||
checkdepends="$depends python3-pytest-cov"
|
checkdepends="$depends python3-pytest-cov"
|
||||||
short_desc="OpenAPI schema validation for Python"
|
short_desc="OpenAPI schema validation for Python"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
@ -12,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/python-openapi/openapi-schema-validator"
|
homepage="https://github.com/python-openapi/openapi-schema-validator"
|
||||||
changelog="https://github.com/python-openapi/openapi-schema-validator/releases"
|
changelog="https://github.com/python-openapi/openapi-schema-validator/releases"
|
||||||
distfiles="${PYPI_SITE}/o/openapi-schema-validator/openapi_schema_validator-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/o/openapi-schema-validator/openapi_schema_validator-${version}.tar.gz"
|
||||||
checksum=11a95c9c9017912964e3e5f2545a5b11c3814880681fcacfb73b1759bb4f2804
|
checksum=f37bace4fc2a5d96692f4f8b31dc0f8d7400fd04f3a937798eaf880d425de6ee
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue