[arch-commits] Commit in python-matrix-nio/trunk (PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Wed Mar 3 19:36:59 UTC 2021


    Date: Wednesday, March 3, 2021 @ 19:36:59
  Author: diabonas
Revision: 879349

upgpkg: python-matrix-nio 0.17.0-1: upstream release

A dependency on python-aiohttp-socks has been added in upstream commit
https://github.com/poljar/matrix-nio/commit/852023c5c51e38b587ad0281ecfc7237290aa524

Modified:
  python-matrix-nio/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-03 19:30:01 UTC (rev 879348)
+++ PKGBUILD	2021-03-03 19:36:59 UTC (rev 879349)
@@ -1,15 +1,15 @@
 # Maintainer: Jonas Witschel <diabonas at archlinux.org>
 pkgname=python-matrix-nio
-pkgver=0.16.0
-_tag=098a78f2fe783c3e797e2fe928d4156a77c97431 # git rev-parse "$pkgver"
+pkgver=0.17.0
+_tag=3c25f98d3ff350160de56c33ed69460f9ecd224f # 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'
 license=('ISC')
-depends=('python' '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')
+depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-aiohttp-socks' 'python-atomicwrites' 
+         'python-cachetools' 'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 'python-logbook' 
+         'python-olm' 'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
 makedepends=('git' 'python-dephell' 'python-setuptools')
 checkdepends=('python-aioresponses' 'python-faker' 'python-hpack' 'python-hyperframe' 'python-hypothesis'
               'python-pytest' 'python-pytest-aiohttp' 'python-pytest-benchmark')



More information about the arch-commits mailing list