2023-11-30 07:16:15 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-olm: updated to 3.2.16 Changes in `3.2.16 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.16>`_ =========================================================================== This release includes the following changes since 3.2.15: * Fix and modernize the Python packaging (thanks to Alfred Wingate) Changes in `3.2.15 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.15>`_ =========================================================================== This release includes the following changes since 3.2.14: * Improvements to Python packaging * No longer depend on ``future`` since Python 2 is no longer supported. * Improve compatibility with tox 4. * Add support for making standalone sdist. * Improvements to Nix flake (Thanks to Jon Ringer) * Improve structure. * Enable Darwin builds. * Typescript type fix. Changes in `3.2.14 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.14>`_ =========================================================================== This release includes the following changes since 3.2.13: * TypeScript type improvements. * Improvements to Python packaging * Documentation improvements. Changes in `3.2.13 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.13>`_ =========================================================================== This release includes the following changes since 3.2.12: * Fix compilation with newer versions of emscripten. * The npm package is compiled with emscripten 3.1.17 to fix compatibility with node 18. * Add py.typed to Python wheels. * Some documentation fixes and updates. * Improve the pkgconfig file. Changes in `3.2.12 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.12>`_ =========================================================================== This release includes the following changes since 3.2.11: * Expose olm_sas_calculate_mac_fixed_base64 in the bindings. * Allow memory to grow in wasm. Thanks to benkuly for the suggestion. * Fix Python type hints. * Some Python build fixes. * Initial work on a Nix flake for building and testing. Changes in `3.2.11 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.11>`_ =========================================================================== This release includes the following changes since 3.2.10: * Fix building documentation. Thanks to Jonas Smedegaard. The documents written in Markdown are now converted to HTML using Pandoc. * Add methods for getting unpublished fallback key in Objective-C binding. * Add public pickle/unpickle methods to Java binding. * Add wrapper for olm_session_describe to Java binding. Thanks to Alex Baker. |
2023-11-05 14:25:14 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-olm: convert to wheel.mk Not for Python 2. Bump PKGREVISION. |
2023-03-29 11:04:03 by Thomas Klausner | Files touched by this commit (7) |
Log message: *: use PYTHON_VERSION instead of comparing PYPKGPREFIX |
2022-01-25 14:12:49 by Thomas Klausner | Files touched by this commit (4) |
Log message: py-olm: fix build for python 2.7 Also remove python 3.6 patch; that python version is not in pkgsrc any longer. |
2022-01-25 13:59:39 by Ryo ONODERA | Files touched by this commit (5) |
Log message: security/py-olm: import py39-olm-3.2.10 Python bindings for Olm. Based on pkgsrc-wip/py-olm by snow flurry. |