mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.93.0
This commit is contained in:
parent
2d089fb20c
commit
81fb17abd9
5 changed files with 18 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.92.3/matrix-synapse_1.92.3-bookworm-bin1_armv7l.tar.gz
|
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.93.0/matrix-synapse_1.93.0-bookworm-bin1_armv7l.tar.gz
|
||||||
SOURCE_SUM=e169960390a16410210ff2cf6d744ae8d53c6cd3c7586a585ad6afdaf4874094
|
SOURCE_SUM=7b81f948d3ba69f879648dc6bf2722c9bcda751cd7b81a1c18206e41d2b5b91e
|
||||||
# (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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.92.3/matrix-synapse_1.92.3-bullseye-bin1_armv7l.tar.gz
|
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.93.0/matrix-synapse_1.93.0-bullseye-bin1_armv7l.tar.gz
|
||||||
SOURCE_SUM=c3e82b33d4e49e7358f0dfd2e1e80ddd7f3664f53fc494f553defebe11e918bc
|
SOURCE_SUM=570bbb9bd5d020c180b786dcf5c55b1406d1ee8dab24eb1ab620821f70f5532c
|
||||||
# (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
|
||||||
|
|
|
@ -7,26 +7,26 @@ 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.3
|
cryptography==41.0.4
|
||||||
hyperlink==21.0.0
|
hyperlink==21.0.0
|
||||||
idna==3.4
|
idna==3.4
|
||||||
ijson==3.2.3
|
ijson==3.2.3
|
||||||
immutabledict==3.0.0
|
immutabledict==3.0.0
|
||||||
incremental==22.10.0
|
incremental==22.10.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.19.0
|
jsonschema==4.19.1
|
||||||
jsonschema-specifications==2023.7.1
|
jsonschema-specifications==2023.7.1
|
||||||
ldap3==2.9.1
|
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.92.3
|
matrix-synapse==1.93.0
|
||||||
matrix-synapse-ldap3==0.2.2
|
matrix-synapse-ldap3==0.2.2
|
||||||
msgpack==1.0.5
|
msgpack==1.0.6
|
||||||
ndg-httpsclient==0.5.1
|
ndg-httpsclient==0.5.1
|
||||||
netaddr==0.9.0
|
netaddr==0.9.0
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
phonenumbers==8.13.20
|
phonenumbers==8.13.21
|
||||||
Pillow==10.0.1
|
Pillow==10.0.1
|
||||||
prometheus-client==0.17.1
|
prometheus-client==0.17.1
|
||||||
psycopg2==2.9.7
|
psycopg2==2.9.7
|
||||||
|
@ -51,6 +51,6 @@ treq==22.2.0
|
||||||
Twisted==23.8.0
|
Twisted==23.8.0
|
||||||
typing_extensions==4.8.0
|
typing_extensions==4.8.0
|
||||||
unpaddedbase64==2.1.0
|
unpaddedbase64==2.1.0
|
||||||
urllib3==2.0.4
|
urllib3==2.0.5
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
zope.interface==6.0
|
zope.interface==6.0
|
||||||
|
|
|
@ -7,26 +7,26 @@ 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.3
|
cryptography==41.0.4
|
||||||
hyperlink==21.0.0
|
hyperlink==21.0.0
|
||||||
idna==3.4
|
idna==3.4
|
||||||
ijson==3.2.3
|
ijson==3.2.3
|
||||||
immutabledict==3.0.0
|
immutabledict==3.0.0
|
||||||
incremental==22.10.0
|
incremental==22.10.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.19.0
|
jsonschema==4.19.1
|
||||||
jsonschema-specifications==2023.7.1
|
jsonschema-specifications==2023.7.1
|
||||||
ldap3==2.9.1
|
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.92.3
|
matrix-synapse==1.93.0
|
||||||
matrix-synapse-ldap3==0.2.2
|
matrix-synapse-ldap3==0.2.2
|
||||||
msgpack==1.0.5
|
msgpack==1.0.6
|
||||||
ndg-httpsclient==0.5.1
|
ndg-httpsclient==0.5.1
|
||||||
netaddr==0.8.0
|
netaddr==0.9.0
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
phonenumbers==8.13.20
|
phonenumbers==8.13.21
|
||||||
Pillow==10.0.1
|
Pillow==10.0.1
|
||||||
pkg_resources==0.0.0
|
pkg_resources==0.0.0
|
||||||
prometheus-client==0.17.1
|
prometheus-client==0.17.1
|
||||||
|
@ -53,6 +53,6 @@ treq==22.2.0
|
||||||
Twisted==23.8.0
|
Twisted==23.8.0
|
||||||
typing_extensions==4.8.0
|
typing_extensions==4.8.0
|
||||||
unpaddedbase64==2.1.0
|
unpaddedbase64==2.1.0
|
||||||
urllib3==2.0.4
|
urllib3==2.0.5
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
zope.interface==6.0
|
zope.interface==6.0
|
||||||
|
|
|
@ -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.92.3~ynh1",
|
"version": "1.93.0~ynh1",
|
||||||
"url": "http://matrix.org",
|
"url": "http://matrix.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Reference in a new issue