summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-olm
AgeCommit message (Collapse)Author
2022-06-08olm: 3.2.11 -> 3.2.12Alvar Penning
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
2021-10-29python3Packages.python-olm: fix cross-compilationlegendofmiracles
2021-02-24olm: 3.2.1 -> 3.2.2 (#114245)Alvar
Next to the version bump, some little refactoring was performed.
2020-01-13python3Packages.python-olm: remove dependency on the typing packagePhilipp Gesang
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.
2019-11-16python3Packages.python-olm: init at (automatic) 3.1.4tilpner