python3-openapi-core: update to 0.19.3.

This commit is contained in:
Gonzalo Tornaría 2024-08-18 15:14:45 -03:00 committed by classabbyamp
parent 7c5b386e31
commit a7e00a8b2b
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-openapi-core' # Template file for 'python3-openapi-core'
pkgname=python3-openapi-core pkgname=python3-openapi-core
version=0.19.2 version=0.19.3
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
# disable tests requiring unpackaged dependencies # disable tests requiring unpackaged dependencies
@ -22,7 +22,7 @@ license="BSD-3-Clause"
homepage="https://github.com/python-openapi/openapi-core" homepage="https://github.com/python-openapi/openapi-core"
changelog="https://github.com/python-openapi/openapi-core/releases" changelog="https://github.com/python-openapi/openapi-core/releases"
distfiles="${PYPI_SITE}/o/openapi-core/openapi_core-${version}.tar.gz" distfiles="${PYPI_SITE}/o/openapi-core/openapi_core-${version}.tar.gz"
checksum=db4e13dd3162d861d9485ae804f350586d9fd1d72808cdb264d6993d9b5ede3f checksum=5db6479ecccf76c52422961dc42b411b7625a802087d847251fdd66f0392b095
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE