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

This commit is contained in:
Josué Tille 2023-08-02 01:17:51 +02:00
parent f7c5140f5b
commit 9ccb41083e
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
5 changed files with 20 additions and 20 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.88.0/matrix-synapse_1.88.0-bookworm-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.89.0/matrix-synapse_1.89.0-bookworm-bin1_armv7l.tar.gz
SOURCE_SUM=41656466893c339b9f34a0a46db7563363fcfe4c1443d7078aaba14051a1ef85 SOURCE_SUM=aaf0d8d5a24b7a98c9e41fd43faa2ebfc8baa00ce56a0f7180cfe560a60a8842
# (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.88.0/matrix-synapse_1.88.0-bullseye-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.89.0/matrix-synapse_1.89.0-bullseye-bin1_armv7l.tar.gz
SOURCE_SUM=048a26443449fef69fab0fc7adadd6ffb3324f67526090bd0296c8320592ee37 SOURCE_SUM=098caf6bff5ad1433e99e1c4950b1a3c1e4b661ca17ae6e1ca2d5c199bea7934
# (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,15 +3,15 @@ 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==2023.5.7 certifi==2023.7.22
cffi==1.15.1 cffi==1.15.1
charset-normalizer==3.2.0 charset-normalizer==3.2.0
constantly==15.1.0 constantly==15.1.0
cryptography==41.0.2 cryptography==41.0.3
hyperlink==21.0.0 hyperlink==21.0.0
idna==3.4 idna==3.4
ijson==3.2.2 ijson==3.2.3
immutabledict==2.2.5 immutabledict==3.0.0
incremental==22.10.0 incremental==22.10.0
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.18.4 jsonschema==4.18.4
@ -20,20 +20,20 @@ ldap3==2.9.1
lxml==4.9.3 lxml==4.9.3
MarkupSafe==2.1.3 MarkupSafe==2.1.3
matrix-common==1.3.0 matrix-common==1.3.0
matrix-synapse==1.88.0 matrix-synapse==1.89.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.16 phonenumbers==8.13.17
Pillow==10.0.0 Pillow==10.0.0
prometheus-client==0.17.1 prometheus-client==0.17.1
psycopg2==2.9.6 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.11 pydantic==1.10.12
pymacaroons==0.13.0 pymacaroons==0.13.0
PyNaCl==1.5.0 PyNaCl==1.5.0
pyOpenSSL==23.2.0 pyOpenSSL==23.2.0
@ -51,6 +51,6 @@ treq==22.2.0
Twisted==22.10.0 Twisted==22.10.0
typing_extensions==4.7.1 typing_extensions==4.7.1
unpaddedbase64==2.1.0 unpaddedbase64==2.1.0
urllib3==2.0.3 urllib3==2.0.4
webencodings==0.5.1 webencodings==0.5.1
zope.interface==6.0 zope.interface==6.0

View file

@ -3,15 +3,15 @@ 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==2023.5.7 certifi==2023.7.22
cffi==1.15.1 cffi==1.15.1
charset-normalizer==3.2.0 charset-normalizer==3.2.0
constantly==15.1.0 constantly==15.1.0
cryptography==41.0.2 cryptography==41.0.2
hyperlink==21.0.0 hyperlink==21.0.0
idna==3.4 idna==3.4
ijson==3.2.2 ijson==3.2.3
immutabledict==2.2.5 immutabledict==3.0.0
incremental==22.10.0 incremental==22.10.0
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.18.4 jsonschema==4.18.4
@ -20,13 +20,13 @@ ldap3==2.9.1
lxml==4.9.3 lxml==4.9.3
MarkupSafe==2.1.3 MarkupSafe==2.1.3
matrix-common==1.3.0 matrix-common==1.3.0
matrix-synapse==1.88.0 matrix-synapse==1.89.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.16 phonenumbers==8.13.17
Pillow==10.0.0 Pillow==10.0.0
pkg_resources==0.0.0 pkg_resources==0.0.0
prometheus-client==0.17.1 prometheus-client==0.17.1
@ -34,7 +34,7 @@ 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.11 pydantic==1.10.12
pymacaroons==0.13.0 pymacaroons==0.13.0
PyNaCl==1.5.0 PyNaCl==1.5.0
pyOpenSSL==23.2.0 pyOpenSSL==23.2.0
@ -52,6 +52,6 @@ treq==22.2.0
Twisted==22.10.0 Twisted==22.10.0
typing_extensions==4.7.1 typing_extensions==4.7.1
unpaddedbase64==2.1.0 unpaddedbase64==2.1.0
urllib3==2.0.3 urllib3==2.0.4
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.88.0~ynh1", "version": "1.89.0~ynh1",
"url": "http://matrix.org", "url": "http://matrix.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"maintainer": { "maintainer": {