From 3f6fcce82fead5a0177db750492c3d53d142f90a Mon Sep 17 00:00:00 2001 From: App auto update Date: Tue, 18 Jun 2024 21:10:24 +0000 Subject: [PATCH] Upgrade synapse to 1.109.0 --- conf/requirement_bookworm.txt | 22 +++++++++++----------- conf/requirement_bullseye.txt | 22 +++++++++++----------- manifest.toml | 10 +++++----- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/conf/requirement_bookworm.txt b/conf/requirement_bookworm.txt index 6fb9a1e..e11ac97 100644 --- a/conf/requirement_bookworm.txt +++ b/conf/requirement_bookworm.txt @@ -4,14 +4,14 @@ Automat==22.10.0 bcrypt==4.1.3 bleach==6.1.0 canonicaljson==2.0.0 -certifi==2024.2.2 +certifi==2024.6.2 cffi==1.16.0 charset-normalizer==3.3.2 constantly==23.10.4 -cryptography==42.0.7 +cryptography==42.0.8 hyperlink==21.0.0 idna==3.7 -ijson==3.2.3 +ijson==3.3.0 immutabledict==4.2.0 incremental==22.10.0 Jinja2==3.1.4 @@ -21,27 +21,27 @@ ldap3==2.9.1 lxml==5.2.2 MarkupSafe==2.1.5 matrix-common==1.3.0 -matrix-synapse==1.108.0 +matrix-synapse==1.109.0 matrix-synapse-ldap3==0.3.0 msgpack==1.0.8 ndg-httpsclient==0.5.1 netaddr==1.3.0 -packaging==24.0 -phonenumbers==8.13.37 +packaging==24.1 +phonenumbers==8.13.39 pillow==10.3.0 prometheus_client==0.20.0 psycopg2==2.9.9 pyasn1==0.6.0 pyasn1_modules==0.4.0 pycparser==2.22 -pydantic==2.7.2 -pydantic_core==2.18.3 +pydantic==2.7.4 +pydantic_core==2.18.4 pymacaroons==0.13.0 PyNaCl==1.5.0 pyOpenSSL==24.1.0 PyYAML==6.0.1 referencing==0.35.1 -requests==2.32.2 +requests==2.32.3 rpds-py==0.18.1 semantic-version==2.10.0 service-identity==24.1.0 @@ -51,8 +51,8 @@ six==1.16.0 sortedcontainers==2.4.0 treq==23.11.0 Twisted==24.3.0 -typing_extensions==4.12.0 +typing_extensions==4.12.2 unpaddedbase64==2.1.0 -urllib3==2.2.1 +urllib3==2.2.2 webencodings==0.5.1 zope.interface==6.4.post2 diff --git a/conf/requirement_bullseye.txt b/conf/requirement_bullseye.txt index c562cdf..b55c9d1 100644 --- a/conf/requirement_bullseye.txt +++ b/conf/requirement_bullseye.txt @@ -4,14 +4,14 @@ Automat==22.10.0 bcrypt==4.1.3 bleach==6.1.0 canonicaljson==2.0.0 -certifi==2024.2.2 +certifi==2024.6.2 cffi==1.16.0 charset-normalizer==3.3.2 constantly==23.10.4 -cryptography==42.0.7 +cryptography==42.0.8 hyperlink==21.0.0 idna==3.7 -ijson==3.2.3 +ijson==3.3.0 immutabledict==4.2.0 incremental==22.10.0 Jinja2==3.1.4 @@ -21,27 +21,27 @@ ldap3==2.9.1 lxml==5.2.2 MarkupSafe==2.1.5 matrix-common==1.3.0 -matrix-synapse==1.108.0 +matrix-synapse==1.109.0 matrix-synapse-ldap3==0.3.0 msgpack==1.0.8 ndg-httpsclient==0.5.1 netaddr==1.3.0 -packaging==24.0 -phonenumbers==8.13.37 +packaging==24.1 +phonenumbers==8.13.39 pillow==10.3.0 prometheus_client==0.20.0 psycopg2==2.9.9 pyasn1==0.6.0 pyasn1_modules==0.4.0 pycparser==2.22 -pydantic==2.7.2 -pydantic_core==2.18.3 +pydantic==2.7.4 +pydantic_core==2.18.4 pymacaroons==0.13.0 PyNaCl==1.5.0 pyOpenSSL==24.1.0 PyYAML==6.0.1 referencing==0.35.1 -requests==2.32.2 +requests==2.32.3 rpds-py==0.18.1 semantic-version==2.10.0 service-identity==24.1.0 @@ -52,8 +52,8 @@ sortedcontainers==2.4.0 tomli==2.0.1 treq==23.11.0 Twisted==24.3.0 -typing_extensions==4.12.0 +typing_extensions==4.12.2 unpaddedbase64==2.1.0 -urllib3==2.2.1 +urllib3==2.2.2 webencodings==0.5.1 zope.interface==6.4.post2 diff --git a/manifest.toml b/manifest.toml index 1906904..0217d50 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.108.0~ynh1" +version = "1.109.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.108.0/matrix-synapse_1.108.0-bookworm-bin1_armv7l.tar.gz" - armhf.sha256 = "ceff2b044fede6a7294c3d85619e6bbbb8d6371260c3492e9194a59f6f3a9e59" + armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.109.0/matrix-synapse_1.109.0-bookworm-bin1_armv7l.tar.gz" + armhf.sha256 = "d80915247255433ddad2e8283361f9d4c13c4f10ac50bf0de4139231c4f8164b" [resources.sources.synapse_prebuilt_armv7_bullseye] prefetch = false - armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.108.0/matrix-synapse_1.108.0-bullseye-bin1_armv7l.tar.gz" - armhf.sha256 = "658c4134927facc4c7d87e712388600c2759bc32f31951311bb0589d0c6da4e5" + armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.109.0/matrix-synapse_1.109.0-bullseye-bin1_armv7l.tar.gz" + armhf.sha256 = "e1ff4c600fae6f9ccc7a7e758dbcefcf64e55e6f29eece75e903ea6b93f02e78" [resources.system_user] allow_email = true