Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-openapi-core
Commits:
790798f1 by Antonio Rojas at 2025-12-15T23:24:09+01:00
upgpkg: 0.20.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-openapi-core
pkgdesc = Client-side and server-side support for the OpenAPI
Specification v3
- pkgver = 0.19.5
+ pkgver = 0.20.0
pkgrel = 1
url = https://github.com/p1c2u/openapi-core
arch = any
@@ -42,7 +42,7 @@ pkgbase = python-openapi-core
optdepends = python-multidict
optdepends = python-requests
optdepends = python-starlette
- source = git+https://github.com/python-openapi/openapi-core#tag=0.19.5
- sha256sums =
856357a67c8bc8b8053ce14ba39862325a502b077a7c4ef315328c4ec9438f48
+ source = git+https://github.com/python-openapi/openapi-core#tag=0.20.0
+ sha256sums =
78015a27695a8f5e9f68a989a122aff4ef55f0dc7d2c0c8f3c25c3501b2f46bd
pkgname = python-openapi-core
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=openapi-core
pkgname=python-$_pyname
-pkgver=0.19.5
+pkgver=0.20.0
pkgrel=1
pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
arch=(any)
@@ -46,7 +46,7 @@ checkdepends=(python-pytest
python-responses
python-starlette)
source=(git+https://github.com/python-openapi/openapi-core#tag=$pkgver)
-sha256sums=('856357a67c8bc8b8053ce14ba39862325a502b077a7c4ef315328c4ec9438f48')
+sha256sums=('78015a27695a8f5e9f68a989a122aff4ef55f0dc7d2c0c8f3c25c3501b2f46bd')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/790798f12e2ecc178aa8af20437109f48907b7ef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/790798f12e2ecc178aa8af20437109f48907b7ef
You're receiving this email because of your account on gitlab.archlinux.org.