1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Upgrade synapse to 1.84.0

This commit is contained in:
Josué Tille 2023-05-24 01:34:28 +02:00
parent f903b127c5
commit 17080cd504
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
5 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.83.0/matrix-synapse_1.83.0-bookworm-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.84.0/matrix-synapse_1.84.0-bookworm-bin1_armv7l.tar.gz
SOURCE_SUM=a35cf8c149d9949f433f039a594ff7f99fa7574ece490a1f70a130a5e6840365 SOURCE_SUM=ca1c7a0f83e2394a9a1313b0c23cd33fb831630435c8a5f480a5241db1c30153
# (Optional) Program to check the integrity (sha256sum, md5sum...) # (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256 # default: sha256
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.83.0/matrix-synapse_1.83.0-bullseye-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.84.0/matrix-synapse_1.84.0-bullseye-bin1_armv7l.tar.gz
SOURCE_SUM=3d6536beaf9186d6a466d9a64a699ea26ff1948cd3f1110e89dcd13ab267ee31 SOURCE_SUM=51e6ea132f7b957340488c5a7e76f33f8f958f3592b49616601f7d7488b3bf7e
# (Optional) Program to check the integrity (sha256sum, md5sum...) # (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256 # default: sha256
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum

View file

@ -19,7 +19,7 @@ ldap3==2.9.1
lxml==4.9.2 lxml==4.9.2
MarkupSafe==2.1.2 MarkupSafe==2.1.2
matrix-common==1.3.0 matrix-common==1.3.0
matrix-synapse==1.83.0 matrix-synapse==1.84.0
matrix-synapse-ldap3==0.2.2 matrix-synapse-ldap3==0.2.2
msgpack==1.0.5 msgpack==1.0.5
ndg-httpsclient==0.5.1 ndg-httpsclient==0.5.1
@ -32,13 +32,13 @@ psycopg2==2.9.6
pyasn1==0.5.0 pyasn1==0.5.0
pyasn1-modules==0.3.0 pyasn1-modules==0.3.0
pycparser==2.21 pycparser==2.21
pydantic==1.10.7 pydantic==1.10.8
pymacaroons==0.13.0 pymacaroons==0.13.0
PyNaCl==1.5.0 PyNaCl==1.5.0
pyOpenSSL==23.1.1 pyOpenSSL==23.1.1
pyrsistent==0.19.3 pyrsistent==0.19.3
PyYAML==6.0 PyYAML==6.0
requests==2.30.0 requests==2.31.0
semantic-version==2.10.0 semantic-version==2.10.0
service-identity==21.1.0 service-identity==21.1.0
setuptools-rust==1.6.0 setuptools-rust==1.6.0
@ -47,7 +47,7 @@ six==1.16.0
sortedcontainers==2.4.0 sortedcontainers==2.4.0
treq==22.2.0 treq==22.2.0
Twisted==22.10.0 Twisted==22.10.0
typing_extensions==4.5.0 typing_extensions==4.6.0
unpaddedbase64==2.1.0 unpaddedbase64==2.1.0
urllib3==2.0.2 urllib3==2.0.2
webencodings==0.5.1 webencodings==0.5.1

View file

@ -19,7 +19,7 @@ ldap3==2.9.1
lxml==4.9.2 lxml==4.9.2
MarkupSafe==2.1.2 MarkupSafe==2.1.2
matrix-common==1.3.0 matrix-common==1.3.0
matrix-synapse==1.83.0 matrix-synapse==1.84.0
matrix-synapse-ldap3==0.2.2 matrix-synapse-ldap3==0.2.2
msgpack==1.0.5 msgpack==1.0.5
ndg-httpsclient==0.5.1 ndg-httpsclient==0.5.1
@ -33,13 +33,13 @@ psycopg2==2.9.6
pyasn1==0.5.0 pyasn1==0.5.0
pyasn1-modules==0.3.0 pyasn1-modules==0.3.0
pycparser==2.21 pycparser==2.21
pydantic==1.10.7 pydantic==1.10.8
pymacaroons==0.13.0 pymacaroons==0.13.0
PyNaCl==1.5.0 PyNaCl==1.5.0
pyOpenSSL==23.1.1 pyOpenSSL==23.1.1
pyrsistent==0.19.3 pyrsistent==0.19.3
PyYAML==6.0 PyYAML==6.0
requests==2.30.0 requests==2.31.0
semantic-version==2.10.0 semantic-version==2.10.0
service-identity==21.1.0 service-identity==21.1.0
setuptools-rust==1.6.0 setuptools-rust==1.6.0
@ -48,7 +48,7 @@ six==1.16.0
sortedcontainers==2.4.0 sortedcontainers==2.4.0
treq==22.2.0 treq==22.2.0
Twisted==22.10.0 Twisted==22.10.0
typing_extensions==4.5.0 typing_extensions==4.6.0
unpaddedbase64==2.1.0 unpaddedbase64==2.1.0
urllib3==2.0.2 urllib3==2.0.2
webencodings==0.5.1 webencodings==0.5.1

View file

@ -6,7 +6,7 @@
"en": "Instant messaging server which uses Matrix", "en": "Instant messaging server which uses Matrix",
"fr": "Serveur de messagerie instantané basé sur Matrix" "fr": "Serveur de messagerie instantané basé sur Matrix"
}, },
"version": "1.83.0~ynh1", "version": "1.84.0~ynh1",
"url": "http://matrix.org", "url": "http://matrix.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"maintainer": { "maintainer": {