python3-openapi-schema-validator: update to 0.6.2.
This commit is contained in:
parent
b84b59d1af
commit
f02b11a4ea
|
@ -1,7 +1,7 @@
|
||||||
# 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.1
|
version=0.6.2
|
||||||
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-rfc3339-validator"
|
||||||
|
@ -12,7 +12,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=b8b25e2cb600a0ed18452e675b5dd8cbb99009909c2641c973a4b02c93e33ca2
|
checksum=11a95c9c9017912964e3e5f2545a5b11c3814880681fcacfb73b1759bb4f2804
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue