Date: Wednesday, September 14, 2022 @ 03:52:12
  Author: yan12125
Revision: 1301138

upgpkg: python-openapi-schema-validator 0.3.4-1; adopt and list myself as the 
maintainer; add optdepends to make namcap happy

Modified:
  python-openapi-schema-validator/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-14 02:54:13 UTC (rev 1301137)
+++ PKGBUILD    2022-09-14 03:52:12 UTC (rev 1301138)
@@ -1,7 +1,8 @@
-# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Felix Yan <[email protected]>
 
 pkgname=python-openapi-schema-validator
-pkgver=0.3.2
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="OpenAPI schema validation for Python"
 url="https://github.com/p1c2u/openapi-schema-validator";
@@ -10,8 +11,13 @@
 depends=('python-attrs' 'python-jsonschema')
 makedepends=('python-build' 'python-installer' 'python-poetry-core')
 checkdepends=('python-pytest' 'python-isodate' 'python-rfc3339-validator' 
'python-strict-rfc3339')
+optdepends=(
+  'python-isodate: validate datetime with isodate'
+  'python-rfc3339-validator: validate datetime with rfc3339_validator'
+  'python-strict-rfc3339: validate datetime with strict_rfc3339'
+)
 
source=("https://github.com/p1c2u/openapi-schema-validator/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('c1aa992334c75573a8a5bc49018e783516d7142185391cb35a7bdcb3143413d9909c4a0a40c68f2cceb85fca1ce3fdeeba9acfd271a9e47915daf9b848791984')
+sha512sums=('714f93594c875a04194a6980dc5e092866609787e424ef480d42da93c114e3b658a5efef13f78ed3db35f6e7399d7dda8adbc1d3bb8606512aa4f135edeaeb75')
 
 prepare() {
   cd openapi-schema-validator-$pkgver

Reply via email to