Date: Saturday, May 14, 2022 @ 01:34:30 Author: felixonmars Revision: 1203044
upgpkg: python-pytest-asyncio 0.17.2-1 Modified: python-pytest-asyncio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-14 01:33:32 UTC (rev 1203043) +++ PKGBUILD 2022-05-14 01:34:30 UTC (rev 1203044) @@ -1,17 +1,17 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-pytest-asyncio -pkgver=0.17.1 +pkgver=0.17.2 pkgrel=1 pkgdesc="Pytest support for asyncio." arch=('any') license=('Apache') url="https://github.com/pytest-dev/pytest-asyncio/" -depends=('python-pytest' 'python-typing_extensions') +depends=('python-pytest') makedepends=('python-setuptools-scm') checkdepends=('python-flaky' 'python-hypothesis') source=("https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('691bedb0d84e05179815d9a5c11108568dc59fc8fe6e8549e54e14b83e5e6bcad37d512980ea27f87f927f623c0496bbddf0aff1f44fc78f9bea1d9106b0800c') +sha512sums=('f1f6a586a7a3a1672ed76e8758a76e8bd427b0da055461597ab3b6296e3ae50002a9a259aba57f0b6191d606db6fa61377dbf03099d3437272a4a1f4144aa58e') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver