From 7228fed9f09fd65137ebf71c54a1bf591f0e7d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 18 Nov 2022 14:38:17 +0100 Subject: [PATCH] python3-matrix-nio: update to 0.20.1, adopt Closes: #40596 [via git-merge-pr] --- srcpkgs/python3-matrix-nio/template | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template index bc37e3f6e93..6f11edf91a7 100644 --- a/srcpkgs/python3-matrix-nio/template +++ b/srcpkgs/python3-matrix-nio/template @@ -1,19 +1,23 @@ # Template file for 'python3-matrix-nio' pkgname=python3-matrix-nio -version=0.15.1 -revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=0.20.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" depends="python3-future python3-aiohttp python3-aiofiles python3-h11 python3-h2 python3-logbook python3-jsonschema python3-unpaddedbase64 python3-pycryptodome olm-python3 python3-peewee python3-cachetools - python3-atomicwrites" + python3-atomicwrites python3-aiohttp_socks" +checkdepends="${depends} python3-pytest python3-pytest-isort python3-pytest-cov + python3-hyperframe python3-hypothesis python3-hpack python3-Faker python3-mypy + python3-pytest-aiohttp python3-aioresponses python3-pytest-benchmark" short_desc="Python3 matrix.org client library designed without builtin io" -maintainer="Adam Beckmeyer " +maintainer="Jan Christian Grünhage " license="ISC" homepage="https://github.com/poljar/matrix-nio" +changelog="https://github.com/poljar/matrix-nio/raw/main/CHANGELOG.md" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=4fb0e9c5c9a89146ece71e8908974e41892679ee79a65182c2b2963445929935 +checksum=0b09c068be2dd975b083b7fc6730b8bc842014678945be4db1509aabe7b18237 post_install() { vlicense LICENSE.md