Date: Saturday, November 19, 2022 @ 11:14:07 Author: arojas Revision: 1349660
upgpkg: python-fakeredis 2.0.0-2: aioredis was merged in redis Modified: python-fakeredis/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-19 10:50:17 UTC (rev 1349659) +++ PKGBUILD 2022-11-19 11:14:07 UTC (rev 1349660) @@ -7,7 +7,7 @@ _pyname=fakeredis pkgname=python-fakeredis pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='Fake implementation of redis API (redis-py) for testing purposes' arch=(any) url="https://github.com/dsoftwareinc/${_pyname}-py" @@ -17,7 +17,6 @@ python-six python-sortedcontainers) makedepends=(python-{build,installer,wheel} - python-aioredis python-packaging python-lupa python-poetry-core) @@ -25,8 +24,7 @@ python-pytest-asyncio python-pytest-mock python-hypothesis) -optdepends=('python-aioredis: for aioredis support' - 'python-packaging: for aioredis support' +optdepends=('python-packaging: for aioredis support' 'python-lupa: for lua scripting support') # _archive="$_pyname-py-$pkgver" # source=("$url/archive/v$pkgver/$_archive.tar.gz")
