Skip to content

Commit e9e8267

Browse files
committed
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
1 parent dbd732c commit e9e8267

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

chat/maubot/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.2 2020/10/17 16:44:37 js Exp $
1+
# $NetBSD: Makefile,v 1.3 2020/10/27 20:41:51 js Exp $
22

33
DISTNAME= maubot-0.1.0
44
PKGREVISION= 1
@@ -26,8 +26,7 @@ DEPENDS+= ${PYPKGPREFIX}-jinja2>=2<3:../../textproc/py-jinja2
2626

2727
USE_LANGUAGES= # none
2828

29-
# 36 is too old, 39 doesn't work.
30-
PYTHON_VERSIONS_INCOMPATIBLE= 27 36 39
29+
PYTHON_VERSIONS_INCOMPATIBLE= 27 36
3130

3231
INSTALLATION_DIRS+= share/maubot
3332

chat/mautrix-hangouts/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.8 2020/10/17 17:19:19 js Exp $
1+
# $NetBSD: Makefile,v 1.9 2020/10/27 20:41:51 js Exp $
22

33
DISTNAME= mautrix-hangouts-0.1.3
44
PKGREVISION= 3
@@ -24,8 +24,7 @@ DEPENDS+= ${PYPKGPREFIX}-mautrix>=0.7.7<0.8:../../chat/py-mautrix
2424
USE_TOOLS+= pax
2525
USE_LANGUAGES= # none
2626

27-
# 36 is too old, 39 doesn't work.
28-
PYTHON_VERSIONS_INCOMPATIBLE= 27 36 39
27+
PYTHON_VERSIONS_INCOMPATIBLE= 27 36
2928

3029
EGG_NAME= mautrix_hangouts-${PKGVERSION_NOREV}+dev.unknown
3130

chat/py-mautrix/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.8 2020/10/17 16:44:37 js Exp $
1+
# $NetBSD: Makefile,v 1.9 2020/10/27 20:41:51 js Exp $
22

3-
DISTNAME= mautrix-python-0.7.11
3+
DISTNAME= mautrix-python-0.7.13
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
55
PKGREVISION= 2
66
CATEGORIES= chat python
@@ -13,8 +13,7 @@ HOMEPAGE= https://github.com/tulir/mautrix-python
1313
COMMENT= Python 3 asyncio Matrix framework
1414
LICENSE= mpl-2.0
1515

16-
# 36 is too old, 39 doesn't work.
17-
PYTHON_VERSIONS_INCOMPATIBLE= 27 36 39
16+
PYTHON_VERSIONS_INCOMPATIBLE= 27 36
1817

1918
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
2019
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp

chat/py-mautrix/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.3 2020/10/04 11:41:16 js Exp $
1+
$NetBSD: distinfo,v 1.4 2020/10/27 20:41:51 js Exp $
22

3-
SHA1 (mautrix-python-0.7.11.tar.gz) = 36f552c4a7d1cb4d9816532afc168c3044ca01d3
4-
RMD160 (mautrix-python-0.7.11.tar.gz) = 1b851b3b3339b40d0bc21201429e270ed29b339e
5-
SHA512 (mautrix-python-0.7.11.tar.gz) = acf9be4318d7e7518e47d9ce5ddd4bf86076b524c6577d4cee7efc29344b5a0dc0cf9778430ad3eb0e6cbc436567503e3f4aaead2567dad9ed36828f8ceb0375
6-
Size (mautrix-python-0.7.11.tar.gz) = 138628 bytes
3+
SHA1 (mautrix-python-0.7.13.tar.gz) = c8fbbbb02d24c80166cbc94259d4a3eccb3385d0
4+
RMD160 (mautrix-python-0.7.13.tar.gz) = 5b17d8b1962657b409df6b6a17e657e0e57e8db1
5+
SHA512 (mautrix-python-0.7.13.tar.gz) = 31dfac06f8e26f7f1a70216f1edec00ca9d48b213bfc0c6da44a9f0dc20e1111bf4fbdf508f98b6ffd52d06ca5a4e95677cc6b26f10cbb28834ace8b2a7f72ae
6+
Size (mautrix-python-0.7.13.tar.gz) = 138976 bytes

0 commit comments

Comments
 (0)