From f58024e3a446ded62b17b02e7c40e1a0c1c29201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 21 Mar 2024 13:51:39 +0100 Subject: [PATCH] Upgrade synapse to 1.103.0 --- conf/requirement_bookworm.txt | 14 +++++++------- conf/requirement_bullseye.txt | 14 +++++++------- manifest.toml | 10 +++++----- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/conf/requirement_bookworm.txt b/conf/requirement_bookworm.txt index c241eee..a880b37 100644 --- a/conf/requirement_bookworm.txt +++ b/conf/requirement_bookworm.txt @@ -12,7 +12,7 @@ cryptography==42.0.5 hyperlink==21.0.0 idna==3.6 ijson==3.2.3 -immutabledict==4.1.0 +immutabledict==4.2.0 incremental==22.10.0 Jinja2==3.1.3 jsonschema==4.21.1 @@ -21,26 +21,26 @@ ldap3==2.9.1 lxml==5.1.0 MarkupSafe==2.1.5 matrix-common==1.3.0 -matrix-synapse==1.102.0 +matrix-synapse==1.103.0 matrix-synapse-ldap3==0.3.0 msgpack==1.0.8 ndg-httpsclient==0.5.1 netaddr==1.2.1 -packaging==23.2 -phonenumbers==8.13.31 +packaging==24.0 +phonenumbers==8.13.32 pillow==10.2.0 prometheus_client==0.20.0 psycopg2==2.9.9 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 -pydantic==2.6.3 +pydantic==2.6.4 pydantic_core==2.16.3 pymacaroons==0.13.0 PyNaCl==1.5.0 -pyOpenSSL==24.0.0 +pyOpenSSL==24.1.0 PyYAML==6.0.1 -referencing==0.33.0 +referencing==0.34.0 requests==2.31.0 rpds-py==0.18.0 semantic-version==2.10.0 diff --git a/conf/requirement_bullseye.txt b/conf/requirement_bullseye.txt index 5e0f242..0c04ddf 100644 --- a/conf/requirement_bullseye.txt +++ b/conf/requirement_bullseye.txt @@ -12,7 +12,7 @@ cryptography==42.0.5 hyperlink==21.0.0 idna==3.6 ijson==3.2.3 -immutabledict==4.1.0 +immutabledict==4.2.0 incremental==22.10.0 Jinja2==3.1.3 jsonschema==4.21.1 @@ -21,26 +21,26 @@ ldap3==2.9.1 lxml==5.1.0 MarkupSafe==2.1.5 matrix-common==1.3.0 -matrix-synapse==1.102.0 +matrix-synapse==1.103.0 matrix-synapse-ldap3==0.3.0 msgpack==1.0.8 ndg-httpsclient==0.5.1 netaddr==1.2.1 -packaging==23.2 -phonenumbers==8.13.31 +packaging==24.0 +phonenumbers==8.13.32 pillow==10.2.0 prometheus_client==0.20.0 psycopg2==2.9.9 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 -pydantic==2.6.3 +pydantic==2.6.4 pydantic_core==2.16.3 pymacaroons==0.13.0 PyNaCl==1.5.0 -pyOpenSSL==24.0.0 +pyOpenSSL==24.1.0 PyYAML==6.0.1 -referencing==0.33.0 +referencing==0.34.0 requests==2.31.0 rpds-py==0.18.0 semantic-version==2.10.0 diff --git a/manifest.toml b/manifest.toml index afd63bc..a3b05b6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Synapse" description.en = "Instant messaging server which uses Matrix" description.fr = "Serveur de messagerie instantané basé sur Matrix" -version = "1.102.0~ynh1" +version = "1.103.0~ynh1" maintainers = ["Josué Tille"] @@ -63,13 +63,13 @@ ram.runtime = "1G" [resources] [resources.sources.synapse_prebuilt_armv7_bookworm] prefetch = false - armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.102.0/matrix-synapse_1.102.0-bookworm-bin2_armv7l.tar.gz" - armhf.sha256 = "4027b8e41950aeec151dfa19eda2402e7974de56d33abb9eee3879e211227eef" + armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.103.0/matrix-synapse_1.103.0-bookworm-bin1_armv7l.tar.gz" + armhf.sha256 = "b5e11567d9f90067965a7b1a3eb3569b1eaaa68b261e7f38bc78a8618da09db9" [resources.sources.synapse_prebuilt_armv7_bullseye] prefetch = false - armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.102.0/matrix-synapse_1.102.0-bullseye-bin2_armv7l.tar.gz" - armhf.sha256 = "5fd5296d76675cd7a109115e1eb035758c16b095cd953a65fc8cc840fb449e40" + armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.103.0/matrix-synapse_1.103.0-bullseye-bin1_armv7l.tar.gz" + armhf.sha256 = "f3e22265cfba060401cec2770b54d16b559a574baff93b78add3f8acc31aa1d8" [resources.system_user] allow_email = true