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

This commit is contained in:
Josué Tille 2023-12-13 02:01:58 +01:00
parent c92f24e210
commit d6fe1e9e58
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
5 changed files with 15 additions and 15 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.97.0/matrix-synapse_1.97.0-bookworm-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.98.0/matrix-synapse_1.98.0-bookworm-bin1_armv7l.tar.gz
SOURCE_SUM=9f9df39fd55a1d5ba11d717569016261353f7a42316cf40a8e40ce5441377800 SOURCE_SUM=d65552797237b1ce85f7a3a4c627f9da3c9b46fc72132ce8bb1a3022f78fd454
# (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.97.0/matrix-synapse_1.97.0-bullseye-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.98.0/matrix-synapse_1.98.0-bullseye-bin1_armv7l.tar.gz
SOURCE_SUM=348d491c8007c569393943a185684a0210ef2c06350d59e04c0a9a05d3716823 SOURCE_SUM=ff48049e5f4a4b8ff1e84af999b694a4aece3d647e23c3b3fe013ea86a17c820
# (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

@ -16,12 +16,12 @@ immutabledict==4.0.0
incremental==22.10.0 incremental==22.10.0
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.20.0 jsonschema==4.20.0
jsonschema-specifications==2023.11.1 jsonschema-specifications==2023.11.2
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.97.0 matrix-synapse==1.98.0
matrix-synapse-ldap3==0.3.0 matrix-synapse-ldap3==0.3.0
msgpack==1.0.7 msgpack==1.0.7
ndg-httpsclient==0.5.1 ndg-httpsclient==0.5.1
@ -40,9 +40,9 @@ pymacaroons==0.13.0
PyNaCl==1.5.0 PyNaCl==1.5.0
pyOpenSSL==23.3.0 pyOpenSSL==23.3.0
PyYAML==6.0.1 PyYAML==6.0.1
referencing==0.31.0 referencing==0.32.0
requests==2.31.0 requests==2.31.0
rpds-py==0.13.1 rpds-py==0.13.2
semantic-version==2.10.0 semantic-version==2.10.0
service-identity==23.1.0 service-identity==23.1.0
setuptools-rust==1.8.1 setuptools-rust==1.8.1
@ -51,7 +51,7 @@ six==1.16.0
sortedcontainers==2.4.0 sortedcontainers==2.4.0
treq==23.11.0 treq==23.11.0
Twisted==23.10.0 Twisted==23.10.0
typing_extensions==4.8.0 typing_extensions==4.9.0
unpaddedbase64==2.1.0 unpaddedbase64==2.1.0
urllib3==2.1.0 urllib3==2.1.0
webencodings==0.5.1 webencodings==0.5.1

View file

@ -16,12 +16,12 @@ immutabledict==4.0.0
incremental==22.10.0 incremental==22.10.0
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.20.0 jsonschema==4.20.0
jsonschema-specifications==2023.11.1 jsonschema-specifications==2023.11.2
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.97.0 matrix-synapse==1.98.0
matrix-synapse-ldap3==0.3.0 matrix-synapse-ldap3==0.3.0
msgpack==1.0.7 msgpack==1.0.7
ndg-httpsclient==0.5.1 ndg-httpsclient==0.5.1
@ -41,9 +41,9 @@ pymacaroons==0.13.0
PyNaCl==1.5.0 PyNaCl==1.5.0
pyOpenSSL==23.3.0 pyOpenSSL==23.3.0
PyYAML==6.0.1 PyYAML==6.0.1
referencing==0.31.0 referencing==0.32.0
requests==2.31.0 requests==2.31.0
rpds-py==0.13.1 rpds-py==0.13.2
semantic-version==2.10.0 semantic-version==2.10.0
service-identity==23.1.0 service-identity==23.1.0
setuptools-rust==1.8.1 setuptools-rust==1.8.1
@ -53,7 +53,7 @@ sortedcontainers==2.4.0
tomli==2.0.1 tomli==2.0.1
treq==23.11.0 treq==23.11.0
Twisted==23.10.0 Twisted==23.10.0
typing_extensions==4.8.0 typing_extensions==4.9.0
unpaddedbase64==2.1.0 unpaddedbase64==2.1.0
urllib3==2.1.0 urllib3==2.1.0
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.97.0~ynh1", "version": "1.98.0~ynh1",
"url": "http://matrix.org", "url": "http://matrix.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"maintainer": { "maintainer": {