* update python-pytest-asyncio to 0.23.8-1

This commit is contained in:
Alexander Baldeck 2024-09-24 13:44:24 +02:00
parent 5a41d73909
commit f4e2fc8bb4
3 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,19 @@
pkgbase = python-pytest-asyncio
pkgdesc = Pytest support for asyncio.
pkgver = 0.23.8
pkgrel = 1
url = https://github.com/pytest-dev/pytest-asyncio
arch = any
license = Apache-2.0
checkdepends = python-hypothesis
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-pytest
source = git+https://github.com/pytest-dev/pytest-asyncio.git#tag=v0.23.8?signed
validpgpkeys = 856F4E797CAB2AA5A0A967E1F0827C47163A10D6
b2sums = f5c33c89bb0366b6a6926f44b2a366fdf1d22fc51defaab621ffbc8640e5e650ede4caf4c3581d736c1a9e8e2506f90183dd367769d39894f0e2622d40b95218
pkgname = python-pytest-asyncio

View File

@ -0,0 +1,4 @@
[python-pytest-asyncio]
source = "git"
git = "https://github.com/pytest-dev/pytest-asyncio.git"
prefix = "v"

View File

@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-pytest-asyncio
pkgver=0.23.7
pkgver=0.23.8
pkgrel=1
pkgdesc="Pytest support for asyncio."
arch=(any)
@ -12,7 +12,7 @@ depends=('python-pytest')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
checkdepends=('python-hypothesis')
source=("git+https://github.com/pytest-dev/pytest-asyncio.git#tag=v$pkgver?signed")
b2sums=('8ec8e42f014fb4a9f0e9aab37f300656ab17c3f9f472660307c1846efb683c451a4bd1c8d1d8577b470aef7426621117f067c8a97e769b67c139d7bd5b67f0b0')
b2sums=('f5c33c89bb0366b6a6926f44b2a366fdf1d22fc51defaab621ffbc8640e5e650ede4caf4c3581d736c1a9e8e2506f90183dd367769d39894f0e2622d40b95218')
validpgpkeys=('856F4E797CAB2AA5A0A967E1F0827C47163A10D6') # Michael Seifert <m.seifert@digitalernachschub.de>
build() {