More workarounds to use latest python-olm
This commit is contained in:
parent
2f2cf77ad6
commit
26ff0d256b
6 changed files with 69 additions and 899 deletions
28
poetry.lock
generated
28
poetry.lock
generated
|
|
@ -1571,30 +1571,24 @@ cli = ["click (>=5.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "python-olm"
|
||||
version = "3.2.15"
|
||||
version = "3.2.16"
|
||||
description = "python CFFI bindings for the olm cryptographic ratchet library"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "python-olm-3.2.15.tar.gz", hash = "sha256:ca64b415a9abbbef9dbff8bb9ce674db9878214dd53bb642bb255982a3ac4ffc"},
|
||||
{file = "python_olm-3.2.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8155767b5451bf3c91c8d1682c6e3ed9c997d154dcbcd8d2f5b5c0c5f91f748e"},
|
||||
{file = "python_olm-3.2.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:84867b82b8d500a37a74bf8388fb2c713a16de873a2f355c06e0abd1fbee4d5c"},
|
||||
{file = "python_olm-3.2.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a2831eef380166ba83fbf481399f2019508c2b488ec1a0d6486d19dcc506e3b1"},
|
||||
{file = "python_olm-3.2.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa6395a83b8e4b82d127a479167067b7e5adb28cf905c05c0642c055655b2977"},
|
||||
{file = "python_olm-3.2.15-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:640e7cb9517a4b40e344d63dc972d2544e706d2a5a64782d602302e4b2f8f997"},
|
||||
{file = "python_olm-3.2.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f289b91135040340b07a7643e3487c0f95cf7c094563cd606f897b4517427524"},
|
||||
{file = "python_olm-3.2.15-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:886cc76ae0c5915b42abf1ac10f3a0f405f7cc839ac3701cb1211f419a979051"},
|
||||
{file = "python_olm-3.2.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4950e92246fd324ccce2f7ce664511cd82a4d6bc0849cf2167ffc68087e3f4c8"},
|
||||
{file = "python_olm-3.2.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:94517f880f13d2189931f20c1db6aef62a5aa95dac4e5627af3ef599feede659"},
|
||||
{file = "python_olm-3.2.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe44e347966055b3d693c868400ede49bf5baf9f049f0d01828c76c6981905cb"},
|
||||
{file = "python_olm-3.2.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:606f184c00fad960df4a94d746f67c5ef2c6436a28a7f9d69cb845f6ebe2b1c2"},
|
||||
{file = "python_olm-3.2.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1cdf403ce8022bb09a16c6d3d2c88da0b0051f0c80fc254d93b69755bb77fa15"},
|
||||
]
|
||||
files = []
|
||||
develop = false
|
||||
|
||||
[package.dependencies]
|
||||
cffi = ">=1.0.0"
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://gitlab.matrix.org/matrix-org/olm.git"
|
||||
reference = "3.2.16"
|
||||
resolved_reference = "7e0c8277032e40308987257b711b38af8d77cc69"
|
||||
subdirectory = "python"
|
||||
|
||||
[[package]]
|
||||
name = "python-socks"
|
||||
version = "2.4.3"
|
||||
|
|
@ -2075,4 +2069,4 @@ multidict = ">=4.0"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "575d6e23bc1370889414d18b8108065de1dccb2e1bcb1e28dc3794cf5a9ddc52"
|
||||
content-hash = "99fc103d50224a76b8a05cdf952380b0627c27c6014b0372d39f515587c1d831"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue