Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-apispec
Commits:
6b5c5d2e by Jelle van der Waa at 2024-04-06T17:46:44+02:00
upgpkg: 6.0.2-4: rebuild with python 3.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-apispec
pkgdesc = A pluggable API specification generator. Currently supports
the OpenAPI Specification.
pkgver = 6.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/marshmallow-code/apispec
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-apispec
pkgver=6.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="A pluggable API specification generator. Currently supports the
OpenAPI Specification."
url="https://github.com/marshmallow-code/apispec"
license=('MIT')
@@ -25,7 +25,7 @@ build() {
check() {
cd apispec-$pkgver
- PYTHONPATH=src pytest .
+ PYTHONPATH=src pytest -k 'not
test_schema_instance_with_different_modifers_custom_resolver' .
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-apispec/-/commit/6b5c5d2e902014e735f4d2ae5f6677cbe5b1907c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-apispec/-/commit/6b5c5d2e902014e735f4d2ae5f6677cbe5b1907c
You're receiving this email because of your account on gitlab.archlinux.org.