summaryrefslogtreecommitdiff
path: root/chat/mautrix-hangouts
diff options
context:
space:
mode:
authorjs <js@pkgsrc.org>2020-10-27 20:41:51 +0000
committerjs <js@pkgsrc.org>2020-10-27 20:41:51 +0000
commit9082c41c194e11a16449e428e6b620b8508089d3 (patch)
tree7b94e54688a9ca7a1d12b11cdc1253fdc764bcef /chat/mautrix-hangouts
parent15fdf9d5639f1f1df20b50b793e85ced22cc12f2 (diff)
downloadpkgsrc-9082c41c194e11a16449e428e6b620b8508089d3.tar.gz
Update chat/mautrix-python to 0.7.13
According to the author, this should now work with Python 3.9, so I'm removing 39 from PYTHON_VERSIONS_INCOMPATIBLE, as well as for all packages that had it because they depend on mautrix-python. v0.7.13 Extended session wait time when handling encrypted messages in bridges: it'll now wait for 5 seconds, then send an error, then wait for 10 more seconds. If the keys arrive in those 10 seconds, the message is bridged and the error is redacted, otherwise the error is edited. v0.7.12 No change log was released
Diffstat (limited to 'chat/mautrix-hangouts')
-rw-r--r--chat/mautrix-hangouts/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/mautrix-hangouts/Makefile b/chat/mautrix-hangouts/Makefile
index 050a3b14bd0..b03c5638932 100644
--- a/chat/mautrix-hangouts/Makefile
+++ b/chat/mautrix-hangouts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/10/17 17:19:19 js Exp $
+# $NetBSD: Makefile,v 1.9 2020/10/27 20:41:51 js Exp $
DISTNAME= mautrix-hangouts-0.1.3
PKGREVISION= 3
@@ -24,8 +24,7 @@ DEPENDS+= ${PYPKGPREFIX}-mautrix>=0.7.7<0.8:../../chat/py-mautrix
USE_TOOLS+= pax
USE_LANGUAGES= # none
-# 36 is too old, 39 doesn't work.
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36 39
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
EGG_NAME= mautrix_hangouts-${PKGVERSION_NOREV}+dev.unknown