Skip to content

Commit

Permalink
Update chat/mautrix-python to 0.7.13
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Midar committed Oct 27, 2020
1 parent dbd732c commit e9e8267
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
5 changes: 2 additions & 3 deletions chat/maubot/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions chat/mautrix-hangouts/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
7 changes: 3 additions & 4 deletions chat/py-mautrix/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions chat/py-mautrix/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e9e8267

Please sign in to comment.