Date: Friday, March 11, 2022 @ 22:35:25 Author: felixonmars Revision: 1148832
upgpkg: python-pytest-asyncio 0.17.1-1 Modified: python-pytest-asyncio/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-11 22:26:53 UTC (rev 1148831) +++ PKGBUILD 2022-03-11 22:35:25 UTC (rev 1148832) @@ -1,17 +1,17 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-asyncio -pkgver=0.17.0 +pkgver=0.17.1 pkgrel=1 pkgdesc="Pytest support for asyncio." arch=('any') license=('Apache') url="https://github.com/pytest-dev/pytest-asyncio/" -depends=('python-pytest') +depends=('python-pytest' 'python-typing_extensions') makedepends=('python-setuptools-scm') checkdepends=('python-flaky' 'python-hypothesis') -source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz") -sha512sums=('cfff79cf0632153819c511d3751777858e87081b074bfb49f3fe49417d1be647b4d07a4b64149acec36b4e6b1872ac03f1055703c70cccce18648482c9b727db') +source=("https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('691bedb0d84e05179815d9a5c11108568dc59fc8fe6e8549e54e14b83e5e6bcad37d512980ea27f87f927f623c0496bbddf0aff1f44fc78f9bea1d9106b0800c') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
