mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.90.0
This commit is contained in:
parent
42d08c8544
commit
8f3ab46059
5 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.89.0/matrix-synapse_1.89.0-bookworm-bin1_armv7l.tar.gz
|
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=aaf0d8d5a24b7a98c9e41fd43faa2ebfc8baa00ce56a0f7180cfe560a60a8842
|
SOURCE_SUM=6e869b587e30e905fa6d3efc1567595cdac9a6eb342dba3e8c14591bfcbb7870
|
||||||
# (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.89.0/matrix-synapse_1.89.0-bullseye-bin1_armv7l.tar.gz
|
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=098caf6bff5ad1433e99e1c4950b1a3c1e4b661ca17ae6e1ca2d5c199bea7934
|
SOURCE_SUM=09f2f573868f9c73a7cb1a9cdb42ca7a00b65d911e1d7eda01b68fbde90a30df
|
||||||
# (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
|
||||||
|
|
|
@ -14,22 +14,22 @@ ijson==3.2.3
|
||||||
immutabledict==3.0.0
|
immutabledict==3.0.0
|
||||||
incremental==22.10.0
|
incremental==22.10.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.18.4
|
jsonschema==4.19.0
|
||||||
jsonschema-specifications==2023.7.1
|
jsonschema-specifications==2023.7.1
|
||||||
ldap3==2.9.1
|
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.89.0
|
matrix-synapse==1.90.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.17
|
phonenumbers==8.13.18
|
||||||
Pillow==10.0.0
|
Pillow==10.0.0
|
||||||
prometheus-client==0.17.1
|
prometheus-client==0.17.1
|
||||||
psycopg2==2.9.6
|
psycopg2==2.9.7
|
||||||
pyasn1==0.5.0
|
pyasn1==0.5.0
|
||||||
pyasn1-modules==0.3.0
|
pyasn1-modules==0.3.0
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
|
@ -38,7 +38,7 @@ pymacaroons==0.13.0
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
pyOpenSSL==23.2.0
|
pyOpenSSL==23.2.0
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
referencing==0.30.0
|
referencing==0.30.2
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
rpds-py==0.9.2
|
rpds-py==0.9.2
|
||||||
semantic-version==2.10.0
|
semantic-version==2.10.0
|
||||||
|
|
|
@ -7,30 +7,30 @@ certifi==2023.7.22
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
charset-normalizer==3.2.0
|
charset-normalizer==3.2.0
|
||||||
constantly==15.1.0
|
constantly==15.1.0
|
||||||
cryptography==41.0.2
|
cryptography==41.0.3
|
||||||
hyperlink==21.0.0
|
hyperlink==21.0.0
|
||||||
idna==3.4
|
idna==3.4
|
||||||
ijson==3.2.3
|
ijson==3.2.3
|
||||||
immutabledict==3.0.0
|
immutabledict==3.0.0
|
||||||
incremental==22.10.0
|
incremental==22.10.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.18.4
|
jsonschema==4.19.0
|
||||||
jsonschema-specifications==2023.7.1
|
jsonschema-specifications==2023.7.1
|
||||||
ldap3==2.9.1
|
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.89.0
|
matrix-synapse==1.90.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.17
|
phonenumbers==8.13.18
|
||||||
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
|
||||||
psycopg2==2.9.6
|
psycopg2==2.9.7
|
||||||
pyasn1==0.5.0
|
pyasn1==0.5.0
|
||||||
pyasn1-modules==0.3.0
|
pyasn1-modules==0.3.0
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
|
@ -39,7 +39,7 @@ pymacaroons==0.13.0
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
pyOpenSSL==23.2.0
|
pyOpenSSL==23.2.0
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
referencing==0.30.0
|
referencing==0.30.2
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
rpds-py==0.9.2
|
rpds-py==0.9.2
|
||||||
semantic-version==2.10.0
|
semantic-version==2.10.0
|
||||||
|
|
|
@ -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.89.0~ynh1",
|
"version": "1.90.0~ynh1",
|
||||||
"url": "http://matrix.org",
|
"url": "http://matrix.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue