Commit graph

11 commits

Author SHA1 Message Date
js
7dcf59e768 Update chat/py-mautrix to 0.8.3
There is no ChangeLog file and there are too many versions in between to
manually collect the changes.
2020-11-18 20:48:58 +00:00
js
55f1b6a253 Update chat/py-mautrix to 0.7.14
This one was just released and actually fixes Python 3.9 :)
2020-10-27 21:43:54 +00:00
js
a90b9ac888 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
2020-10-27 20:41:51 +00:00
js
bc120861c0 chat/*mau*: Incompatible with Python 3.9
Already reported to upstream in #hangouts:maunium.net
2020-10-17 16:44:37 +00:00
js
2e16e969bf py/mautrix & mautrix-hangouts: Add missing dependency on py-setuptools
These are not properly declared, it seems, but needed at runtime.
2020-10-17 16:22:23 +00:00
js
8508ebe3f0 Update chat/py-mautrix to 0.7.11
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-10-04 11:41:16 +00:00
gutteridge
a860a54672 py-mautrix: mark Python 2.7 incompatibility (fix bulk builds) 2020-09-12 03:25:34 +00:00
wiz
e973e41709 py-mautrix: improve github handling. 2020-09-11 05:40:51 +00:00
js
2d9b15088c chat/py-mautrix: Fix typo I introduced after testing 2020-09-11 02:06:38 +00:00
js
9eac30e834 chat/py-mautrix: Specify maximum version of py-aiohttp 2020-09-11 01:21:41 +00:00
js
dc1d3c37ca Add chat/py-mautrix 2020-09-11 01:18:55 +00:00