* update python-aioresponses to 0.7.6-3

This commit is contained in:
Alexander Baldeck 2024-05-15 17:47:52 +02:00
parent 1ba3f78629
commit 205a956f75

View File

@ -4,7 +4,7 @@
pkgname=python-aioresponses
pkgver=0.7.6
_commit=444aa498cd2f625edd7923355fa373972d5fcf44
pkgrel=2
pkgrel=3
pkgdesc="A helper to mock/fake web requests in python aiohttp package."
url="https://github.com/pnuckowski/aioresponses"
license=('MIT')
@ -13,7 +13,7 @@ depends=('python-aiohttp')
makedepends=('git' 'python-pbr' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
checkdepends=('python-pytest' 'python-ddt')
source=("git+https://github.com/pnuckowski/aioresponses.git#commit=$_commit")
sha512sums=('SKIP')
sha512sums=('daff688e6811511acd43dcb97104aeb649ad8fbf95f38816436c3dc1a396949ab1d88f81e4c8bb4bea4e1c52473ff0e2d24f0b78762f2449884b9fa6d2aa87b5')
build() {
cd aioresponses