Date: Saturday, November 5, 2022 @ 19:42:22
  Author: felixonmars
Revision: 1342413

upgpkg: python-prance 0.22.11.04.0-1

Modified:
  python-prance/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-05 19:40:57 UTC (rev 1342412)
+++ PKGBUILD    2022-11-05 19:42:22 UTC (rev 1342413)
@@ -1,14 +1,15 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-prance
-pkgver=0.21.8.0
+pkgver=0.22.11.04.0
 _openapi_commit=0f9d3ec7c033fef184ec54e1ffc201b2d61ce023
-pkgrel=3
+pkgrel=1
 pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser"
 url="https://github.com/jfinkhaeuser/prance";
 license=('custom:MITNFA')
 arch=('any')
-depends=('python-chardet' 'python-ruamel-yaml' 'python-requests' 'python-six' 
'python-semver')
+depends=('python-chardet' 'python-ruamel-yaml' 'python-requests' 'python-six' 
'python-semver'
+         'python-packaging')
 optdepends=('python-flex' 'python-click' 'python-pyicu' 
'python-openapi-spec-validator')
 makedepends=('python-setuptools')
 # 'python-flex' is broken, removed for now: 
https://github.com/RonnyPfannschmidt/prance/issues/116
@@ -15,7 +16,7 @@
 checkdepends=('python-pytest-cov' 'python-click' 'python-pyicu' 
'python-openapi-spec-validator')
 
source=("https://github.com/jfinkhaeuser/prance/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
         
"https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit/OpenAPI-Specification-$_openapi_commit.tar.gz";)
-sha512sums=('654d37a50bd79177b285eca585f56ef07a6a553a09c018e2df640879ab62e0a376cbd8fc2205b6408b7fce31851be0accb123afc79114edd36c8a270e6557b84'
+sha512sums=('ad2d65ec732ffe5275dd6a0e8d9bd04a6ee7c7d6d46f4cbf680be344c6593334ea98436b0a99bc773b6705d948f331930a921d1704cdab59cf07ee5da2cfe48c'
             
'c75ff7410c75ce23fd736ccb4294175438b66a954687d380124c0e37237112b043fa0c289269a8d792e8385264c923b0be09d6bf63112a106e4579d9d7a9808f')
 
 prepare() {

Reply via email to