python-omemo 1.0.2-3ubuntu1 source package in Ubuntu

Changelog

python-omemo (1.0.2-3ubuntu1) lunar; urgency=medium

  * Drop build dependencies on python3-oldmemo and python3-twomemo and
    skip tests to break circular dependencies. Rely on autopkgtest instead.

 -- Benjamin Drung <email address hidden>  Fri, 24 Feb 2023 17:38:56 +0100

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-omemo_1.0.2.orig.tar.gz 65.7 KiB 04efeab62d9f2c87224243f2ee8309a9fc76e237bcf569f9a97e975cf24c206f
python-omemo_1.0.2-3ubuntu1.debian.tar.xz 2.4 KiB 5abe5057e095cac5701b7f35c09ffd1fff49d3ad635f3944bbb410b81fc56275
python-omemo_1.0.2-3ubuntu1.dsc 2.4 KiB b4b0eb2651ff70fa97354977a88f9f96a3fef38807820b5464f9ed4660e2eab5

View changes file

Binary packages built by this source

python3-omemo: Python 3 implementation of the OMEMO protocol

 This python library offers an open implementation of the OMEMO Multi-End
 Message and Object Encryption protocol as specified here.
 .
 Goals of this implementation are:
 .
  * Do not use libsignal but offer a solid alternative to it
  * Stay away from GPL (not possible until we move away from libsignals
    wireformat)
  * Be flexible to changes that might happen to the OMEMO protocol
  * Keep the structure close to the spec
  * Provide the parts of the protocol (X3DH, Double Ratchet) as own
    repositories
 .
 This package provides the Python 3.x module.