Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-olm-3.2.14-bp155.1.6 RPM for aarch64

From OpenSuSE Leap 15.5 for aarch64

Name: python3-olm Distribution: SUSE Linux Enterprise 15 SP5
Version: 3.2.14 Vendor: openSUSE
Release: bp155.1.6 Build date: Mon May 22 12:04:26 2023
Group: Development/Languages/Python Build host: obs-arm-11
Size: 371292 Source RPM: olm-3.2.14-bp155.1.6.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gitlab.matrix.org/matrix-org/olm/
Summary: Double Ratchet cryptographic library
An implementation of the Double Ratchet cryptographic ratchet
in C and C++, including an implementation of the Megolm cryptographic ratchet .
This package contains python3 bindings for olm.

Provides

Requires

License

Apache-2.0

Changelog

* Sun Jan 15 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.2.14:
    * TypeScript type improvements.
    * Improvements to Python packaging
    * Documentation improvements.
* Mon Oct 31 2022 cunix@mail.de
  - build: removed "python_module" definition in spec file
* Sat Oct 29 2022 ecsos <ecsos@opensuse.org>
  - Update to 3.2.13
    - 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.
    The changes in this release do not affect the iOS or Android
    bindings, and should not affect the C library in most installs.
* Sun Jul 31 2022 cunix@mail.de
  - Update to 3.2.12
    * Expose "olm_sas_calculate_mac_fixed_base64" in python bindings
    * Fix Python type hints
* Sun Jan 30 2022 ecsos <ecsos@opensuse.org>
  - Update to 3.2.10
    - This release includes no change since 3.2.9, but is created to
      be able to publish again the Android library on MavenCentral.
  - Changes from 3.2.9
    - Switch C++ tests to use doctest.
    - Switch JavaScript tests to use jasmine instead of deprecated
      jasmine-node.
    - Add session describe function to Python binding.
  - Rebase cmake-enable-testing-builddir.patch.
  - Skip Python2.
  - Run spec-cleaner.
* Mon Dec 13 2021 cunix@mail.de
  - Update to 3.2.8
    * Improve handling of olm_session_describe when the buffer is too small.
* Mon Dec 13 2021 ecsos <ecsos@opensuse.org>
  - Update to 3.2.7
    * Fix installation with the Makefile.
    * Fix exporting again, so we only export olm symbols.
    * Fix WASM build.  Thanks to Benjamin Kampmann.
    * Add more functions for fallback keys.
* Mon Sep 20 2021 ecsos <ecsos@opensuse.org>
  - Update to 3.2.6
    * Fix building on various platforms when using CMake.
      Building from the Makefile still assumes that it is using gcc.
  - Changes from 3.2.5
    * Add functions for getting error codes rather than error strings.
    * Only export olm symbols.
    * Improve error handling in unpickle functions.
    * Add support for fallback keys to the Objective-C and Android bindings.
* Thu Jun 03 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 3.2.4
    * Add some checks for invalid input and ensure all fields are
      initialized.
    * Include LibreJS license tags.
  - Add cmake-enable-testing-builddir.patch
  - Enable testing
* Sat Apr 17 2021 cunix@mail.de
  - Build and ship Python bindings.
* Fri Apr 16 2021 Wang Jun <jgwang@suse.com>
  - Update to 3.2.2
    * Fixes in the TypeScript definition file.
    * CMake build fixes.  Thanks to Gorgurov Alexey.
    * Change the JavaScript package name to ``@matrix-org/olm``.  Note that
      this means that packages will need to change their ``require`` or
      ``import`` statements to use this new name.
    * Include file checksums in the JavaScript package.
    * Fix length calculation in fallback key json.  Thanks to Tobias Furuholm.
    * Add a new function to calculate the correct base64 encoding for SAS.
      (Currently only available in the C API.)
    * Add the ability to specify a pickle key in the Objective-C binding.
    * Add pkg-config file on Unix-like systems.
* Sun Nov 22 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 3.2.1
    * Add support for fallback keys (MSC2732).
    * Allow some arguments in the JavaScript bindings to be either
      Uint8Array or strings.
    * Fixes to the TypeScript definition file.
    * Improvements to the JavaScript group demo.
    * Ensure that the other party's public key has been set in SAS module.
    * Fix building with newer versions of emscripten, and simplify makefile.
    * Reduce pollution of the global namespace in the Javascript binding.
    * Fixes in the TypeScript definition file.
* Fri Jun 12 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 3.1.5
    * Build improvements:
    - Fix CMake handling when installing in a non-standard location.
    - Add support in the Makefile for creating a WASM-ready archive.
    - Improve support for LLVM is Makefile.
    * Add a TypeScript definition file.
    * Some documentation and example fixes.
    * Add list of bindings to the README.
* Wed Jan 29 2020 ecsos@opensuse.org
  - Update to 3.1.4
    - Build improvements:
    - Install headers in the system-configured include directory with CMake.
    - Overwrite symbolic links when installing with make.
    - Improve compatibility with more emscripten versions.
    - Don't use hypothesis in Python unit tests.
    - Some documentation improvements.
  - Run spec-cleaner.
* Sat Aug 10 2019 ecsos@opensuse.org
  - Add missing cmake files.
* Mon Jul 08 2019 ecsos@opensuse.org
  - Update to 3.1.3
    - This release fixes unicode issues in the Python bindings,
      and adds some clarifications to the documentation.
    - Since this release does not have any changes that affect
      the JavaScript bindings, there is no new NPM package.
  - Changes from 3.1.2
    - This release updates the Android bindings to use a newer
      Android SDK version.
  - Changes from 3.1.1
    - Include the SAS files and tests in the CMake files.
    - Address some build issues on Windows.
  - Changes from 3.1.0
    - Add functions to support Short Authentication String key
      verification.  The new functions are in the sas.h header file.
      The Android, iOS, JavaScript and Python bindings also include
      corresponding functions.
    - Add functions to perform public key signing.  These are meant
      for use with cross-signing.  The new functions are
      olm_pk_signing_size, olm_pk_signing, olm_pk_signing_last_error,
      olm_clear_pk_signing, olm_pk_signing_key_from_seed,
      olm_pk_signing_seed_length, olm_pk_signing_public_key_length,
      olm_pk_signature_length, and olm_pk_sign.
      Signatures generated by olm_pk_sign can be verified using
      olm_ed25519_verify.  The Android, iOS, JavaScript and Python
      bindings also include corresponding functions.
    - Fix compilation under some compilers.
    - JavaScript wrapper:
    - Improved compatibility with newer versions of Emscripten,
      and dropped support
    - for some older versions of Emscripten.
    - Python wrapper:
    - Build fixes.
    - Add bindings for the public key encryption/decryption
      functions from olm 2.3.0.
  - Changes from 3.0.0
    - Support for building using cmake. Thanks to Konstantinos
      Sideris.
    - Add more functions for managing private keys in the public
      key decryption functionality. These are meant for use with
      server-side encrypted key backups.  The new functions are
      olm_pk_private_key_length, olm_pk_key_from_private, and
      olm_pk_get_private_key.
    - olm_pk_generate_key and olm_pk_generate_key_random_length are
      deprecated: to generate a random key, use
      olm_pk_key_from_private with random bytes as the private key.
    - Python wrapper:
    - BREAKING CHANGE: This release introduces a new API for the
      Python wrapper, thanks to Damir Jelić.  The new API should
      be much easier to use for Python developers.  However, this
      means that existing code will need to be rewritten to use
      the new API.
    - JavaScript wrapper:
    - BREAKING CHANGE: Olm now uses WebAssembly which means it
      needs to load the wasm file asynchronously, and therefore
      needs to be started up asynchronously. The imported module
      now has an init() method which returns a promise.
      The library cannot be used until this promise resolves.
      It will reject if the library fails to start.
    - Using olm/olm.js will use the WebAssembly version of the
      library.  For environments that do not support WebAssembly,
      use olm/olm_legacy.js.
    - Objective-C wrapper:
    - Add support for the public key encryption/decryption functionality.
  - Update source url.
  - Run spec-cleaner.
* Fri Jul 06 2018 cunix@bitmessage.ch
  - Ship License in libolm2 package
  - spec reshuffel
  - Update to 2.3.0
    * Avoid C99 inside C++ code
    * Support building as a static library
    * Add methods for public key encryption and decryption
* Sat Jun 30 2018 cunix@bitmessage.ch
  - spec cleanup to fix build warnings
* Wed Jun 27 2018 windowskaput@gmail.com
  - change spec and add devel pakage
* Sun Apr 15 2018 cunix@bitmessage.ch
  - Initial Package with snapshot version 2.2.2

Files

/usr/lib64/python3.6/site-packages/_libolm.abi3.so
/usr/lib64/python3.6/site-packages/olm
/usr/lib64/python3.6/site-packages/olm/__init__.py
/usr/lib64/python3.6/site-packages/olm/__pycache__
/usr/lib64/python3.6/site-packages/olm/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/__version__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/__version__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/_compat.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/_compat.cpython-36.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/_finalize.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/_finalize.cpython-36.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/account.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/account.cpython-36.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/group_session.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/group_session.cpython-36.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/pk.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/pk.cpython-36.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/sas.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/sas.cpython-36.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/session.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/session.cpython-36.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/utility.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/olm/__pycache__/utility.cpython-36.pyc
/usr/lib64/python3.6/site-packages/olm/__version__.py
/usr/lib64/python3.6/site-packages/olm/_compat.py
/usr/lib64/python3.6/site-packages/olm/_finalize.py
/usr/lib64/python3.6/site-packages/olm/account.py
/usr/lib64/python3.6/site-packages/olm/group_session.py
/usr/lib64/python3.6/site-packages/olm/pk.py
/usr/lib64/python3.6/site-packages/olm/py.typed
/usr/lib64/python3.6/site-packages/olm/sas.py
/usr/lib64/python3.6/site-packages/olm/session.py
/usr/lib64/python3.6/site-packages/olm/utility.py
/usr/lib64/python3.6/site-packages/python_olm-3.2.14-py3.6.egg-info
/usr/lib64/python3.6/site-packages/python_olm-3.2.14-py3.6.egg-info/PKG-INFO
/usr/lib64/python3.6/site-packages/python_olm-3.2.14-py3.6.egg-info/SOURCES.txt
/usr/lib64/python3.6/site-packages/python_olm-3.2.14-py3.6.egg-info/dependency_links.txt
/usr/lib64/python3.6/site-packages/python_olm-3.2.14-py3.6.egg-info/not-zip-safe
/usr/lib64/python3.6/site-packages/python_olm-3.2.14-py3.6.egg-info/requires.txt
/usr/lib64/python3.6/site-packages/python_olm-3.2.14-py3.6.egg-info/top_level.txt
/usr/share/doc/packages/python3-olm
/usr/share/doc/packages/python3-olm/README.md
/usr/share/licenses/python3-olm
/usr/share/licenses/python3-olm/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:15:22 2024