Date: Sunday, May 10, 2020 @ 19:12:19 Author: diabonas Revision: 626199
upgpkg: python-matrix-nio 0.11.0-2: remove superfluous dependency python-attrs has been removed in upstream commit https://github.com/poljar/matrix-nio/commit/7dacf4a280e08e1f9650995cb50df5229f5a0991 Modified: python-matrix-nio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-10 19:02:58 UTC (rev 626198) +++ PKGBUILD 2020-05-10 19:12:19 UTC (rev 626199) @@ -2,12 +2,12 @@ pkgname=python-matrix-nio pkgver=0.11.0 _tag=9fadfbec243d9f652712b32658e3df5510a65ad1 # git show-ref "$pkgver" -pkgrel=1 +pkgrel=2 pkgdesc='Python Matrix client library, designed according to sans I/O principles' arch=('any') url='https://github.com/poljar/matrix-nio' license=('ISC') -depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 'python-attrs' 'python-cachetools' +depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 'python-cachetools' 'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 'python-logbook' 'python-olm' 'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64') makedepends=('git')
