* update python-pytest-aiohttp to 1.0.5-4

This commit is contained in:
Alexander Baldeck 2024-12-05 16:09:19 +01:00
parent f352ee9c45
commit 66581f4dfc
3 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,20 @@
pkgbase = python-pytest-aiohttp
pkgdesc = pytest plugin for aiohttp support
pkgver = 1.0.5
pkgrel = 4
url = https://github.com/aio-libs/pytest-aiohttp
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
depends = python-pytest
depends = python-aiohttp
source = python-pytest-aiohttp-1.0.5.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v1.0.5.tar.gz
sha256sums = c185f35de7ade7faec96e8a83d31ef1da61b93cdf6d0f405be500f60a315253b
sha512sums = 953305728271cb5f3e315653db32b582689ab773fde2c73d4bd369153cb021f4543c12e37acef8b5694447b659bc9f94ffcbad277b53362933d13d2dd7a326d9
pkgname = python-pytest-aiohttp

View File

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

View File

@ -4,7 +4,7 @@
pkgname=python-pytest-aiohttp
_name="${pkgname#python-}"
pkgver=1.0.5
pkgrel=3
pkgrel=4
pkgdesc='pytest plugin for aiohttp support'
url='https://github.com/aio-libs/pytest-aiohttp'
arch=(any)