mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.102.0
This commit is contained in:
parent
aa86045747
commit
8423116946
3 changed files with 33 additions and 33 deletions
|
@ -8,7 +8,7 @@ certifi==2024.2.2
|
|||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
constantly==23.10.4
|
||||
cryptography==42.0.2
|
||||
cryptography==42.0.5
|
||||
hyperlink==21.0.0
|
||||
idna==3.6
|
||||
ijson==3.2.3
|
||||
|
@ -21,21 +21,22 @@ ldap3==2.9.1
|
|||
lxml==5.1.0
|
||||
MarkupSafe==2.1.5
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.101.0
|
||||
matrix-synapse==1.102.0
|
||||
matrix-synapse-ldap3==0.3.0
|
||||
msgpack==1.0.7
|
||||
msgpack==1.0.8
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==1.0.0
|
||||
netaddr==1.2.1
|
||||
packaging==23.2
|
||||
phonenumbers==8.13.30
|
||||
phonenumbers==8.13.31
|
||||
pillow==10.2.0
|
||||
prometheus-client==0.19.0
|
||||
pkg_resources==0.0.0
|
||||
prometheus_client==0.20.0
|
||||
psycopg2==2.9.9
|
||||
pyasn1==0.5.1
|
||||
pyasn1-modules==0.3.0
|
||||
pycparser==2.21
|
||||
pydantic==2.6.1
|
||||
pydantic_core==2.16.2
|
||||
pydantic==2.6.3
|
||||
pydantic_core==2.16.3
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==24.0.0
|
||||
|
@ -45,14 +46,15 @@ requests==2.31.0
|
|||
rpds-py==0.18.0
|
||||
semantic-version==2.10.0
|
||||
service-identity==24.1.0
|
||||
setuptools-rust==1.8.1
|
||||
setuptools-rust==1.9.0
|
||||
signedjson==1.1.4
|
||||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
tomli==2.0.1
|
||||
treq==23.11.0
|
||||
Twisted==23.10.0
|
||||
typing_extensions==4.9.0
|
||||
Twisted==24.3.0
|
||||
typing_extensions==4.10.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==2.2.0
|
||||
urllib3==2.2.1
|
||||
webencodings==0.5.1
|
||||
zope.interface==6.1
|
||||
zope.interface==6.2
|
||||
|
|
|
@ -8,7 +8,7 @@ certifi==2024.2.2
|
|||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
constantly==23.10.4
|
||||
cryptography==42.0.2
|
||||
cryptography==42.0.5
|
||||
hyperlink==21.0.0
|
||||
idna==3.6
|
||||
ijson==3.2.3
|
||||
|
@ -21,22 +21,21 @@ ldap3==2.9.1
|
|||
lxml==5.1.0
|
||||
MarkupSafe==2.1.5
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.101.0
|
||||
matrix-synapse==1.102.0
|
||||
matrix-synapse-ldap3==0.3.0
|
||||
msgpack==1.0.7
|
||||
msgpack==1.0.8
|
||||
ndg-httpsclient==0.5.1
|
||||
netaddr==1.0.0
|
||||
netaddr==1.2.1
|
||||
packaging==23.2
|
||||
phonenumbers==8.13.30
|
||||
phonenumbers==8.13.31
|
||||
pillow==10.2.0
|
||||
pkg_resources==0.0.0
|
||||
prometheus-client==0.19.0
|
||||
prometheus_client==0.20.0
|
||||
psycopg2==2.9.9
|
||||
pyasn1==0.5.1
|
||||
pyasn1-modules==0.3.0
|
||||
pycparser==2.21
|
||||
pydantic==2.6.1
|
||||
pydantic_core==2.16.2
|
||||
pydantic==2.6.3
|
||||
pydantic_core==2.16.3
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==24.0.0
|
||||
|
@ -46,15 +45,14 @@ requests==2.31.0
|
|||
rpds-py==0.18.0
|
||||
semantic-version==2.10.0
|
||||
service-identity==24.1.0
|
||||
setuptools-rust==1.8.1
|
||||
setuptools-rust==1.9.0
|
||||
signedjson==1.1.4
|
||||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
tomli==2.0.1
|
||||
treq==23.11.0
|
||||
Twisted==23.10.0
|
||||
typing_extensions==4.9.0
|
||||
Twisted==24.3.0
|
||||
typing_extensions==4.10.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==2.2.0
|
||||
urllib3==2.2.1
|
||||
webencodings==0.5.1
|
||||
zope.interface==6.1
|
||||
zope.interface==6.2
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Synapse"
|
|||
description.en = "Instant messaging server which uses Matrix"
|
||||
description.fr = "Serveur de messagerie instantané basé sur Matrix"
|
||||
|
||||
version = "1.101.0~ynh1"
|
||||
version = "1.102.0~ynh1"
|
||||
|
||||
maintainers = ["Josué Tille"]
|
||||
|
||||
|
@ -63,13 +63,13 @@ ram.runtime = "200M"
|
|||
[resources]
|
||||
[resources.sources.synapse_prebuilt_armv7_bookworm]
|
||||
prefetch = false
|
||||
armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.101.0/matrix-synapse_1.101.0-bookworm-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "26b1e23d04bd23b924ea343eeff0cbddc33dff54de73034ed51c10872a0abf6f"
|
||||
armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.102.0/matrix-synapse_1.102.0-bookworm-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "5fd5296d76675cd7a109115e1eb035758c16b095cd953a65fc8cc840fb449e40"
|
||||
|
||||
[resources.sources.synapse_prebuilt_armv7_bullseye]
|
||||
prefetch = false
|
||||
armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.101.0/matrix-synapse_1.101.0-bullseye-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "87046651724467fe504735a30debf518925b2995e2e2c8d34285c60bcb567a59"
|
||||
armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.102.0/matrix-synapse_1.102.0-bullseye-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "4027b8e41950aeec151dfa19eda2402e7974de56d33abb9eee3879e211227eef"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
|
Loading…
Reference in a new issue