From de01c742d75de744e9791635d4a71f5ec10c809c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 31 Aug 2023 01:01:01 +0200 Subject: [PATCH] Upgrade synapse to 1.91.0 --- conf/armv7_bookworm.src | 4 ++-- conf/armv7_bullseye.src | 4 ++-- conf/requirement_bookworm.txt | 10 +++++----- conf/requirement_bullseye.txt | 11 ++++++----- manifest.json | 2 +- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/conf/armv7_bookworm.src b/conf/armv7_bookworm.src index 7a08df6..2ee1994 100644 --- a/conf/armv7_bookworm.src +++ b/conf/armv7_bookworm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.90.0/matrix-synapse_1.90.0-bookworm-bin1_armv7l.tar.gz -SOURCE_SUM=6e869b587e30e905fa6d3efc1567595cdac9a6eb342dba3e8c14591bfcbb7870 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.91.0/matrix-synapse_1.91.0-bookworm-bin1_armv7l.tar.gz +SOURCE_SUM=e236203a15076fb72c306c7f38f5d095d368eec966cda33183c44031a8632069 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index 054a831..1937992 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.90.0/matrix-synapse_1.90.0-bullseye-bin1_armv7l.tar.gz -SOURCE_SUM=09f2f573868f9c73a7cb1a9cdb42ca7a00b65d911e1d7eda01b68fbde90a30df +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.91.0/matrix-synapse_1.91.0-bullseye-bin1_armv7l.tar.gz +SOURCE_SUM=94dc10b0c56207b500455bfa939332e2bfe7a34950244609081e2f6e11cd1cdd # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/requirement_bookworm.txt b/conf/requirement_bookworm.txt index 85f2639..7c2737a 100644 --- a/conf/requirement_bookworm.txt +++ b/conf/requirement_bookworm.txt @@ -20,13 +20,13 @@ ldap3==2.9.1 lxml==4.9.3 MarkupSafe==2.1.3 matrix-common==1.3.0 -matrix-synapse==1.90.0 +matrix-synapse==1.91.0 matrix-synapse-ldap3==0.2.2 msgpack==1.0.5 ndg-httpsclient==0.5.1 netaddr==0.8.0 packaging==23.1 -phonenumbers==8.13.18 +phonenumbers==8.13.19 Pillow==10.0.0 prometheus-client==0.17.1 psycopg2==2.9.7 @@ -40,15 +40,15 @@ pyOpenSSL==23.2.0 PyYAML==6.0.1 referencing==0.30.2 requests==2.31.0 -rpds-py==0.9.2 +rpds-py==0.10.0 semantic-version==2.10.0 service-identity==23.1.0 -setuptools-rust==1.6.0 +setuptools-rust==1.7.0 signedjson==1.1.4 six==1.16.0 sortedcontainers==2.4.0 treq==22.2.0 -Twisted==22.10.0 +Twisted==23.8.0 typing_extensions==4.7.1 unpaddedbase64==2.1.0 urllib3==2.0.4 diff --git a/conf/requirement_bullseye.txt b/conf/requirement_bullseye.txt index 3a30145..6db20fb 100644 --- a/conf/requirement_bullseye.txt +++ b/conf/requirement_bullseye.txt @@ -20,13 +20,13 @@ ldap3==2.9.1 lxml==4.9.3 MarkupSafe==2.1.3 matrix-common==1.3.0 -matrix-synapse==1.90.0 +matrix-synapse==1.91.0 matrix-synapse-ldap3==0.2.2 msgpack==1.0.5 ndg-httpsclient==0.5.1 netaddr==0.8.0 packaging==23.1 -phonenumbers==8.13.18 +phonenumbers==8.13.19 Pillow==10.0.0 pkg_resources==0.0.0 prometheus-client==0.17.1 @@ -41,15 +41,16 @@ pyOpenSSL==23.2.0 PyYAML==6.0.1 referencing==0.30.2 requests==2.31.0 -rpds-py==0.9.2 +rpds-py==0.10.0 semantic-version==2.10.0 service-identity==23.1.0 -setuptools-rust==1.6.0 +setuptools-rust==1.7.0 signedjson==1.1.4 six==1.16.0 sortedcontainers==2.4.0 +tomli==2.0.1 treq==22.2.0 -Twisted==22.10.0 +Twisted==23.8.0 typing_extensions==4.7.1 unpaddedbase64==2.1.0 urllib3==2.0.4 diff --git a/manifest.json b/manifest.json index 77f58a2..d5770e1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Instant messaging server which uses Matrix", "fr": "Serveur de messagerie instantané basé sur Matrix" }, - "version": "1.90.0~ynh1", + "version": "1.91.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": {