summaryrefslogtreecommitdiff
path: root/chat/py-mautrix/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-01-15Update chat/py-mautrix to 0.14.5js1-3/+2
Too many releases were skipped to provide a full change log here, please consult https://github.com/mautrix/python/releases.
2022-01-05py-mautrix: setuptools is a build toolwiz1-5/+4
Bump PKGREVISION.
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-30Forget about Python 3.6adam1-2/+2
2021-09-14Update chat/py-mautrix to 0.10.5js1-2/+3
This skips over 20 versions, so including the full change log is not feasible. Please see https://github.com/mautrix/python/releases.
2020-11-18Update chat/py-mautrix to 0.8.3js1-2/+2
There is no ChangeLog file and there are too many versions in between to manually collect the changes.
2020-10-27Update chat/py-mautrix to 0.7.14js1-3/+2
This one was just released and actually fixes Python 3.9 :)
2020-10-27Update chat/mautrix-python to 0.7.13js1-4/+3
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
2020-10-17chat/*mau*: Incompatible with Python 3.9js1-3/+4
Already reported to upstream in #hangouts:maunium.net
2020-10-17py/mautrix & mautrix-hangouts: Add missing dependency on py-setuptoolsjs1-1/+3
These are not properly declared, it seems, but needed at runtime.
2020-10-04Update chat/py-mautrix to 0.7.11js1-3/+3
0.7.2: * Added bridge config option to pass custom arguments to SQLAlchemy's create_engine 0.7.3: * Added support for telling the user about decryption errors in bridge module 0.7.4: * Made sender_device optional in decrypted olm events * Added opt_prometheus utility for using prometheus as an optional dependency * Added Matrix event time processing metric for bridges when prometheus is installed 0.7.5: * Added utility for measuring async method time in prometheus 0.7.6: * Fixed bug where parsing invite fails if unsigned is not set or null * Added trace logs when bridge module ignores messages 0.7.7: * Added utility method for waiting for incoming group sessions in OlmMachine * Made end-to-bridge encryption helper wait for incoming group sessions for 3 seconds 0.7.8: * Made the UUID type de/serializable by default 0.7.9: * Added parameter to change how long EncryptionManager.decrypt() should wait for the megolm session to arrive * Changed get_displayname and get_avatar_url to ignore M_NOT_FOUND errors * Updated type hint of set_reply to allow EventIDs 0.7.10: * Fixed deserializing the info object in media msgtypes into dataclasses 0.7.11: No changes published.
2020-09-12py-mautrix: mark Python 2.7 incompatibility (fix bulk builds)gutteridge1-1/+3
2020-09-11py-mautrix: improve github handling.wiz1-8/+6
2020-09-11chat/py-mautrix: Fix typo I introduced after testingjs1-2/+3
2020-09-11chat/py-mautrix: Specify maximum version of py-aiohttpjs1-2/+2
2020-09-11Add chat/py-mautrixjs1-0/+24