| Age | Commit message (Collapse) | Author |
|
https://gitlab.matrix.org/matrix-org/olm/-/releases/3.2.12
This version bump introduces Python code which is no longer compatible
with Python 2 in [0]. Thus, python-olm was limited to Python 3.
[0] https://gitlab.matrix.org/matrix-org/olm/-/commit/86a3d958551ff4d170cf70c7dd85db1b2d6ebd01
|
|
|
|
Next to the version bump, some little refactoring was performed.
|
|
Typing has been upstreamed into CPython and will cause errors
if loaded with a 3.7 interpreter. Cf.
https://github.com/python/typing/issues/573
Under Python3 libolm works without typing as tested via
weechat-matrix.
typing is still pulled in when installed for Python2.
|
|
|