pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/py-matrix-nio py-matrix-nio: fix dependency pattern



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f90f1bb3a4f
branches:  trunk
changeset: 372495:2f90f1bb3a4f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 18:30:25 2022 +0000

description:
py-matrix-nio: fix dependency pattern

Remove upper limit on aiofiles.

diffstat:

 chat/py-matrix-nio/Makefile               |   4 ++--
 chat/py-matrix-nio/distinfo               |   3 ++-
 chat/py-matrix-nio/patches/patch-setup.py |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r 609735933b44 -r 2f90f1bb3a4f chat/py-matrix-nio/Makefile
--- a/chat/py-matrix-nio/Makefile       Tue Jan 25 15:22:22 2022 +0000
+++ b/chat/py-matrix-nio/Makefile       Tue Jan 25 18:30:25 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/25 13:07:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/25 18:30:25 wiz Exp $
 
 DISTNAME=      matrix-nio-0.18.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-h2>=4.0.0:../../www/py-h2
 DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=3.2.0:../../textproc/py-jsonschema
 DEPENDS+=      ${PYPKGPREFIX}-logbook>=1.5.3:../../devel/py-logbook
-DEPENDS+=      ${PYPKGPREFIX}-unpaddedbase64>=1.1.0:../../devel/py-unpaddedbase64
+DEPENDS+=      ${PYPKGPREFIX}-unpaddedbase64>=2.1.0:../../devel/py-unpaddedbase64
 DEPENDS+=      ${PYPKGPREFIX}-olm>=3.2.2:../../security/py-olm
 DEPENDS+=      ${PYPKGPREFIX}-peewee>=3.14.4:../../databases/py-peewee
 DEPENDS+=      ${PYPKGPREFIX}-cachetools>=4.2.1:../../devel/py-cachetools
diff -r 609735933b44 -r 2f90f1bb3a4f chat/py-matrix-nio/distinfo
--- a/chat/py-matrix-nio/distinfo       Tue Jan 25 15:22:22 2022 +0000
+++ b/chat/py-matrix-nio/distinfo       Tue Jan 25 18:30:25 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/01/25 13:07:32 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2022/01/25 18:30:25 wiz Exp $
 
 BLAKE2s (matrix-nio-0.18.7.tar.gz) = 868013319eb6f3698815a118b6ab0213810db0fd2c582fa2d9aa85117459cfd1
 SHA512 (matrix-nio-0.18.7.tar.gz) = 9fa8935cab499ba15659ccb9f63c86a9485816d9f3b1eed9379155c1cb2115d2f0a81878097fc9e55f172842939d449f8f8a495b566e3a607a81da24666a956a
 Size (matrix-nio-0.18.7.tar.gz) = 155811 bytes
+SHA1 (patch-setup.py) = 120393a9cc55906892b9f6cf3a4e7a8a10d60e0d
diff -r 609735933b44 -r 2f90f1bb3a4f chat/py-matrix-nio/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/py-matrix-nio/patches/patch-setup.py Tue Jan 25 18:30:25 2022 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-setup.py,v 1.1 2022/01/25 18:30:25 wiz Exp $
+
+--- setup.py.orig      2021-09-27 10:42:46.747815100 +0000
++++ setup.py
+@@ -13,7 +13,7 @@ package_data = \
+ {'': ['*']}
+ 
+ install_requires = \
+-['aiofiles>=0.6.0,<0.7.0',
++['aiofiles>=0.6.0',
+  'aiohttp-socks>=0.6.0,<0.7.0',
+  'aiohttp>=3.7.4,<4.0.0',
+  'future>=0.18.2,<0.19.0',



Home | Main Index | Thread Index | Old Index