Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-openapi-core
Commits:
1b4bc59f by Antonio Rojas at 2024-09-02T17:55:59+02:00
upgpkg: 0.19.4-1: pdate to 0.19.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-openapi-core
pkgdesc = Client-side and server-side support for the OpenAPI
Specification v3
- pkgver = 0.19.3
- pkgrel = 3
+ pkgver = 0.19.4
+ pkgrel = 1
url = https://github.com/p1c2u/openapi-core
arch = any
license = BSD
@@ -43,7 +43,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.3
- sha256sums =
819b2bd1e1745f144e6445495d6579fcdfb5631069e972c364d711de53a97fdc
+ source = git+https://github.com/python-openapi/openapi-core#tag=0.19.4
+ sha256sums =
f37c267b2154e97c5a5ac7a0c278b4871b4057a1a26001f2e4022ceb9f96fe0e
pkgname = python-openapi-core
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=openapi-core
pkgname=python-$_pyname
-pkgver=0.19.3
-pkgrel=3
+pkgver=0.19.4
+pkgrel=1
pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
arch=(any)
url='https://github.com/p1c2u/openapi-core'
@@ -47,7 +47,7 @@ checkdepends=(python-pytest
python-responses
python-starlette)
source=(git+https://github.com/python-openapi/openapi-core#tag=$pkgver)
-sha256sums=('819b2bd1e1745f144e6445495d6579fcdfb5631069e972c364d711de53a97fdc')
+sha256sums=('f37c267b2154e97c5a5ac7a0c278b4871b4057a1a26001f2e4022ceb9f96fe0e')
prepare() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/1b4bc59f16e432d66c8533709c08dd30bfcb09a8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/1b4bc59f16e432d66c8533709c08dd30bfcb09a8
You're receiving this email because of your account on gitlab.archlinux.org.