Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-prance


Commits:
9123562f by Jelle van der Waa at 2024-04-06T17:43:52+02:00
upgpkg: 0.22.11.04.0-3: rebuild with python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,28 @@
+pkgbase = python-prance
+       pkgdesc = Resolving Swagger/OpenAPI 2.0 and 3.0 Parser
+       pkgver = 0.22.11.04.0
+       pkgrel = 3
+       url = https://github.com/jfinkhaeuser/prance
+       arch = any
+       license = custom:MITNFA
+       checkdepends = python-pytest-cov
+       checkdepends = python-click
+       checkdepends = python-pyicu
+       checkdepends = python-openapi-spec-validator
+       makedepends = python-setuptools
+       depends = python-chardet
+       depends = python-ruamel-yaml
+       depends = python-requests
+       depends = python-six
+       depends = python-semver
+       depends = python-packaging
+       optdepends = python-flex
+       optdepends = python-click
+       optdepends = python-pyicu
+       optdepends = python-openapi-spec-validator
+       source = 
https://github.com/jfinkhaeuser/prance/archive/v0.22.11.04.0/python-prance-0.22.11.04.0.tar.gz
+       source = 
https://github.com/OAI/OpenAPI-Specification/archive/0f9d3ec7c033fef184ec54e1ffc201b2d61ce023/OpenAPI-Specification-0f9d3ec7c033fef184ec54e1ffc201b2d61ce023.tar.gz
+       sha512sums = 
ad2d65ec732ffe5275dd6a0e8d9bd04a6ee7c7d6d46f4cbf680be344c6593334ea98436b0a99bc773b6705d948f331930a921d1704cdab59cf07ee5da2cfe48c
+       sha512sums = 
c75ff7410c75ce23fd736ccb4294175438b66a954687d380124c0e37237112b043fa0c289269a8d792e8385264c923b0be09d6bf63112a106e4579d9d7a9808f
+
+pkgname = python-prance


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 pkgname=python-prance
 pkgver=0.22.11.04.0
 _openapi_commit=0f9d3ec7c033fef184ec54e1ffc201b2d61ce023
-pkgrel=2
+pkgrel=3
 pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser"
 url="https://github.com/jfinkhaeuser/prance";
 license=('custom:MITNFA')
@@ -31,7 +31,8 @@ build() {
 
 check() {
   cd prance-$pkgver
-  pytest
+  # Code depends on a service which is broken with a Bad gateway 
https://mermade.org.uk/api/v1/convert
+  pytest -k 'not test_convert_petstore and not test_convert and not 
test_openapi_spec_validator_validate_failure'
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prance/-/commit/9123562fc6b804c15f3ad4ae9ae3dea40d3acc8c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prance/-/commit/9123562fc6b804c15f3ad4ae9ae3dea40d3acc8c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to