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.83.0

This commit is contained in:
Josué Tille 2023-05-10 01:41:36 +02:00
parent 6552d5b283
commit 7ab53e186b
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
5 changed files with 17 additions and 17 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.82.0/matrix-synapse_1.82.0-bookworm-bin1_armv7l.tar.gz 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_SUM=7deb6309f5fa11dcc19d1a8cae52e95233a66766329741ad99f2108732d6b050 SOURCE_SUM=a35cf8c149d9949f433f039a594ff7f99fa7574ece490a1f70a130a5e6840365
# (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.82.0/matrix-synapse_1.82.0-bullseye-bin1_armv7l.tar.gz 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_SUM=72de8dd713ae9f390b0c50f5fd3bcbdecc1adf6b3ce2d0537e550a7bb3501312 SOURCE_SUM=3d6536beaf9186d6a466d9a64a699ea26ff1948cd3f1110e89dcd13ab267ee31
# (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

@ -3,7 +3,7 @@ Automat==22.10.0
bcrypt==4.0.1 bcrypt==4.0.1
bleach==6.0.0 bleach==6.0.0
canonicaljson==2.0.0 canonicaljson==2.0.0
certifi==2022.12.7 certifi==2023.5.7
cffi==1.15.1 cffi==1.15.1
charset-normalizer==3.1.0 charset-normalizer==3.1.0
constantly==15.1.0 constantly==15.1.0
@ -19,13 +19,13 @@ 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.82.0 matrix-synapse==1.83.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
netaddr==0.8.0 netaddr==0.8.0
packaging==23.1 packaging==23.1
phonenumbers==8.13.10 phonenumbers==8.13.11
Pillow==9.5.0 Pillow==9.5.0
prometheus-client==0.16.0 prometheus-client==0.16.0
psycopg2==2.9.6 psycopg2==2.9.6
@ -38,10 +38,10 @@ 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.28.2 requests==2.30.0
semantic-version==2.10.0 semantic-version==2.10.0
service-identity==21.1.0 service-identity==21.1.0
setuptools-rust==1.5.2 setuptools-rust==1.6.0
signedjson==1.1.4 signedjson==1.1.4
six==1.16.0 six==1.16.0
sortedcontainers==2.4.0 sortedcontainers==2.4.0
@ -49,6 +49,6 @@ treq==22.2.0
Twisted==22.10.0 Twisted==22.10.0
typing_extensions==4.5.0 typing_extensions==4.5.0
unpaddedbase64==2.1.0 unpaddedbase64==2.1.0
urllib3==1.26.15 urllib3==2.0.2
webencodings==0.5.1 webencodings==0.5.1
zope.interface==6.0 zope.interface==6.0

View file

@ -3,7 +3,7 @@ Automat==22.10.0
bcrypt==4.0.1 bcrypt==4.0.1
bleach==6.0.0 bleach==6.0.0
canonicaljson==2.0.0 canonicaljson==2.0.0
certifi==2022.12.7 certifi==2023.5.7
cffi==1.15.1 cffi==1.15.1
charset-normalizer==3.1.0 charset-normalizer==3.1.0
constantly==15.1.0 constantly==15.1.0
@ -19,13 +19,13 @@ 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.82.0 matrix-synapse==1.83.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
netaddr==0.8.0 netaddr==0.8.0
packaging==23.1 packaging==23.1
phonenumbers==8.13.10 phonenumbers==8.13.11
Pillow==9.5.0 Pillow==9.5.0
pkg_resources==0.0.0 pkg_resources==0.0.0
prometheus-client==0.16.0 prometheus-client==0.16.0
@ -39,10 +39,10 @@ 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.28.2 requests==2.30.0
semantic-version==2.10.0 semantic-version==2.10.0
service-identity==21.1.0 service-identity==21.1.0
setuptools-rust==1.5.2 setuptools-rust==1.6.0
signedjson==1.1.4 signedjson==1.1.4
six==1.16.0 six==1.16.0
sortedcontainers==2.4.0 sortedcontainers==2.4.0
@ -50,6 +50,6 @@ treq==22.2.0
Twisted==22.10.0 Twisted==22.10.0
typing_extensions==4.5.0 typing_extensions==4.5.0
unpaddedbase64==2.1.0 unpaddedbase64==2.1.0
urllib3==1.26.15 urllib3==2.0.2
webencodings==0.5.1 webencodings==0.5.1
zope.interface==6.0 zope.interface==6.0

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.82.0~ynh1", "version": "1.83.0~ynh1",
"url": "http://matrix.org", "url": "http://matrix.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"maintainer": { "maintainer": {