From e9e8267fad55d63f5addb1d0f84f5185d8726d3c Mon Sep 17 00:00:00 2001 From: js Date: Tue, 27 Oct 2020 20:41:51 +0000 Subject: [PATCH] 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 --- chat/maubot/Makefile | 5 ++--- chat/mautrix-hangouts/Makefile | 5 ++--- chat/py-mautrix/Makefile | 7 +++---- chat/py-mautrix/distinfo | 10 +++++----- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/chat/maubot/Makefile b/chat/maubot/Makefile index 470adc12184b..b975f720d5ee 100644 --- a/chat/maubot/Makefile +++ b/chat/maubot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/10/17 16:44:37 js Exp $ +# $NetBSD: Makefile,v 1.3 2020/10/27 20:41:51 js Exp $ DISTNAME= maubot-0.1.0 PKGREVISION= 1 @@ -26,8 +26,7 @@ DEPENDS+= ${PYPKGPREFIX}-jinja2>=2<3:../../textproc/py-jinja2 USE_LANGUAGES= # none -# 36 is too old, 39 doesn't work. -PYTHON_VERSIONS_INCOMPATIBLE= 27 36 39 +PYTHON_VERSIONS_INCOMPATIBLE= 27 36 INSTALLATION_DIRS+= share/maubot diff --git a/chat/mautrix-hangouts/Makefile b/chat/mautrix-hangouts/Makefile index 050a3b14bd06..b03c5638932d 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 diff --git a/chat/py-mautrix/Makefile b/chat/py-mautrix/Makefile index 87828acbeef2..d202f60a5258 100644 --- a/chat/py-mautrix/Makefile +++ b/chat/py-mautrix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2020/10/17 16:44:37 js Exp $ +# $NetBSD: Makefile,v 1.9 2020/10/27 20:41:51 js Exp $ -DISTNAME= mautrix-python-0.7.11 +DISTNAME= mautrix-python-0.7.13 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} PKGREVISION= 2 CATEGORIES= chat python @@ -13,8 +13,7 @@ HOMEPAGE= https://github.com/tulir/mautrix-python COMMENT= Python 3 asyncio Matrix framework LICENSE= mpl-2.0 -# 36 is too old, 39 doesn't work. -PYTHON_VERSIONS_INCOMPATIBLE= 27 36 39 +PYTHON_VERSIONS_INCOMPATIBLE= 27 36 DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp diff --git a/chat/py-mautrix/distinfo b/chat/py-mautrix/distinfo index 74eb09541510..215ab7f0007f 100644 --- a/chat/py-mautrix/distinfo +++ b/chat/py-mautrix/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/10/04 11:41:16 js Exp $ +$NetBSD: distinfo,v 1.4 2020/10/27 20:41:51 js Exp $ -SHA1 (mautrix-python-0.7.11.tar.gz) = 36f552c4a7d1cb4d9816532afc168c3044ca01d3 -RMD160 (mautrix-python-0.7.11.tar.gz) = 1b851b3b3339b40d0bc21201429e270ed29b339e -SHA512 (mautrix-python-0.7.11.tar.gz) = acf9be4318d7e7518e47d9ce5ddd4bf86076b524c6577d4cee7efc29344b5a0dc0cf9778430ad3eb0e6cbc436567503e3f4aaead2567dad9ed36828f8ceb0375 -Size (mautrix-python-0.7.11.tar.gz) = 138628 bytes +SHA1 (mautrix-python-0.7.13.tar.gz) = c8fbbbb02d24c80166cbc94259d4a3eccb3385d0 +RMD160 (mautrix-python-0.7.13.tar.gz) = 5b17d8b1962657b409df6b6a17e657e0e57e8db1 +SHA512 (mautrix-python-0.7.13.tar.gz) = 31dfac06f8e26f7f1a70216f1edec00ca9d48b213bfc0c6da44a9f0dc20e1111bf4fbdf508f98b6ffd52d06ca5a4e95677cc6b26f10cbb28834ace8b2a7f72ae +Size (mautrix-python-0.7.13.tar.gz) = 138976 bytes