mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 1.87.0
This commit is contained in:
parent
fc334a05c4
commit
debfe63ee4
5 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.86.0/matrix-synapse_1.86.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=06b214c1d32e4a7bb7a447999582d8ffbb361b381d02f5f15aaacaa5bfa951e9
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.87.0/matrix-synapse_1.87.0-bookworm-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=06ffecadab9328f5653bd5a8276085fa7c1f27c90c97096c24fa60a12c5e74b9
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.86.0/matrix-synapse_1.86.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=a24f4ddea4641ae38762383bbce7af656f715958203d11253f92e75026899b57
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.87.0/matrix-synapse_1.87.0-bullseye-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=0196d46e7c0e935ed9a6713433de358f300cedcd0bf4017ef82432aa8551bcf4
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -10,8 +10,8 @@ constantly==15.1.0
|
|||
cryptography==41.0.1
|
||||
hyperlink==21.0.0
|
||||
idna==3.4
|
||||
ijson==3.2.1
|
||||
immutabledict==2.2.4
|
||||
ijson==3.2.2
|
||||
immutabledict==2.2.5
|
||||
incremental==22.10.0
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.17.3
|
||||
|
@ -19,20 +19,20 @@ ldap3==2.9.1
|
|||
lxml==4.9.2
|
||||
MarkupSafe==2.1.3
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.86.0
|
||||
matrix-synapse==1.87.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.14
|
||||
Pillow==9.5.0
|
||||
phonenumbers==8.13.15
|
||||
Pillow==10.0.0
|
||||
prometheus-client==0.17.0
|
||||
psycopg2==2.9.6
|
||||
pyasn1==0.5.0
|
||||
pyasn1-modules==0.3.0
|
||||
pycparser==2.21
|
||||
pydantic==1.10.9
|
||||
pydantic==1.10.11
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.2.0
|
||||
|
@ -47,7 +47,7 @@ six==1.16.0
|
|||
sortedcontainers==2.4.0
|
||||
treq==22.2.0
|
||||
Twisted==22.10.0
|
||||
typing_extensions==4.6.3
|
||||
typing_extensions==4.7.1
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==2.0.3
|
||||
webencodings==0.5.1
|
||||
|
|
|
@ -10,8 +10,8 @@ constantly==15.1.0
|
|||
cryptography==41.0.1
|
||||
hyperlink==21.0.0
|
||||
idna==3.4
|
||||
ijson==3.2.1
|
||||
immutabledict==2.2.4
|
||||
ijson==3.2.2
|
||||
immutabledict==2.2.5
|
||||
incremental==22.10.0
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.17.3
|
||||
|
@ -19,21 +19,21 @@ ldap3==2.9.1
|
|||
lxml==4.9.2
|
||||
MarkupSafe==2.1.3
|
||||
matrix-common==1.3.0
|
||||
matrix-synapse==1.86.0
|
||||
matrix-synapse==1.87.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.14
|
||||
Pillow==9.5.0
|
||||
phonenumbers==8.13.15
|
||||
Pillow==10.0.0
|
||||
pkg_resources==0.0.0
|
||||
prometheus-client==0.17.0
|
||||
psycopg2==2.9.6
|
||||
pyasn1==0.5.0
|
||||
pyasn1-modules==0.3.0
|
||||
pycparser==2.21
|
||||
pydantic==1.10.9
|
||||
pydantic==1.10.11
|
||||
pymacaroons==0.13.0
|
||||
PyNaCl==1.5.0
|
||||
pyOpenSSL==23.2.0
|
||||
|
@ -48,7 +48,7 @@ six==1.16.0
|
|||
sortedcontainers==2.4.0
|
||||
treq==22.2.0
|
||||
Twisted==22.10.0
|
||||
typing_extensions==4.6.3
|
||||
typing_extensions==4.7.1
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==2.0.3
|
||||
webencodings==0.5.1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Instant messaging server which uses Matrix",
|
||||
"fr": "Serveur de messagerie instantané basé sur Matrix"
|
||||
},
|
||||
"version": "1.86.0~ynh1",
|
||||
"version": "1.87.0~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue