mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.91.0
This commit is contained in:
parent
12aa000696
commit
de01c742d7
5 changed files with 16 additions and 15 deletions
|
@ -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_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=6e869b587e30e905fa6d3efc1567595cdac9a6eb342dba3e8c14591bfcbb7870
|
SOURCE_SUM=e236203a15076fb72c306c7f38f5d095d368eec966cda33183c44031a8632069
|
||||||
# (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
|
||||||
|
|
|
@ -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_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=09f2f573868f9c73a7cb1a9cdb42ca7a00b65d911e1d7eda01b68fbde90a30df
|
SOURCE_SUM=94dc10b0c56207b500455bfa939332e2bfe7a34950244609081e2f6e11cd1cdd
|
||||||
# (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
|
||||||
|
|
|
@ -20,13 +20,13 @@ 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.90.0
|
matrix-synapse==1.91.0
|
||||||
matrix-synapse-ldap3==0.2.2
|
matrix-synapse-ldap3==0.2.2
|
||||||
msgpack==1.0.5
|
msgpack==1.0.5
|
||||||
ndg-httpsclient==0.5.1
|
ndg-httpsclient==0.5.1
|
||||||
netaddr==0.8.0
|
netaddr==0.8.0
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
phonenumbers==8.13.18
|
phonenumbers==8.13.19
|
||||||
Pillow==10.0.0
|
Pillow==10.0.0
|
||||||
prometheus-client==0.17.1
|
prometheus-client==0.17.1
|
||||||
psycopg2==2.9.7
|
psycopg2==2.9.7
|
||||||
|
@ -40,15 +40,15 @@ pyOpenSSL==23.2.0
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
referencing==0.30.2
|
referencing==0.30.2
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
rpds-py==0.9.2
|
rpds-py==0.10.0
|
||||||
semantic-version==2.10.0
|
semantic-version==2.10.0
|
||||||
service-identity==23.1.0
|
service-identity==23.1.0
|
||||||
setuptools-rust==1.6.0
|
setuptools-rust==1.7.0
|
||||||
signedjson==1.1.4
|
signedjson==1.1.4
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sortedcontainers==2.4.0
|
sortedcontainers==2.4.0
|
||||||
treq==22.2.0
|
treq==22.2.0
|
||||||
Twisted==22.10.0
|
Twisted==23.8.0
|
||||||
typing_extensions==4.7.1
|
typing_extensions==4.7.1
|
||||||
unpaddedbase64==2.1.0
|
unpaddedbase64==2.1.0
|
||||||
urllib3==2.0.4
|
urllib3==2.0.4
|
||||||
|
|
|
@ -20,13 +20,13 @@ 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.90.0
|
matrix-synapse==1.91.0
|
||||||
matrix-synapse-ldap3==0.2.2
|
matrix-synapse-ldap3==0.2.2
|
||||||
msgpack==1.0.5
|
msgpack==1.0.5
|
||||||
ndg-httpsclient==0.5.1
|
ndg-httpsclient==0.5.1
|
||||||
netaddr==0.8.0
|
netaddr==0.8.0
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
phonenumbers==8.13.18
|
phonenumbers==8.13.19
|
||||||
Pillow==10.0.0
|
Pillow==10.0.0
|
||||||
pkg_resources==0.0.0
|
pkg_resources==0.0.0
|
||||||
prometheus-client==0.17.1
|
prometheus-client==0.17.1
|
||||||
|
@ -41,15 +41,16 @@ pyOpenSSL==23.2.0
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
referencing==0.30.2
|
referencing==0.30.2
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
rpds-py==0.9.2
|
rpds-py==0.10.0
|
||||||
semantic-version==2.10.0
|
semantic-version==2.10.0
|
||||||
service-identity==23.1.0
|
service-identity==23.1.0
|
||||||
setuptools-rust==1.6.0
|
setuptools-rust==1.7.0
|
||||||
signedjson==1.1.4
|
signedjson==1.1.4
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sortedcontainers==2.4.0
|
sortedcontainers==2.4.0
|
||||||
|
tomli==2.0.1
|
||||||
treq==22.2.0
|
treq==22.2.0
|
||||||
Twisted==22.10.0
|
Twisted==23.8.0
|
||||||
typing_extensions==4.7.1
|
typing_extensions==4.7.1
|
||||||
unpaddedbase64==2.1.0
|
unpaddedbase64==2.1.0
|
||||||
urllib3==2.0.4
|
urllib3==2.0.4
|
||||||
|
|
|
@ -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.90.0~ynh1",
|
"version": "1.91.0~ynh1",
|
||||||
"url": "http://matrix.org",
|
"url": "http://matrix.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Reference in a new issue