Date: Thursday, October 6, 2022 @ 08:45:06 Author: diabonas Revision: 1321821
upgpkg: python-matrix-nio 0.20.0-1: upstream release Modified: python-matrix-nio/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-06 08:26:45 UTC (rev 1321820) +++ PKGBUILD 2022-10-06 08:45:06 UTC (rev 1321821) @@ -1,8 +1,8 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=python-matrix-nio -pkgver=0.19.0 -_tag=52109a160765f1a9e7f78be1aed8a282a83515f1 # git rev-parse "$pkgver" -pkgrel=4 +pkgver=0.20.0 +_tag=b2bde370d41ae9a2a20f185af3d4349dbf7c6fa0 # git rev-parse "$pkgver" +pkgrel=1 pkgdesc='Python Matrix client library, designed according to sans I/O principles' arch=('any') url='https://github.com/poljar/matrix-nio' @@ -12,7 +12,7 @@ makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core') checkdepends=('python-aioresponses' 'python-atomicwrites' 'python-cachetools' 'python-faker' 'python-hpack' 'python-hyperframe' 'python-hypothesis' 'python-olm' 'python-peewee' 'python-pytest' - 'python-pytest-aiohttp' 'python-pytest-benchmark') + 'python-pytest-aiohttp' 'python-pytest-asyncio' 'python-pytest-benchmark' 'python-setuptools') optdepends=('python-atomicwrites: end-to-end encryption support' 'python-cachetools: end-to-end encryption support' 'python-peewee: end-to-end encryption support'
