From 6b302bdeddc9ab455d8b0eb9883c61620ce3c008 Mon Sep 17 00:00:00 2001 From: App auto update Date: Tue, 16 Jul 2024 21:03:17 +0000 Subject: [PATCH] Upgrade synapse to 1.111.0 --- conf/requirement_bookworm.txt | 13 +++++++------ conf/requirement_bullseye.txt | 13 +++++++------ manifest.toml | 10 +++++----- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/conf/requirement_bookworm.txt b/conf/requirement_bookworm.txt index 5ae2e68..bdea9e1 100644 --- a/conf/requirement_bookworm.txt +++ b/conf/requirement_bookworm.txt @@ -4,7 +4,7 @@ Automat==22.10.0 bcrypt==4.1.3 bleach==6.1.0 canonicaljson==2.0.0 -certifi==2024.6.2 +certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 constantly==23.10.4 @@ -15,13 +15,13 @@ ijson==3.3.0 immutabledict==4.2.0 incremental==22.10.0 Jinja2==3.1.4 -jsonschema==4.22.0 +jsonschema==4.23.0 jsonschema-specifications==2023.12.1 ldap3==2.9.1 lxml==5.2.2 MarkupSafe==2.1.5 matrix-common==1.3.0 -matrix-synapse==1.110.0 +matrix-synapse==1.111.0 matrix-synapse-ldap3==0.3.0 msgpack==1.0.8 ndg-httpsclient==0.5.1 @@ -34,15 +34,16 @@ psycopg2==2.9.9 pyasn1==0.6.0 pyasn1_modules==0.4.0 pycparser==2.22 -pydantic==2.8.0 -pydantic_core==2.20.0 +pydantic==2.8.2 +pydantic_core==2.20.1 pymacaroons==0.13.0 PyNaCl==1.5.0 pyOpenSSL==24.1.0 +python-multipart==0.0.9 PyYAML==6.0.1 referencing==0.35.1 requests==2.32.3 -rpds-py==0.18.1 +rpds-py==0.19.0 semantic-version==2.10.0 service-identity==24.1.0 setuptools-rust==1.9.0 diff --git a/conf/requirement_bullseye.txt b/conf/requirement_bullseye.txt index 7f88881..13700f0 100644 --- a/conf/requirement_bullseye.txt +++ b/conf/requirement_bullseye.txt @@ -4,7 +4,7 @@ Automat==22.10.0 bcrypt==4.1.3 bleach==6.1.0 canonicaljson==2.0.0 -certifi==2024.6.2 +certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 constantly==23.10.4 @@ -15,13 +15,13 @@ ijson==3.3.0 immutabledict==4.2.0 incremental==22.10.0 Jinja2==3.1.4 -jsonschema==4.22.0 +jsonschema==4.23.0 jsonschema-specifications==2023.12.1 ldap3==2.9.1 lxml==5.2.2 MarkupSafe==2.1.5 matrix-common==1.3.0 -matrix-synapse==1.110.0 +matrix-synapse==1.111.0 matrix-synapse-ldap3==0.3.0 msgpack==1.0.8 ndg-httpsclient==0.5.1 @@ -34,15 +34,16 @@ psycopg2==2.9.9 pyasn1==0.6.0 pyasn1_modules==0.4.0 pycparser==2.22 -pydantic==2.8.0 -pydantic_core==2.20.0 +pydantic==2.8.2 +pydantic_core==2.20.1 pymacaroons==0.13.0 PyNaCl==1.5.0 pyOpenSSL==24.1.0 +python-multipart==0.0.9 PyYAML==6.0.1 referencing==0.35.1 requests==2.32.3 -rpds-py==0.18.1 +rpds-py==0.19.0 semantic-version==2.10.0 service-identity==24.1.0 setuptools-rust==1.9.0 diff --git a/manifest.toml b/manifest.toml index da28b38..51ab29d 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.110.0~ynh1" +version = "1.111.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.110.0/matrix-synapse_1.110.0-bookworm-bin1_armv7l.tar.gz" - armhf.sha256 = "54a8b325829a62cdf5fa709ce013b9ff3b6f3133bb09c740c3112702b8005281" + armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.111.0/matrix-synapse_1.111.0-bookworm-bin1_armv7l.tar.gz" + armhf.sha256 = "291f0919f28ed9cfb3177343e9b3e94784361d9313976d1e9812fbb0443678d4" [resources.sources.synapse_prebuilt_armv7_bullseye] prefetch = false - armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.110.0/matrix-synapse_1.110.0-bullseye-bin1_armv7l.tar.gz" - armhf.sha256 = "9b523a3ba9475b4485ff434fe98502b20797d89238ba453095ac9c16f59429b7" + armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.111.0/matrix-synapse_1.111.0-bullseye-bin1_armv7l.tar.gz" + armhf.sha256 = "b63b6b9585337b0ad005176d8531c41f532845da2e2d864e84c1fb18b9ab1c6e" [resources.system_user] allow_email = true