Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-openapi-core
Commits:
d597bbb1 by Antonio Rojas at 2024-04-11T08:49:38+02:00
upgpkg: 0.19.1-1: Update to 0.19.1
- - - - -
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 = 4
+ pkgver = 0.19.1
+ pkgrel = 1
url = https://github.com/p1c2u/openapi-core
arch = any
license = BSD
- checkdepends = python-pytest7
+ checkdepends = python-pytest
checkdepends = python-pytest-aiohttp
checkdepends = python-pytest-asyncio
checkdepends = python-aiohttp
@@ -42,7 +42,7 @@ pkgbase = python-openapi-core
optdepends = python-multidict
optdepends = python-requests
optdepends = python-starlette
- source =
https://github.com/python-openapi/openapi-core/archive/0.19.0/python-openapi-core-0.19.0.tar.gz
- sha256sums =
dccc47e62af93fc7dfd1e831be9785c3c62fef572ba6c050d51144bac72f671f
+ source =
https://github.com/python-openapi/openapi-core/archive/0.19.1/python-openapi-core-0.19.1.tar.gz
+ sha256sums =
b6928c597f229426c019e3cd8ae6cfaac11d364152fc11bb108da3af608bbf6c
pkgname = python-openapi-core
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=openapi-core
pkgname=python-$_pyname
-pkgver=0.19.0
-pkgrel=4
+pkgver=0.19.1
+pkgrel=1
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-pytest7
+checkdepends=(python-pytest
python-pytest-aiohttp
python-pytest-asyncio # a dependency of python-pytest-aiohttp
python-aiohttp
@@ -46,7 +46,7 @@ checkdepends=(python-pytest7
python-responses
python-starlette)
source=(https://github.com/python-openapi/openapi-core/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('dccc47e62af93fc7dfd1e831be9785c3c62fef572ba6c050d51144bac72f671f')
+sha256sums=('b6928c597f229426c019e3cd8ae6cfaac11d364152fc11bb108da3af608bbf6c')
prepare() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/d597bbb10f18d7aea259e54af186d2258da274fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/d597bbb10f18d7aea259e54af186d2258da274fc
You're receiving this email because of your account on gitlab.archlinux.org.