Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-openapi-core
Commits:
47b69be3 by Antonio Rojas at 2024-04-10T00:36:07+02:00
upgpkg: 0.19.0-2: Python 3.12 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = python-openapi-core
pkgdesc = Client-side and server-side support for the OpenAPI
Specification v3
pkgver = 0.19.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/p1c2u/openapi-core
arch = any
license = BSD
- checkdepends = python-pytest
+ checkdepends = python-pytest7
checkdepends = python-pytest-aiohttp
checkdepends = python-pytest-asyncio
checkdepends = python-aiohttp
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=openapi-core
pkgname=python-$_pyname
pkgver=0.19.0
-pkgrel=1
+pkgrel=2
pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
arch=(any)
url='https://github.com/p1c2u/openapi-core'
@@ -30,7 +30,7 @@ optdepends=(python-aiohttp
python-multidict
python-requests
python-starlette)
-checkdepends=(python-pytest
+checkdepends=(python-pytest7
python-pytest-aiohttp
python-pytest-asyncio # a dependency of python-pytest-aiohttp
python-aiohttp
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/47b69be39a98bdab593ce8a7423764383d5ae5e4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/47b69be39a98bdab593ce8a7423764383d5ae5e4
You're receiving this email because of your account on gitlab.archlinux.org.